Commit 6df5285c52 for qemu.org

commit 6df5285c526ab4bec056330c89b7488298676d22
Author: Mohamed Mediouni <mohamed@unpredictable.fr>
Date:   Fri Mar 6 14:00:53 2026 +0100

    hw/arm: virt: remove hvf_arm.h include

    We don't need anything in this header, so drop the include.

    Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr>
    [PMM: updated commit message]
    Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
    Message-id: 20260306130107.35359-4-mohamed@unpredictable.fr
    Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index cab2e21e8a..7456614d05 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -71,7 +71,6 @@
 #include "hw/intc/arm_gicv3_its_common.h"
 #include "hw/core/irq.h"
 #include "kvm_arm.h"
-#include "hvf_arm.h"
 #include "whpx_arm.h"
 #include "hw/firmware/smbios.h"
 #include "qapi/visitor.h"