summaryrefslogtreecommitdiffstats
path: root/hw/spapr.h
diff options
context:
space:
mode:
authormalc2011-11-01 23:14:19 +0100
committermalc2011-11-01 23:14:19 +0100
commitdd7b25b5b47df8aaf5580faaf3f60b2a1b779c37 (patch)
treed671ce116243083338b0be0849a58ef9a00b17ff /hw/spapr.h
parenttcg: Fix whitespace in tcg-op.h. (diff)
parentRevert "PPC: Fail configure when libfdt is not available" (diff)
downloadqemu-dd7b25b5b47df8aaf5580faaf3f60b2a1b779c37.tar.gz
qemu-dd7b25b5b47df8aaf5580faaf3f60b2a1b779c37.tar.xz
qemu-dd7b25b5b47df8aaf5580faaf3f60b2a1b779c37.zip
Merge branch 'master' of git://git.qemu.org/qemu
Diffstat (limited to 'hw/spapr.h')
-rw-r--r--hw/spapr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/spapr.h b/hw/spapr.h
index 6657c336f6..df88f6abad 100644
--- a/hw/spapr.h
+++ b/hw/spapr.h
@@ -4,10 +4,12 @@
#include "hw/xics.h"
struct VIOsPAPRBus;
+struct sPAPRPHBState;
struct icp_state;
typedef struct sPAPREnvironment {
struct VIOsPAPRBus *vio_bus;
+ QLIST_HEAD(, sPAPRPHBState) phbs;
struct icp_state *icp;
target_phys_addr_t ram_limit;