mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
cbe72019b1
commit
dd49c038c3
3 changed files with 35 additions and 22 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue