aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ioapic_internal.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-19ioapic: Factor out base class for KVM reuseJan Kiszka1-0/+97
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>