diff options
author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-03-24 21:59:12 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 15:07:32 -0700 |
commit | c16ee1384b3b4cddf9777ce76813e36247f6e895 (patch) | |
tree | a2cb4be6130528f30ddb1b58a842c09789e44762 | |
parent | f55cc73dffcf2734d6bd54f4edaceb1b0ed64b0d (diff) | |
download | qemu-c16ee1384b3b4cddf9777ce76813e36247f6e895.zip qemu-c16ee1384b3b4cddf9777ce76813e36247f6e895.tar.gz qemu-c16ee1384b3b4cddf9777ce76813e36247f6e895.tar.bz2 |
hw/arm/xlnx-zynqmp: prepare compilation unit to be common
Remove kvm unused headers.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250325045915.994760-28-pierrick.bouvier@linaro.org>
-rw-r--r-- | hw/arm/xlnx-zynqmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c index d6022ff..ec2b3a4 100644 --- a/hw/arm/xlnx-zynqmp.c +++ b/hw/arm/xlnx-zynqmp.c @@ -22,9 +22,7 @@ #include "hw/intc/arm_gic_common.h" #include "hw/misc/unimp.h" #include "hw/boards.h" -#include "system/kvm.h" #include "system/system.h" -#include "kvm_arm.h" #include "target/arm/cpu-qom.h" #include "target/arm/gtimer.h" |