summaryrefslogtreecommitdiff
path: root/include/hw/ppc
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-06-16 21:30:40 +0200
committerAlexander Graf <agraf@suse.de>2013-07-01 01:11:15 +0200
commitdd49c038c373329dc9e98e591677978ff2277d9f (patch)
tree878ea8b35460dd3dbda005975b36ddafa581fa31 /include/hw/ppc
parentcbe72019b1432b368dde7c6cd3e270fc221de085 (diff)
downloadqemu-dd49c038c373329dc9e98e591677978ff2277d9f.tar.gz
intc/openpic_kvm: Fix QOM and build issues
Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/hw/ppc')
-rw-r--r--include/hw/ppc/openpic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/ppc/openpic.h b/include/hw/ppc/openpic.h
index ef3f5c3e97..ee67098cbc 100644
--- a/include/hw/ppc/openpic.h
+++ b/include/hw/ppc/openpic.h
@@ -26,6 +26,7 @@ enum {
#define OPENPIC_MAX_IRQ (OPENPIC_MAX_SRC + OPENPIC_MAX_IPI + \
OPENPIC_MAX_TMR)
+#define TYPE_KVM_OPENPIC "kvm-openpic"
int kvm_openpic_connect_vcpu(DeviceState *d, CPUState *cs);
#endif /* __OPENPIC_H__ */