Re: [PATCH 20/29] tcg_funcs: Add cpu_restore_state to TCGModuleOps

2021-09-01 Thread Bastian Koppelmann
On Tue, Aug 31, 2021 at 02:15:36PM +0200, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > include/exec/exec-all.h | 2 +- > include/tcg/tcg-module.h| 1 + > accel/tcg/cpu-exec-common.c | 2 +- > accel/tcg/tcg-module.c | 6 ++ > accel/tc

Re: [PATCH 20/29] tcg_funcs: Add cpu_restore_state to TCGModuleOps

2021-08-31 Thread David Gibson
On Tue, Aug 31, 2021 at 02:15:36PM +0200, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann ppc part Acked-by: David Gibson > --- > include/exec/exec-all.h | 2 +- > include/tcg/tcg-module.h| 1 + > accel/tcg/cpu-exec-common.c | 2 +- > accel/tcg/tcg-module.c

[PATCH 20/29] tcg_funcs: Add cpu_restore_state to TCGModuleOps

2021-08-31 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- include/exec/exec-all.h | 2 +- include/tcg/tcg-module.h| 1 + accel/tcg/cpu-exec-common.c | 2 +- accel/tcg/tcg-module.c | 6 ++ accel/tcg/translate-all.c | 3 ++- softmmu/physmem.c | 2