qemu-patch-raspberry4/hw/scsi
Peter Maydell 6783ecf144 hw: Avoid use of QOM type name macros in VMStateDescriptions
The name field in a VMStateDescription is part of the migration state
versioning, so changing it will break migration.  It's therefore a
bad idea to use a QOM typename macro to initialize it, because in
general we're free to rename QOM types as part of code refactoring
and cleanup.  For the handful of devices that were doing this by
mistake, replace the QOM typenames with the corresponding literal
strings.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
[AF: Use TYPE_PVSCSI for TypeInfo instead]
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-07-23 00:37:32 +02:00
..
esp-pci.c hw/s*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
esp.c hw/s*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
lsi53c895a.c hw/s*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
Makefile.objs vhost-scsi: new device supporting the tcm_vhost Linux kernel module 2013-04-19 16:18:11 +02:00
megasas.c hw/s*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
mfi.h hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
scsi-bus.c scsi: keep device alive while it has requests 2013-07-04 17:37:30 +02:00
scsi-disk.c scsi-disk: scsi-block device for scsi pass-through should not be removable 2013-06-18 12:43:03 +02:00
scsi-generic.c scsi-generic: check the return value of bdrv_aio_ioctl in execute_command 2013-06-18 12:43:03 +02:00
spapr_vscsi.c scsi: add bus_name parameter to scsi_bus_new. 2013-05-03 12:05:15 -05:00
srp.h hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
vhost-scsi.c vhost-scsi: fix k->set_guest_notifiers() NULL dereference 2013-06-18 12:43:03 +02:00
viosrp.h hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
virtio-scsi.c dma: keep a device alive while it has SGLists 2013-07-04 17:42:30 +02:00
vmw_pvscsi.c hw: Avoid use of QOM type name macros in VMStateDescriptions 2013-07-23 00:37:32 +02:00
vmw_pvscsi.h scsi: VMWare PVSCSI paravirtual device implementation 2013-04-19 10:44:17 +02:00