diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-05-29 17:45:12 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-05-29 17:45:12 +0100 |
commit | c42300ef71ba103a9bf67ca64cb94d5d9b633175 (patch) | |
tree | f581b44d8e186bd13624e056eaf47ad690fbf32b /python | |
parent | 3d28b2ce00e8b5e74e1f5cbba13cf306b8360762 (diff) | |
download | qemu-c42300ef71ba103a9bf67ca64cb94d5d9b633175.zip qemu-c42300ef71ba103a9bf67ca64cb94d5d9b633175.tar.gz qemu-c42300ef71ba103a9bf67ca64cb94d5d9b633175.tar.bz2 |
target/arm/hvf: Include missing 'cpu-qom.h' header
ARMCPU typedef is declared in "cpu-qom.h". Include it in
order to avoid when refactoring unrelated headers:
target/arm/hvf_arm.h:23:41: error: unknown type name 'ARMCPU'
23 | void hvf_arm_set_cpu_features_from_host(ARMCPU *cpu);
| ^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-id: 20250513173928.77376-10-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions