Re: [Qemu-devel] [PATCH V2 0/5] Set correct blk feature for virtio 1.0

2015-07-15 Thread Cornelia Huck
On Wed, 15 Jul 2015 17:08:02 +0300 "Michael S. Tsirkin" wrote: > On Wed, Jul 15, 2015 at 02:46:19PM +0200, Cornelia Huck wrote: > > The scsi bit is the one I thought about here; I'd need to check the spec > > whether there are others (for other device types). > > So it's mostly the same pain for

Re: [Qemu-devel] [PATCH V2 0/5] Set correct blk feature for virtio 1.0

2015-07-15 Thread Michael S. Tsirkin
On Wed, Jul 15, 2015 at 02:46:19PM +0200, Cornelia Huck wrote: > The scsi bit is the one I thought about here; I'd need to check the spec > whether there are others (for other device types). So it's mostly the same pain for pci as well, I don't think ccw is special. -- MST

Re: [Qemu-devel] [PATCH V2 0/5] Set correct blk feature for virtio 1.0

2015-07-15 Thread Cornelia Huck
On Wed, 15 Jul 2015 14:49:43 +0300 "Michael S. Tsirkin" wrote: > On Wed, Jul 15, 2015 at 11:11:18AM +0200, Cornelia Huck wrote: > > On Wed, 15 Jul 2015 13:29:56 +0800 > > Jason Wang wrote: > > > > > Hi all: > > > > > > This series tries to set feature correctly for virtio-blk when virtio > > >

Re: [Qemu-devel] [PATCH V2 0/5] Set correct blk feature for virtio 1.0

2015-07-15 Thread Cornelia Huck
On Wed, 15 Jul 2015 14:52:11 +0300 "Michael S. Tsirkin" wrote: > On Wed, Jul 15, 2015 at 01:38:42PM +0200, Cornelia Huck wrote: > > On Wed, 15 Jul 2015 17:39:53 +0800 > > Jason Wang wrote: > > > > > > > > > > > On 07/15/2015 05:11 PM, Cornelia Huck wrote: > > > > On Wed, 15 Jul 2015 13:29:56

Re: [Qemu-devel] [PATCH V2 0/5] Set correct blk feature for virtio 1.0

2015-07-15 Thread Michael S. Tsirkin
On Wed, Jul 15, 2015 at 01:38:42PM +0200, Cornelia Huck wrote: > On Wed, 15 Jul 2015 17:39:53 +0800 > Jason Wang wrote: > > > > > > > On 07/15/2015 05:11 PM, Cornelia Huck wrote: > > > On Wed, 15 Jul 2015 13:29:56 +0800 > > > Jason Wang wrote: > > > > > >> Hi all: > > >> > > >> This series tri

Re: [Qemu-devel] [PATCH V2 0/5] Set correct blk feature for virtio 1.0

2015-07-15 Thread Michael S. Tsirkin
On Wed, Jul 15, 2015 at 11:11:18AM +0200, Cornelia Huck wrote: > On Wed, 15 Jul 2015 13:29:56 +0800 > Jason Wang wrote: > > > Hi all: > > > > This series tries to set feature correctly for virtio-blk when virtio > > 1.0 is supported. Two isssues were addressed according to the spec: > > > > - s

Re: [Qemu-devel] [PATCH V2 0/5] Set correct blk feature for virtio 1.0

2015-07-15 Thread Cornelia Huck
On Wed, 15 Jul 2015 17:39:53 +0800 Jason Wang wrote: > > > On 07/15/2015 05:11 PM, Cornelia Huck wrote: > > On Wed, 15 Jul 2015 13:29:56 +0800 > > Jason Wang wrote: > > > >> Hi all: > >> > >> This series tries to set feature correctly for virtio-blk when virtio > >> 1.0 is supported. Two isssu

Re: [Qemu-devel] [PATCH V2 0/5] Set correct blk feature for virtio 1.0

2015-07-15 Thread Jason Wang
On 07/15/2015 05:11 PM, Cornelia Huck wrote: > On Wed, 15 Jul 2015 13:29:56 +0800 > Jason Wang wrote: > >> Hi all: >> >> This series tries to set feature correctly for virtio-blk when virtio >> 1.0 is supported. Two isssues were addressed according to the spec: >> >> - scsi passthrough was not s

Re: [Qemu-devel] [PATCH V2 0/5] Set correct blk feature for virtio 1.0

2015-07-15 Thread Cornelia Huck
On Wed, 15 Jul 2015 13:29:56 +0800 Jason Wang wrote: > Hi all: > > This series tries to set feature correctly for virtio-blk when virtio > 1.0 is supported. Two isssues were addressed according to the spec: > > - scsi passthrough was not support in 1.0. This is done by, 1) disable > scsi by d

[Qemu-devel] [PATCH V2 0/5] Set correct blk feature for virtio 1.0

2015-07-14 Thread Jason Wang
Hi all: This series tries to set feature correctly for virtio-blk when virtio 1.0 is supported. Two isssues were addressed according to the spec: - scsi passthrough was not support in 1.0. This is done by, 1) disable scsi by defautl for 2.4 machine type and fail the initialization when both s