From: Pierrick Bouvier Date: Tue, 25 Mar 2025 04:59:13 +0000 (-0700) Subject: hw/arm/xlnx-versal: prepare compilation unit to be common X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51cc143e83875c3b90570e80d47d330dd502487a;p=thirdparty%2Fqemu.git hw/arm/xlnx-versal: prepare compilation unit to be common Remove kvm unused headers. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier Signed-off-by: Richard Henderson Message-ID: <20250325045915.994760-29-pierrick.bouvier@linaro.org> --- diff --git a/hw/arm/xlnx-versal.c b/hw/arm/xlnx-versal.c index 278545a3f7..f0b383b29e 100644 --- a/hw/arm/xlnx-versal.c +++ b/hw/arm/xlnx-versal.c @@ -17,9 +17,7 @@ #include "hw/sysbus.h" #include "net/net.h" #include "system/system.h" -#include "system/kvm.h" #include "hw/arm/boot.h" -#include "kvm_arm.h" #include "hw/misc/unimp.h" #include "hw/arm/xlnx-versal.h" #include "qemu/log.h"