commit | 999e12bbe85c5dcf49bef13bce4f97399c7105f4 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Tue Jan 24 13:12:29 2012 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Jan 27 10:50:50 2012 -0600 |
tree | 73b6ed8633a73134e9f728baa1ed2b1dab58b5b0 | |
parent | 40021f08882aaef93c66c8c740087b6d3031b63a [diff] |
sysbus: apic: ioapic: convert to QEMU Object Model This converts three devices because apic and ioapic are subclasses of sysbus. Converting subclasses independently of their base class is prohibitively hard. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>