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>
Showing
- hw/acpi_piix4.c 2 additions, 2 deletionshw/acpi_piix4.c
- hw/apic_common.c 5 additions, 5 deletionshw/apic_common.c
- hw/cirrus_vga.c 1 addition, 1 deletionhw/cirrus_vga.c
- hw/e1000.c 1 addition, 1 deletionhw/e1000.c
- hw/eepro100.c 2 additions, 2 deletionshw/eepro100.c
- hw/hda-audio.c 1 addition, 1 deletionhw/hda-audio.c
- hw/i8259_common.c 3 additions, 3 deletionshw/i8259_common.c
- hw/ide/piix.c 1 addition, 1 deletionhw/ide/piix.c
- hw/intel-hda.c 3 additions, 3 deletionshw/intel-hda.c
- hw/ioapic_common.c 3 additions, 3 deletionshw/ioapic_common.c
- hw/lan9118.c 1 addition, 1 deletionhw/lan9118.c
- hw/lsi53c895a.c 1 addition, 1 deletionhw/lsi53c895a.c
- hw/mipsnet.c 1 addition, 1 deletionhw/mipsnet.c
- hw/ne2000-isa.c 1 addition, 1 deletionhw/ne2000-isa.c
- hw/ne2000.c 1 addition, 1 deletionhw/ne2000.c
- hw/opencores_eth.c 1 addition, 1 deletionhw/opencores_eth.c
- hw/pci.c 9 additions, 7 deletionshw/pci.c
- hw/pcnet.c 1 addition, 1 deletionhw/pcnet.c
- hw/qdev-properties.c 10 additions, 10 deletionshw/qdev-properties.c
- hw/qdev.c 41 additions, 29 deletionshw/qdev.c
Loading
Please register or sign in to comment