Re: [Qemu-devel] [PATCH v3 0/7] virtio-scsi: Dataplane on single iothread

2014-09-23 Thread Paolo Bonzini
Il 23/09/2014 09:49, Fam Zheng ha scritto: > The second half of previous series while rebasing on Paolo's scsi-next branch. > > Changes include: > > - Move dataplane fields from VirtIOSCSICommon to VirtIOSCSI. > - Assert s->ctx in virtio_scsi_set_iothread. > - No virtio_scsi_aio_acquire, just

[Qemu-devel] [PATCH v3 0/7] virtio-scsi: Dataplane on single iothread

2014-09-23 Thread Fam Zheng
The second half of previous series while rebasing on Paolo's scsi-next branch. Changes include: - Move dataplane fields from VirtIOSCSICommon to VirtIOSCSI. - Assert s->ctx in virtio_scsi_set_iothread. - No virtio_scsi_aio_acquire, just acquire/release in virtio_scsi_push_event. - Add migrati