@@ -1859,8 +1859,8 @@ if have_system or have_user
trace_events_subdirs += [
'accel/tcg',
'hw/core',
- 'target/arm',
'target/arm/tcg',
+ 'target/arm/kvm',
'target/hppa',
'target/i386',
'target/i386/kvm',
@@ -20,7 +20,7 @@
#ifndef ARM_CPU_H
#define ARM_CPU_H
-#include "kvm-consts.h"
+#include "kvm/kvm-consts.h"
#include "hw/registerfields.h"
#include "cpu-qom.h"
#include "exec/cpu-defs.h"
similarity index 100%
rename from target/arm/kvm-consts.h
rename to target/arm/kvm/kvm-consts.h
similarity index 100%
rename from target/arm/kvm_arm.h
rename to target/arm/kvm/kvm_arm.h
new file mode 100644
@@ -0,0 +1 @@
+#include "trace/trace-target_arm_kvm.h"
deleted file mode 100644
@@ -1 +0,0 @@
-#include "trace/trace-target_arm.h"
@@ -28,7 +28,7 @@
#include "sysemu/runstate.h"
#include "sysemu/sysemu.h"
#include "exec/hwaddr.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "hw/arm/boot.h"
#include "hw/block/flash.h"
#include "hw/boards.h"
@@ -51,7 +51,7 @@
#include "sysemu/numa.h"
#include "sysemu/reset.h"
#include "sysemu/tpm.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "migration/vmstate.h"
#include "hw/acpi/ghes.h"
@@ -63,7 +63,7 @@
#include "hw/intc/arm_gic.h"
#include "hw/intc/arm_gicv3_common.h"
#include "hw/irq.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "hw/firmware/smbios.h"
#include "qapi/visitor.h"
#include "qapi/qapi-visit-common.h"
@@ -18,7 +18,7 @@
#include "sysemu/sysemu.h"
#include "sysemu/kvm.h"
#include "hw/arm/boot.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "hw/misc/unimp.h"
#include "hw/arm/xlnx-versal.h"
@@ -23,7 +23,7 @@
#include "hw/boards.h"
#include "sysemu/kvm.h"
#include "sysemu/sysemu.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#define GIC_NUM_SPI_INTR 160
@@ -25,7 +25,7 @@
#include "hw/irq.h"
#include "hw/qdev-properties.h"
#include "sysemu/kvm.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
static void a15mp_priv_set_irq(void *opaque, int irq, int level)
{
@@ -24,7 +24,7 @@
#include "qemu/module.h"
#include "migration/blocker.h"
#include "sysemu/kvm.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "gic_internal.h"
#include "vgic_common.h"
#include "qom/object.h"
@@ -25,7 +25,7 @@
#include "hw/qdev-properties.h"
#include "sysemu/runstate.h"
#include "sysemu/kvm.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "migration/blocker.h"
#include "qom/object.h"
@@ -26,7 +26,7 @@
#include "qemu/module.h"
#include "sysemu/kvm.h"
#include "sysemu/runstate.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "gicv3_internal.h"
#include "vgic_common.h"
#include "migration/blocker.h"
@@ -24,7 +24,7 @@
#include "cpu.h"
#include "internals.h"
#include "sysemu/hw_accel.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "sysemu/tcg.h"
#include "tcg/tcg-cpu.h"
@@ -39,7 +39,7 @@
#endif
#include "sysemu/tcg.h"
#include "sysemu/hw_accel.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "disas/capstone.h"
#include "fpu/softfloat.h"
#include "cpu-mmu.h"
@@ -37,7 +37,7 @@
#include "sysemu/sysemu.h"
#include "sysemu/tcg.h"
#include "sysemu/hw_accel.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "disas/capstone.h"
#include "fpu/softfloat.h"
#include "cpu-mmu.h"
@@ -31,7 +31,7 @@
#include "hw/loader.h"
#endif
#include "sysemu/kvm.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "qapi/visitor.h"
#include "hw/qdev-properties.h"
#include "cpregs.h"
similarity index 100%
rename from target/arm/kvm.c
rename to target/arm/kvm/kvm.c
similarity index 100%
rename from target/arm/kvm64.c
rename to target/arm/kvm/kvm64.c
@@ -3,7 +3,7 @@
#include "qemu/error-report.h"
#include "sysemu/kvm.h"
#include "sysemu/tcg.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "internals.h"
#include "migration/cpu.h"
#include "cpregs.h"
@@ -22,7 +22,7 @@
#include "qemu/osdep.h"
#include "hw/boards.h"
-#include "kvm_arm.h"
+#include "kvm/kvm_arm.h"
#include "qapi/error.h"
#include "qapi/visitor.h"
#include "qapi/qobject-input-visitor.h"
@@ -39,7 +39,6 @@
#include "sysemu/sysemu.h"
#include "sysemu/tcg.h"
#include "sysemu/hw_accel.h"
-#include "kvm_arm.h"
#include "disas/capstone.h"
#include "fpu/softfloat.h"
#include "cpu-mmu.h"
@@ -373,7 +373,7 @@ ARM KVM CPUs
M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
S: Maintained
-F: target/arm/kvm.c
+F: target/arm/kvm/kvm.c
MIPS KVM CPUs
M: Huacai Chen <chenhuacai@kernel.org>
new file mode 100644
@@ -0,0 +1,4 @@
+arm_ss.add(when: 'CONFIG_KVM', if_true: files(
+ 'kvm.c',
+ 'kvm64.c',
+))
similarity index 100%
rename from target/arm/trace-events
rename to target/arm/kvm/trace-events
@@ -11,8 +11,6 @@ arm_ss.add(files(
))
arm_ss.add(zlib)
-arm_ss.add(when: 'CONFIG_KVM', if_true: files('kvm.c', 'kvm64.c'), if_false: files('kvm-stub.c'))
-
arm_ss.add(when: 'TARGET_AARCH64', if_true: files(
'cpu64.c',
'gdbstub64.c',
@@ -38,6 +36,7 @@ arm_user_ss.add(files(
))
subdir('tcg')
+subdir('kvm')
target_arch += {'arm': arm_ss}
target_softmmu_arch += {'arm': arm_softmmu_ss}