qemu-patch-raspberry4/hw/ide
Anthony Liguori 0d936928ef qdev: Convert busses to QEMU Object Model
This is far less interesting than it sounds.  We simply add an Object to each
BusState and then register the types appropriately.  Most of the interesting
refactoring will follow in the next patches.

Since we're changing fundamental type names (BusInfo -> BusClass), it all needs
to convert at once.  Fortunately, not a lot of code is affected.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
[AF: Made all new bus TypeInfos static const.]
[AF: Made qbus_free() call object_delete(), required {qom,glib}_allocated]
Signed-off-by: Andreas Färber <afaerber@suse.de>
2012-06-18 15:14:38 +02:00
..
ahci.c ahci: SATA FIS is 20 bytes, not 0x20 2012-05-30 14:51:09 +02:00
ahci.h ahci: add port I/O index-data pair 2011-09-21 14:32:20 +02:00
atapi.c block: Don't call bdrv_eject() if the tray state didn't change 2012-02-22 17:23:21 -02:00
cmd646.c Add missing const attributes for MemoryRegionOps 2012-03-11 11:40:15 +00:00
core.c ATA: Allow WIN_SECURITY_FREEZE_LOCK as nop 2012-05-02 18:47:08 +02:00
ich.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
internal.h qdev: Convert busses to QEMU Object Model 2012-06-18 15:14:38 +02:00
isa.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
macio.c Use DMADirection type for dma_bdrv_io 2012-04-05 14:54:40 +02:00
Makefile.objs build: convert libhw to nested Makefile.objs 2012-06-07 09:21:17 +02:00
microdrive.c hw: Trim superfluous #include "block_int.h" 2011-09-12 15:17:21 +02:00
mmio.c ide/mmio: convert to memory API 2011-11-24 18:31:59 +02:00
pci.c ide: fix compilation errors when DEBUG_IDE is set 2012-02-10 10:44:52 +00:00
pci.h ide: convert to memory API 2011-08-08 10:15:54 -05:00
piix.c Add missing const attributes for MemoryRegionOps 2012-03-11 11:40:15 +00:00
qdev.c qdev: Convert busses to QEMU Object Model 2012-06-18 15:14:38 +02:00
via.c Add missing const attributes for MemoryRegionOps 2012-03-11 11:40:15 +00:00