Re: [Qemu-devel] [PATCH 7/7] virtio-scsi: add support for the any_layout feature

2014-06-12 Thread Paolo Bonzini
Il 12/06/2014 14:33, Michael S. Tsirkin ha scritto: > On Thu, Jun 12, 2014 at 02:09:08PM +0200, Paolo Bonzini wrote: >> Store the request and response headers by value, and let >> virtio_scsi_parse_req check that there is only one of datain >> and dataout. >> >> Signed-off-by: Paolo Bonzini >> ---

Re: [Qemu-devel] [PATCH 7/7] virtio-scsi: add support for the any_layout feature

2014-06-12 Thread Michael S. Tsirkin
On Thu, Jun 12, 2014 at 02:09:08PM +0200, Paolo Bonzini wrote: > Store the request and response headers by value, and let > virtio_scsi_parse_req check that there is only one of datain > and dataout. > > Signed-off-by: Paolo Bonzini > --- > hw/scsi/virtio-scsi.c | 161 > ++

[Qemu-devel] [PATCH 7/7] virtio-scsi: add support for the any_layout feature

2014-06-12 Thread Paolo Bonzini
Store the request and response headers by value, and let virtio_scsi_parse_req check that there is only one of datain and dataout. Signed-off-by: Paolo Bonzini --- hw/scsi/virtio-scsi.c | 161 ++-- include/hw/i386/pc.h| 4 + include/hw/