arm: include cpu-qom.h in files that require ARMCPU
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Mar 2016 13:32:02 +0000 (14:32 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:27 +0000 (16:42 +0200)
This will keep things working when cpu.h will not be included
indirectly almost everywhere (either directly or through
qemu-common.h).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/arm/stm32f205_soc.c
hw/arm/strongarm.h
include/hw/arm/arm.h
include/hw/arm/exynos4210.h
include/hw/arm/omap.h
include/hw/arm/pxa.h

index a5ea1e23703d706551c95237e8aa599f2da9cc8d..9c1dafbb19469c745fa5c6decad9758bab9f85ac 100644 (file)
@@ -25,7 +25,6 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "qemu-common.h"
-#include "cpu.h"
 #include "hw/arm/arm.h"
 #include "exec/address-spaces.h"
 #include "hw/arm/stm32f205_soc.h"
index 2893f94445d9b398bc2da28704c5d33213e65c59..cd32bbdb0e2040bc18cbeecb1a7c780278001d9c 100644 (file)
@@ -2,6 +2,7 @@
 #define _STRONGARM_H
 
 #include "exec/memory.h"
+#include "target-arm/cpu-qom.h"
 
 #define SA_CS0          0x00000000
 #define SA_CS1          0x08000000
index b2517f9a43b3f10602f552500c54d50e4cc7e9f2..8b49a9833fc2925fc505a5f8d1265a069c8b490b 100644 (file)
@@ -12,9 +12,9 @@
 #define ARM_MISC_H 1
 
 #include "exec/memory.h"
+#include "target-arm/cpu-qom.h"
 #include "hw/irq.h"
 #include "qemu/notify.h"
-#include "cpu.h"
 
 typedef enum {
     ARM_ENDIANNESS_UNKNOWN = 0,
index 5c1820f88329eb87845255563a1f744db31dbd37..b6d929ddb745559aad631dc364b035c902a81b0b 100644 (file)
@@ -28,6 +28,7 @@
 
 #include "qemu-common.h"
 #include "exec/memory.h"
+#include "target-arm/cpu-qom.h"
 
 #define EXYNOS4210_NCPUS                    2
 
index 0ad5fb883c58547f6bb5f194eedb61b550ca3798..f026c8df577fcf367b19e1f34e42550a8ea62dcd 100644 (file)
@@ -20,6 +20,7 @@
 #include "exec/memory.h"
 # define hw_omap_h             "omap.h"
 #include "hw/irq.h"
+#include "target-arm/cpu-qom.h"
 
 # define OMAP_EMIFS_BASE       0x00000000
 # define OMAP2_Q0_BASE         0x00000000
index 259b85249519fe3c0eeef95d1a0146b6ba546833..074feacd032e1286b88f6856b604c4f70d0a47f3 100644 (file)
@@ -10,6 +10,7 @@
 # define PXA_H                 "pxa.h"
 
 #include "exec/memory.h"
+#include "target-arm/cpu-qom.h"
 
 /* Interrupt numbers */
 # define PXA2XX_PIC_SSP3       0