On 4/29/25 01:51, Philippe Mathieu-Daudé wrote:
VMSTATE_CPU() is only used in 4 places and doesn't provide
much, directly inline it using VMSTATE_STRUCT().
This removes the last COMPILING_PER_TARGET in "hw/core/cpu.h".
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
include/hw/core/cpu.h | 12 ------------
target/alpha/machine.c | 2 +-
target/hppa/machine.c | 2 +-
target/microblaze/machine.c | 2 +-
target/openrisc/machine.c | 2 +-
5 files changed, 4 insertions(+), 16 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~