diff options
author | Andreas Färber <afaerber@suse.de> | 2013-06-16 21:30:40 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-07-01 01:11:15 +0200 |
commit | dd49c038c373329dc9e98e591677978ff2277d9f (patch) | |
tree | 878ea8b35460dd3dbda005975b36ddafa581fa31 /include/hw/ppc/openpic.h | |
parent | cbe72019b1432b368dde7c6cd3e270fc221de085 (diff) | |
download | qemu-dd49c038c373329dc9e98e591677978ff2277d9f.zip |
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/openpic.h')
-rw-r--r-- | include/hw/ppc/openpic.h | 1 |
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__ */ |