]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
arm: fix location of some include files
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Apr 2013 14:26:55 +0000 (15:26 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Apr 2013 13:16:01 +0000 (15:16 +0200)
The recent rearrangement of include files had some minor errors:
 devices.h is not ARM specific and should not be in arm/
 arm.h should be in arm/

Move these two headers to correct this.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
49 files changed:
hw/alpha/typhoon.c
hw/arm/armv7m.c
hw/arm/boot.c
hw/arm/collie.c
hw/arm/exynos4210.c
hw/arm/exynos4_boards.c
hw/arm/gumstix.c
hw/arm/highbank.c
hw/arm/integratorcp.c
hw/arm/kzm.c
hw/arm/mainstone.c
hw/arm/musicpal.c
hw/arm/nseries.c
hw/arm/omap1.c
hw/arm/omap2.c
hw/arm/omap_sx1.c
hw/arm/palm.c
hw/arm/pic_cpu.c
hw/arm/realview.c
hw/arm/spitz.c
hw/arm/stellaris.c
hw/arm/strongarm.c
hw/arm/tosa.c
hw/arm/versatilepb.c
hw/arm/vexpress.c
hw/arm/xilinx_zynq.c
hw/arm/z2.c
hw/block/m25p80.c
hw/display/blizzard.c
hw/display/sm501.c
hw/display/tc6393xb.c
hw/input/stellaris_input.c
hw/input/tsc2005.c
hw/input/tsc210x.c
hw/intc/armv7m_nvic.c
hw/lm32/lm32_boards.c
hw/lm32/milkymist.c
hw/microblaze/petalogix_ml605_mmu.c
hw/microblaze/petalogix_s3adsp1800_mmu.c
hw/misc/cbus.c
hw/net/lan9118.c
hw/net/smc91c111.c
hw/ppc/virtex_ml507.c
hw/sh4/r2d.c
hw/timer/tusb6010.c
include/hw/arm/arm.h [moved from include/hw/arm.h with 100% similarity]
include/hw/devices.h [moved from include/hw/arm/devices.h with 100% similarity]
target-arm/arm-semi.c
target-arm/kvm.c

index faec8dcebd96a59bc4d29e20abec9663ff95d8c9..68420f40cb91d3cd98d8356846b4d3897577eaa8 100644 (file)
@@ -9,7 +9,7 @@
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "hw/hw.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "sysemu/sysemu.h"
 #include "alpha_sys.h"
 #include "exec/address-spaces.h"
index a4bdd5f30f387524b61f2701cf86e1724e05cdc2..2ae357676007851b2d0ec7a218c346c2d96dc876 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include "hw/sysbus.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "hw/loader.h"
 #include "elf.h"
 
index c79c590171af2e51953ad710c9735c03e7c3e40e..e9c09454ac55fffa92e72d5457bfe9a3dfb67f18 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "config.h"
 #include "hw/hw.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
 #include "hw/loader.h"
index 5420bb4ba819b53f9c4b98f6839a864aa45fcf7d..a19857aaafdfe216b5c98b995ef7e65b95048db4 100644 (file)
@@ -11,9 +11,9 @@
 #include "hw/hw.h"
 #include "hw/sysbus.h"
 #include "hw/boards.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "strongarm.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "hw/block/flash.h"
 #include "sysemu/blockdev.h"
 #include "exec/address-spaces.h"
index 78b8b7407a450feab70af3d6f5887794e379e89c..c8101d3e84a5fe46246854050024dddf7a27d26c 100644 (file)
@@ -24,7 +24,7 @@
 #include "hw/boards.h"
 #include "sysemu/sysemu.h"
 #include "hw/sysbus.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "hw/loader.h"
 #include "hw/arm/exynos4210.h"
 #include "hw/usb/hcd-ehci.h"
index ba14a1fd09999f3254a08e30961283788abd7d99..74f110ba6146052dafcf041fb77d16c7f887280f 100644 (file)
@@ -24,7 +24,7 @@
 #include "sysemu/sysemu.h"
 #include "hw/sysbus.h"
 #include "net/net.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "exec/address-spaces.h"
 #include "hw/arm/exynos4210.h"
 #include "hw/boards.h"
index 4d800c9547d0c082f897569c9b9dce157971fb49..b8cab10ba64eb86b508c847c8f1be179cc0a742e 100644 (file)
@@ -38,7 +38,7 @@
 #include "hw/arm/pxa.h"
 #include "net/net.h"
 #include "hw/block/flash.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/boards.h"
 #include "sysemu/blockdev.h"
 #include "exec/address-spaces.h"
index 58f73c1bd30c058ccf16cd12eebdcfbae335573e..0fd9465cfad691120fe29e870382ae995c5badca 100644 (file)
@@ -18,8 +18,8 @@
  */
 
 #include "hw/sysbus.h"
-#include "hw/arm.h"
-#include "hw/arm/devices.h"
+#include "hw/arm/arm.h"
+#include "hw/devices.h"
 #include "hw/loader.h"
 #include "net/net.h"
 #include "sysemu/sysemu.h"
index 8d0fb7584abda5f9909fb2ce0dacf3cbcafa0592..cca29719ec80dc935994aab9eaf847e3b87fadbd 100644 (file)
@@ -8,9 +8,9 @@
  */
 
 #include "hw/sysbus.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/boards.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "net/net.h"
 #include "exec/address-spaces.h"
 #include "sysemu/sysemu.h"
index 46264cdeacb0067962b0be1d8d0df1ed2128bef0..cf90f5dc7153682fe0760d043c964844df978edc 100644 (file)
@@ -16,8 +16,8 @@
 #include "hw/sysbus.h"
 #include "exec/address-spaces.h"
 #include "hw/hw.h"
-#include "hw/arm.h"
-#include "hw/arm/devices.h"
+#include "hw/arm/arm.h"
+#include "hw/devices.h"
 #include "net/net.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
index b78e6f00d30706ef1b266db4c5f70c6f48e33e01..260e31481d9fef0593d7552eb5edcf77476d3be2 100644 (file)
@@ -13,9 +13,9 @@
  */
 #include "hw/hw.h"
 #include "hw/arm/pxa.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "net/net.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/boards.h"
 #include "hw/block/flash.h"
 #include "sysemu/blockdev.h"
index 97b13405e652f242edb5bb23cad679b36c53eca9..d2247fa1b9c4a65f478c027c8e4aa7546f842219 100644 (file)
@@ -10,8 +10,8 @@
  */
 
 #include "hw/sysbus.h"
-#include "hw/arm.h"
-#include "hw/arm/devices.h"
+#include "hw/arm/arm.h"
+#include "hw/devices.h"
 #include "net/net.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
index ba8dc3e01ad85f98613a9a7e34da63472d6d65a4..4976438ae6187ee86aae02ef7818cdea49791490 100644 (file)
 #include "qemu-common.h"
 #include "sysemu/sysemu.h"
 #include "hw/arm/omap.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "hw/irq.h"
 #include "ui/console.h"
 #include "hw/boards.h"
 #include "hw/i2c/i2c.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/block/flash.h"
 #include "hw/hw.h"
 #include "hw/bt.h"
index 17caa618221819c58e3d5a2d7ec84d2357810e05..f59f0f291a2d7d856d7c8c8116864225cda4d467 100644 (file)
@@ -17,7 +17,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "hw/hw.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "hw/arm/omap.h"
 #include "sysemu/sysemu.h"
 #include "hw/arm/soc_dma.h"
index 010c483e8ce70c9df4f5d68e5a5295fe815f2ecc..a4b414621dc5e52f67f20caad5c20452fb78f889 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "sysemu/blockdev.h"
 #include "hw/hw.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "hw/arm/omap.h"
 #include "sysemu/sysemu.h"
 #include "qemu/timer.h"
index aa85602aa6e01ae38bcc1587174a1e97e42e6f70..e421ece026858d6cddad2d8fe28ea3618809f563 100644 (file)
@@ -29,7 +29,7 @@
 #include "ui/console.h"
 #include "hw/arm/omap.h"
 #include "hw/boards.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "hw/block/flash.h"
 #include "sysemu/blockdev.h"
 #include "exec/address-spaces.h"
index 0bc11aed2bdea317274df9459ce409957990de19..b13d8108a4fc491ddd4403995bb559b644e3e900 100644 (file)
@@ -22,8 +22,8 @@
 #include "ui/console.h"
 #include "hw/arm/omap.h"
 #include "hw/boards.h"
-#include "hw/arm.h"
-#include "hw/arm/devices.h"
+#include "hw/arm/arm.h"
+#include "hw/devices.h"
 #include "hw/loader.h"
 #include "exec/address-spaces.h"
 
index 787767f51f66b11fb100bf4572264099fb8ccb8d..875280aa971688b076c52d3c235fbb5a813bf283 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include "hw/hw.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "sysemu/kvm.h"
 
 /* Input 0 is IRQ and input 1 is FIQ.  */
index afd52d31befd82b586ebaa44c6f4f2c6b73a1683..feabfc58d4afe7c8e74d099315beabfa150359bc 100644 (file)
@@ -8,9 +8,9 @@
  */
 
 #include "hw/sysbus.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "hw/arm/primecell.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/pci/pci.h"
 #include "net/net.h"
 #include "sysemu/sysemu.h"
index fa434dc68eb64c715d8063a942f0653fded438e1..c42668ae491323bbb38b0b6b9c89ba9857340ec5 100644 (file)
 
 #include "hw/hw.h"
 #include "hw/arm/pxa.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "sysemu/sysemu.h"
 #include "hw/pcmcia.h"
 #include "hw/i2c/i2c.h"
 #include "hw/ssi.h"
 #include "hw/block/flash.h"
 #include "qemu/timer.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/arm/sharpsl.h"
 #include "ui/console.h"
 #include "block/block.h"
index 952087ce2dd0409707b226347462399cc5e97188..2b61e3c7f89a5aebfb9fbe1b893eb2df8da8ebc2 100644 (file)
@@ -9,8 +9,8 @@
 
 #include "hw/sysbus.h"
 #include "hw/ssi.h"
-#include "hw/arm.h"
-#include "hw/arm/devices.h"
+#include "hw/arm/arm.h"
+#include "hw/devices.h"
 #include "qemu/timer.h"
 #include "hw/i2c/i2c.h"
 #include "net/net.h"
index 5873a3c9564409d61264878fba231316df11d530..75a813e6184e4102ec1ac0230071de1480ef7138 100644 (file)
@@ -29,7 +29,7 @@
 #include "hw/sysbus.h"
 #include "strongarm.h"
 #include "qemu/error-report.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "char/char.h"
 #include "sysemu/sysemu.h"
 #include "hw/ssi.h"
index c4362d4313441ffcdd6ae2793bcd50112a33e6a1..47818a5d01e4c9ed4dbffd6f97e53a17df7fb346 100644 (file)
@@ -13,8 +13,8 @@
 
 #include "hw/hw.h"
 #include "hw/arm/pxa.h"
-#include "hw/arm.h"
-#include "hw/arm/devices.h"
+#include "hw/arm/arm.h"
+#include "hw/devices.h"
 #include "hw/arm/sharpsl.h"
 #include "hw/pcmcia.h"
 #include "block/block.h"
index d9be6044818dae98aa05f55314cc9742c266d381..25c665ab273cb27bd204ed04f1d48e4d002fe66a 100644 (file)
@@ -8,8 +8,8 @@
  */
 
 #include "hw/sysbus.h"
-#include "hw/arm.h"
-#include "hw/arm/devices.h"
+#include "hw/arm/arm.h"
+#include "hw/devices.h"
 #include "net/net.h"
 #include "sysemu/sysemu.h"
 #include "hw/pci/pci.h"
index 96e098579f89500882edc30e42e83b771fccb35d..a077c627447aeddf225db95d4b5e5c952377b322 100644 (file)
@@ -22,9 +22,9 @@
  */
 
 #include "hw/sysbus.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "hw/arm/primecell.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "net/net.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
index 8d65f796f99e292cd66b7a5066773382945407a0..41505c32ba0e215a36c00bc340c7031fea64d03f 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #include "hw/sysbus.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "net/net.h"
 #include "exec/address-spaces.h"
 #include "sysemu/sysemu.h"
index 3e272088f5329cdab5d42500d8745eb44d8a7bea..07a127b49853230e8f4ab62e88968755c4a624f6 100644 (file)
@@ -13,8 +13,8 @@
 
 #include "hw/hw.h"
 #include "hw/arm/pxa.h"
-#include "hw/arm.h"
-#include "hw/arm/devices.h"
+#include "hw/arm/arm.h"
+#include "hw/devices.h"
 #include "hw/i2c/i2c.h"
 #include "hw/ssi.h"
 #include "hw/boards.h"
index cd560e3747f483c3e2904dc3ad446fb42adcca3b..55e9d0d37a1379fd092bf5d56f8dc57368c87d2a 100644 (file)
@@ -24,7 +24,7 @@
 #include "hw/hw.h"
 #include "sysemu/blockdev.h"
 #include "hw/ssi.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 
 #ifdef M25P80_ERR_DEBUG
 #define DB_PRINT(...) do { \
index 175c5cdd009ec1479b030bd3d8c05c8a6b7a20f0..de7ccf87dc8b554499d5e884ad62f51e2bbf86f7 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "qemu-common.h"
 #include "ui/console.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "vga_int.h"
 #include "ui/pixel_ops.h"
 
index 6b660ac1c0d0eb3e2124c30ea1b7c70a3ea7f120..9878df4af6aa609c7c8cd65f148c1c1f0f89775b 100644 (file)
@@ -26,7 +26,7 @@
 #include "hw/hw.h"
 #include "hw/char/serial.h"
 #include "ui/console.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/sysbus.h"
 #include "hw/qdev-addr.h"
 #include "qemu/range.h"
index e252ce945fc2597b1447b228fab887889b09689e..178a21fd8d9c4758a8636283c57d9193d0a05905 100644 (file)
@@ -11,7 +11,7 @@
  * GNU GPL, version 2 or (at your option) any later version.
  */
 #include "hw/hw.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/block/flash.h"
 #include "ui/console.h"
 #include "ui/pixel_ops.h"
index f83fc3f288aff7ca5995b8e5ffe9706327c1af2c..4e407922a0679e21806231e2d1ccf3491d4c0896 100644 (file)
@@ -7,7 +7,7 @@
  * This code is licensed under the GPL.
  */
 #include "hw/hw.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "ui/console.h"
 
 typedef struct {
index 34ee1fb3cfcaa62945daaac6fcae5929b690c31f..a771cd5e52a8b731b2ce3dc10699a1699618a90d 100644 (file)
@@ -21,7 +21,7 @@
 #include "hw/hw.h"
 #include "qemu/timer.h"
 #include "ui/console.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 
 #define TSC_CUT_RESOLUTION(value, p)   ((value) >> (16 - (p ? 12 : 10)))
 
index e6c217c8dbd20f1cb26a12c9ed57fa3de4536de7..9b854e77dd5885b90e21fb4c52b1d5e235bb9b40 100644 (file)
@@ -24,7 +24,7 @@
 #include "qemu/timer.h"
 #include "ui/console.h"
 #include "hw/arm/omap.h"       /* For I2SCodec and uWireSlave */
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 
 #define TSC_DATA_REGISTERS_PAGE                0x0
 #define TSC_CONTROL_REGISTERS_PAGE     0x1
index 67dbe68cdca8bf8e667ba0e7a85692f6e53e79c5..25fa43cb2d4895d9a05ef81bde298857d732e132 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #include "exec/address-spaces.h"
 #include "gic_internal.h"
 
index 6555a97e2e99a151a5967ace35d564591eccf968..1ca94980fb7ef4d7f285b656e9dd110a36273330 100644 (file)
@@ -20,7 +20,7 @@
 #include "hw/sysbus.h"
 #include "hw/hw.h"
 #include "hw/block/flash.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/boards.h"
 #include "hw/loader.h"
 #include "sysemu/blockdev.h"
index d02ca0cc04ced9f83178b314cdfa5634d8c23eb8..cca93748aad08c5749e4b0ceb62c06e31a7c10f6 100644 (file)
@@ -21,7 +21,7 @@
 #include "hw/hw.h"
 #include "hw/block/flash.h"
 #include "sysemu/sysemu.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/boards.h"
 #include "hw/loader.h"
 #include "elf.h"
index f61818b42bc77cee2ab9b7a3265b7a8d1ccd9572..ae7ff44423cafd186d2f46c220fcc59588d3daa4 100644 (file)
@@ -30,7 +30,7 @@
 #include "net/net.h"
 #include "hw/block/flash.h"
 #include "sysemu/sysemu.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/boards.h"
 #include "hw/xilinx.h"
 #include "sysemu/blockdev.h"
index eedd60e38c56082bdf050d38bc91368368d7e0e6..7c258f03afa786fbcebc8c4c19489ed5e0d0612e 100644 (file)
@@ -28,7 +28,7 @@
 #include "net/net.h"
 #include "hw/block/flash.h"
 #include "sysemu/sysemu.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/boards.h"
 #include "hw/xilinx.h"
 #include "sysemu/blockdev.h"
index 3d9027f6922ef6c95b278b3b217ff7fefd8c45d3..29b467b61fdb928d2bec56dc7a757447e60bc0c8 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "qemu-common.h"
 #include "hw/irq.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "sysemu/sysemu.h"
 
 //#define DEBUG
index 04cf267f139cb19ce70b44fdd75f957b6f9ce5fd..403fb868aeab3b4d5127f52e30e72f085d6915dd 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "hw/sysbus.h"
 #include "net/net.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "sysemu/sysemu.h"
 #include "hw/ptimer.h"
 /* For crc32 */
index f659256d6eb94c15eb0c912e0c45d0ead9b36a14..c2feae6eb8e905690d118e17a5a3ad0afb355591 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "hw/sysbus.h"
 #include "net/net.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 /* For crc32 */
 #include <zlib.h>
 
index 92b43947f74aaa1d80c3162e6d8d7316b89e604a..6728ba7ea08aab3741e6e66e940f82606c13ed89 100644 (file)
@@ -27,7 +27,7 @@
 #include "hw/char/serial.h"
 #include "hw/block/flash.h"
 #include "sysemu/sysemu.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/boards.h"
 #include "sysemu/device_tree.h"
 #include "hw/loader.h"
index fe82bd62fec5fb02b466f1d42502154749cd09b5..3e4818e170da99c16a4caba65e659e46f41af961 100644 (file)
@@ -26,7 +26,7 @@
 #include "hw/sysbus.h"
 #include "hw/hw.h"
 #include "hw/sh4/sh.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
 #include "hw/pci/pci.h"
index 533938a9b4c59bda9474d232e2e40c3164778299..50edc063d10449440707443e76dca5d5ac1be264 100644 (file)
@@ -23,7 +23,7 @@
 #include "hw/usb.h"
 #include "hw/arm/omap.h"
 #include "hw/irq.h"
-#include "hw/arm/devices.h"
+#include "hw/devices.h"
 #include "hw/sysbus.h"
 
 typedef struct TUSBState {
similarity index 100%
rename from include/hw/arm.h
rename to include/hw/arm/arm.h
index 77718c4caacb5b189b4bf69b1853c5916c768b04..f0637a43f2d39d25c48688a60729275e0799ad87 100644 (file)
@@ -34,7 +34,7 @@
 #else
 #include "qemu-common.h"
 #include "exec/gdbstub.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 #endif
 
 #define TARGET_SYS_OPEN        0x01
index 6bfb10350b621cf44c290d3d9d738edd8828894f..d8acace9b7f2cfb8321060073e7f398510251eac 100644 (file)
@@ -21,7 +21,7 @@
 #include "sysemu/kvm.h"
 #include "kvm_arm.h"
 #include "cpu.h"
-#include "hw/arm.h"
+#include "hw/arm/arm.h"
 
 const KVMCapabilityInfo kvm_arch_required_capabilities[] = {
     KVM_CAP_LAST_INFO