Re: [PATCH v14 16/18] plugins: Use different helpers when reading registers

2023-10-25 Thread Akihiko Odaki
On 2023/10/25 14:39, Akihiko Odaki wrote: On 2023/10/25 1:48, Alex Bennée wrote: Akihiko Odaki writes: This avoids optimizations incompatible when reading registers. Signed-off-by: Akihiko Odaki ---   accel/tcg/plugin-helpers.h |  3 ++-   include/exec/plugin-gen.h  |  4 ++--   include/h

Re: [PATCH v14 16/18] plugins: Use different helpers when reading registers

2023-10-24 Thread Akihiko Odaki
On 2023/10/25 1:48, Alex Bennée wrote: Akihiko Odaki writes: This avoids optimizations incompatible when reading registers. Signed-off-by: Akihiko Odaki --- accel/tcg/plugin-helpers.h | 3 ++- include/exec/plugin-gen.h | 4 ++-- include/hw/core/cpu.h | 4 ++-- include/qemu/plu

Re: [PATCH v14 16/18] plugins: Use different helpers when reading registers

2023-10-24 Thread Alex Bennée
Akihiko Odaki writes: > This avoids optimizations incompatible when reading registers. > > Signed-off-by: Akihiko Odaki > --- > accel/tcg/plugin-helpers.h | 3 ++- > include/exec/plugin-gen.h | 4 ++-- > include/hw/core/cpu.h | 4 ++-- > include/qemu/plugin.h | 3 +++ > plugins

[PATCH v14 16/18] plugins: Use different helpers when reading registers

2023-10-19 Thread Akihiko Odaki
This avoids optimizations incompatible when reading registers. Signed-off-by: Akihiko Odaki --- accel/tcg/plugin-helpers.h | 3 ++- include/exec/plugin-gen.h | 4 ++-- include/hw/core/cpu.h | 4 ++-- include/qemu/plugin.h | 3 +++ plugins/plugin.h | 5 +++-- accel/tcg/p