[Qemu-devel] [PATCH for 3.1 0/4] virtio migration load path

Dr. David Alan Gilbert (git) posted 4 patches 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180716173743.133393-1-dgilbert@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
hw/block/virtio-blk.c       |  4 ++++
hw/char/virtio-serial-bus.c |  4 ++++
hw/scsi/scsi-bus.c          |  5 +++++
hw/scsi/virtio-scsi.c       | 19 ++++++++++++++++---
hw/virtio/virtio.c          | 13 ++++++-------
5 files changed, 35 insertions(+), 10 deletions(-)
[Qemu-devel] [PATCH for 3.1 0/4] virtio migration load path
Posted by Dr. David Alan Gilbert (git) 7 years, 3 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

One day I'll figure out how to convert the
virtio load path and qemu_get_virtqeueue_element into
vmstate, but until then clean up some of the error paths.

Dave

Dr. David Alan Gilbert (4):
  scsi/migration: Allow bus load request to fail
  virtio: Check qemu_get_virtqueue_element returns
  virtio-scsi/migration: Allow load_request to fail
  virtio: qemu_get_virtqueue_element fail rather than assert

 hw/block/virtio-blk.c       |  4 ++++
 hw/char/virtio-serial-bus.c |  4 ++++
 hw/scsi/scsi-bus.c          |  5 +++++
 hw/scsi/virtio-scsi.c       | 19 ++++++++++++++++---
 hw/virtio/virtio.c          | 13 ++++++-------
 5 files changed, 35 insertions(+), 10 deletions(-)

-- 
2.17.1