diff options
author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-05-12 11:04:49 -0700 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-05-14 15:12:40 +0100 |
commit | cb9f95996a5d2941da5a41cc168145aca3051a55 (patch) | |
tree | 5232b14559ec0f2d84bf58609c1495e7cd17127c /scripts/vmstate-static-checker.py | |
parent | d31eaa5bdbd5cf05d8313beb7149c33c4a6d750e (diff) | |
download | qemu-cb9f95996a5d2941da5a41cc168145aca3051a55.zip qemu-cb9f95996a5d2941da5a41cc168145aca3051a55.tar.gz qemu-cb9f95996a5d2941da5a41cc168145aca3051a55.tar.bz2 |
target/arm/machine: remove TARGET_AARCH64 from migration state
This exposes two new subsections for arm: vmstate_sve and vmstate_za.
Those sections have a ".needed" callback, which already allow to skip
them when not needed.
vmstate_sve .needed is checking cpu_isar_feature(aa64_sve, cpu).
vmstate_za .needed is checking ZA flag in cpu->env.svcr.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250512180502.2395029-36-pierrick.bouvier@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/vmstate-static-checker.py')
0 files changed, 0 insertions, 0 deletions