]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/migration: Inline VMSTATE_CPU()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 29 Apr 2025 08:42:26 +0000 (10:42 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 8 May 2025 12:22:12 +0000 (14:22 +0200)
commitdd54fc2a6b95e067bc4c3a139a0169114dba594a
treee9efeec01822f8366c423fd68aca0da7cd7f0131
parent67ce2866a76935cdea39f03e282844e3c4559f12
target/migration: Inline VMSTATE_CPU()

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é <philmd@linaro.org>
Acked-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250429085148.11876-1-philmd@linaro.org>
include/hw/core/cpu.h
target/alpha/machine.c
target/hppa/machine.c
target/microblaze/machine.c
target/openrisc/machine.c