]> git.proxmox.com Git - qemu.git/commit
qdev: move qdev->info to class
authorAnthony Liguori <aliguori@us.ibm.com>
Sun, 4 Dec 2011 17:08:36 +0000 (11:08 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 27 Jan 2012 16:50:34 +0000 (10:50 -0600)
commit30fbb9fc7cd73abc32ff71ceb59e9a3be37ac128
tree25aa7ff76f8db648bff269cf169c00d28260ec1f
parent32fea4025bfb80f2dbc5c3ce415703af28d85f63
qdev: move qdev->info to class

Right now, DeviceInfo acts as the class for qdev.  In order to switch to a
proper ObjectClass derivative, we need to ween all of the callers off of
interacting directly with the info pointer.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
33 files changed:
hw/acpi_piix4.c
hw/apic_common.c
hw/cirrus_vga.c
hw/e1000.c
hw/eepro100.c
hw/hda-audio.c
hw/i8259_common.c
hw/ide/piix.c
hw/intel-hda.c
hw/ioapic_common.c
hw/lan9118.c
hw/lsi53c895a.c
hw/mipsnet.c
hw/ne2000-isa.c
hw/ne2000.c
hw/opencores_eth.c
hw/pci.c
hw/pcnet.c
hw/qdev-properties.c
hw/qdev.c
hw/qdev.h
hw/rtl8139.c
hw/smc91c111.c
hw/spapr_vio.c
hw/spapr_vty.c
hw/usb-bus.c
hw/usb-ccid.c
hw/usb-net.c
hw/usb-ohci.c
hw/virtio-console.c
hw/virtio-net.c
hw/virtio-serial-bus.c
hw/xgmac.c