Re: [PATCH 14/24] accel/tcg: Move plugin fields to CPUNegativeOffsetState

2024-04-29 Thread Philippe Mathieu-Daudé
On 29/4/24 16:42, Richard Henderson wrote: On 4/28/24 15:14, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé ---   include/hw/core/cpu.h  | 22 ++   include/qemu/plugin.h  |  2 +-   accel/tcg/plugin-gen.c |  8 +---   hw/core/cpu-common.c   |  2 +-   pl

Re: [PATCH 14/24] accel/tcg: Move plugin fields to CPUNegativeOffsetState

2024-04-29 Thread Richard Henderson
On 4/28/24 15:14, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h | 22 ++ include/qemu/plugin.h | 2 +- accel/tcg/plugin-gen.c | 8 +--- hw/core/cpu-common.c | 2 +- plugins/core.c | 8 5 files

[PATCH 14/24] accel/tcg: Move plugin fields to CPUNegativeOffsetState

2024-04-28 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h | 22 ++ include/qemu/plugin.h | 2 +- accel/tcg/plugin-gen.c | 8 +--- hw/core/cpu-common.c | 2 +- plugins/core.c | 8 5 files changed, 21 insertions(+), 21 deletions(-) diff --git