Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
This update brings dataplane to virtio-scsi (NOT
yet 100% thread-safe, though, which makes it really, really
experimental. It also brings asynchronous cancellation to
the SCSI subsystem and implements it in virtio-scsi. This
is a pretty important feature. Almost all the work here
was done by Fam Zheng.
I also included the virtio refcount fixes from Gonglei,
because they had a small conflict with virtio-scsi dataplane.
This pull request is using the new subkey 4E6B09D7.
# gpg: Signature made Tue 30 Sep 2014 12:31:02 BST using RSA key ID 4E6B09D7
# gpg: Good signature from "Paolo Bonzini <pbonzini@redhat.com>"
# gpg: aka "Paolo Bonzini <bonzini@gnu.org>"
* remotes/bonzini/tags/for-upstream: (39 commits)
block/iscsi: handle failure on malloc of the allocationmap
util: introduce bitmap_try_new
virtio-scsi: Handle TMF request cancellation asynchronously
scsi: Introduce scsi_req_cancel_async
scsi: Introduce scsi_req_cancel_complete
scsi: Drop SCSIReqOps.cancel_io
scsi: Unify request unref in scsi_req_cancel
scsi-generic: Handle canceled request in scsi_command_complete
scsi: Drop scsi_req_abort
virtio-scsi: Process ".iothread" property
virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handling
virtio-scsi: Batched prepare for cmd reqs
virtio-scsi: Two stages processing of cmd request
virtio-scsi: Add migration state notifier for dataplane code
virtio-scsi: Hook up with dataplane
virtio-scsi-dataplane: Code to run virtio-scsi on iothread
virtio-scsi: Add VirtIOSCSIVring in VirtIOSCSIReq
virtio-scsi: Add 'iothread' property to virtio-scsi
virtio: add a wrapper for virtio-backend initialization
virtio-9p: fix virtio-9p child refcount in transports
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- block/iscsi.c 12 additions, 7 deletionsblock/iscsi.c
- hw/s390x/s390-virtio-bus.c 18 additions, 20 deletionshw/s390x/s390-virtio-bus.c
- hw/s390x/virtio-ccw.c 21 additions, 21 deletionshw/s390x/virtio-ccw.c
- hw/scsi/Makefile.objs 1 addition, 1 deletionhw/scsi/Makefile.objs
- hw/scsi/scsi-bus.c 35 additions, 16 deletionshw/scsi/scsi-bus.c
- hw/scsi/scsi-disk.c 16 additions, 43 deletionshw/scsi/scsi-disk.c
- hw/scsi/scsi-generic.c 9 additions, 28 deletionshw/scsi/scsi-generic.c
- hw/scsi/spapr_vscsi.c 10 additions, 3 deletionshw/scsi/spapr_vscsi.c
- hw/scsi/vhost-scsi.c 3 additions, 2 deletionshw/scsi/vhost-scsi.c
- hw/scsi/virtio-scsi-dataplane.c 229 additions, 0 deletionshw/scsi/virtio-scsi-dataplane.c
- hw/scsi/virtio-scsi.c 247 additions, 117 deletionshw/scsi/virtio-scsi.c
- hw/virtio/virtio-pci.c 24 additions, 24 deletionshw/virtio/virtio-pci.c
- hw/virtio/virtio.c 11 additions, 0 deletionshw/virtio/virtio.c
- include/hw/scsi/scsi.h 18 additions, 9 deletionsinclude/hw/scsi/scsi.h
- include/hw/virtio/virtio-scsi.h 87 additions, 1 deletioninclude/hw/virtio/virtio-scsi.h
- include/hw/virtio/virtio.h 3 additions, 0 deletionsinclude/hw/virtio/virtio.h
- include/qemu/bitmap.h 11 additions, 2 deletionsinclude/qemu/bitmap.h
Loading
Please register or sign in to comment