Re: [PATCH 02/11] exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'

2023-09-15 Thread Anton Johansson via
On 14/09/23, Philippe Mathieu-Daudé wrote: > While these functions are not TCG specific, they are not target > specific. Move them to "exec/cpu-common.h" so their callers don't > have to be tainted as target specific. > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/exec/cpu-common.h |

[PATCH 02/11] exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'

2023-09-14 Thread Philippe Mathieu-Daudé
While these functions are not TCG specific, they are not target specific. Move them to "exec/cpu-common.h" so their callers don't have to be tainted as target specific. Signed-off-by: Philippe Mathieu-Daudé --- include/exec/cpu-common.h | 32 include/exec/exec-al