Re: [Qemu-devel] [RFC PATCH 0/4] virtio-scsi device model

2011-11-15 Thread Paolo Bonzini
On 11/15/2011 09:33 PM, Michael S. Tsirkin wrote: > What's missing is 1) support for writable config space, 2) testing TMF, > 3) events; 4) migration. The last two do not need to be in at the > first commit, they can come later. > > Tested lightly with a seabios driver (see the seabios ML).

Re: [Qemu-devel] [RFC PATCH 0/4] virtio-scsi device model

2011-11-15 Thread Michael S. Tsirkin
On Tue, Nov 15, 2011 at 06:00:01PM +0100, Paolo Bonzini wrote: > Here is the first sneak peek of virtio-scsi. It's on top of my scsi-sg > branch at http://github.com/bonzini/qemu. I'm more interested > in getting early reviews in the virtio side, so I'm omitting the > scsi-specific patches that i

[Qemu-devel] [RFC PATCH 0/4] virtio-scsi device model

2011-11-15 Thread Paolo Bonzini
Here is the first sneak peek of virtio-scsi. It's on top of my scsi-sg branch at http://github.com/bonzini/qemu. I'm more interested in getting early reviews in the virtio side, so I'm omitting the scsi-specific patches that introduce support for scatter/gather I/O in the SCSI layer. What's miss