Re: [Qemu-devel] [RFC PATCH v2 10/10] virtio-scsi: Hook up with dataplane

2014-09-19 Thread Paolo Bonzini
Il 06/08/2014 07:35, Fam Zheng ha scritto: > This enables the virtio-scsi-dataplane code by setting the iothread > in virtio-scsi device, and makes any function that is called by > back from dataplane to cooperate with the caller: they need to be > vring/iothread aware when handling the requests an

[Qemu-devel] [RFC PATCH v2 10/10] virtio-scsi: Hook up with dataplane

2014-08-05 Thread Fam Zheng
This enables the virtio-scsi-dataplane code by setting the iothread in virtio-scsi device, and makes any function that is called by back from dataplane to cooperate with the caller: they need to be vring/iothread aware when handling the requests and using scsi devices on the bus. Signed-off-by: Fa