ioapic: Factor out base class for KVM reuse
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 16 Oct 2011 17:38:22 +0000 (19:38 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 19 Jan 2012 11:14:41 +0000 (12:14 +0100)
commit244ac3af234fd636141182d60a007fcffd0970dc
tree9f4070ae9238db153604b83662524a7f1efe5e47
parentac791b881442e8f929ad0f7423f0e6f253dbef70
ioapic: Factor out base class for KVM reuse

Split up the IOAPIC analogously to APIC and i8259. KVM will share the
IOAPICCommonState, the vmstate, reset logic and certain init parts with
the user space model.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Makefile.target
hw/ioapic.c
hw/ioapic_common.c [new file with mode: 0644]
hw/ioapic_internal.h [new file with mode: 0644]