commit | ca05578fc80f4253ed19f4c4128a4cbd5b83f0b5 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Jan 23 19:56:20 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Sun Mar 09 17:00:46 2025 +0100 |
tree | 29c58801fd4b070fd8dc1a2a5acdbaa0fe7769a6 | |
parent | 1405d7e60d8c98a28b29885f70da4f2e4407fbc6 [diff] |
cpus: Register VMState per user / system emulation Simplify cpu-target.c by extracting mixed vmstate code into the cpu_vmstate_register() / cpu_vmstate_unregister() helpers, implemented in cpu-user.c and cpu-system.c. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250123234415.59850-20-philmd@linaro.org>