qemu-patch-raspberry4/hw/virtio
Juan Quintela 5cd8cadae8 migration: Use normal VMStateDescriptions for Subsections
We create optional sections with this patch.  But we already have
optional subsections.  Instead of having two mechanism that do the
same, we can just generalize it.

For subsections we just change:

- Add a needed function to VMStateDescription
- Remove VMStateSubsection (after removal of the needed function
  it is just a VMStateDescription)
- Adjust the whole tree, moving the needed function to the corresponding
  VMStateDescription

Signed-off-by: Juan Quintela <quintela@redhat.com>
2015-06-12 06:53:57 +02:00
..
dataplane pc, acpi, virtio 2015-06-11 15:33:38 +01:00
Makefile.objs dataplane: endianness-aware accesses 2015-02-16 15:07:16 +00:00
vhost-backend.c vhost: Remove superfluous '\n' around error_report() 2015-03-10 08:15:33 +03:00
vhost-user.c vhost-user: add multi queue support 2015-06-01 14:18:55 +02:00
vhost.c pc, acpi, virtio 2015-06-11 15:33:38 +01:00
virtio-balloon.c virtio-balloon: switch to virtio_add_feature 2015-06-10 18:15:06 +02:00
virtio-bus.c virtio: device_plugged() can fail 2015-05-31 16:44:12 +02:00
virtio-mmio.c virtio: allow virtio-1 queue layout 2015-06-10 18:15:04 +02:00
virtio-pci.c virtio-input: emulated devices [pci] 2015-06-10 18:15:06 +02:00
virtio-pci.h virtio-input: emulated devices [pci] 2015-06-10 18:15:06 +02:00
virtio-rng.c virtio-rng: move qdev properties into virtio-rng.c 2015-06-10 18:15:34 +02:00
virtio.c migration: Use normal VMStateDescriptions for Subsections 2015-06-12 06:53:57 +02:00