Re: [Qemu-devel] [PATCH V3 6/6] virtio-pci: unbreak queue_enable read

2015-11-09 Thread Jason Wang
On 11/09/2015 09:14 PM, Cornelia Huck wrote: > On Fri, 6 Nov 2015 16:02:49 +0800 > Jason Wang wrote: > >> Guest always get zero when reading queue_enable. This violates >> spec. Fixing this by setting the queue_enable to true during any guest >> writing and setting it to zero during reset. >> >

Re: [Qemu-devel] [PATCH V3 6/6] virtio-pci: unbreak queue_enable read

2015-11-09 Thread Cornelia Huck
On Fri, 6 Nov 2015 16:02:49 +0800 Jason Wang wrote: > Guest always get zero when reading queue_enable. This violates > spec. Fixing this by setting the queue_enable to true during any guest > writing and setting it to zero during reset. > > Cc: Michael S. Tsirkin > Signed-off-by: Jason Wang >

[Qemu-devel] [PATCH V3 6/6] virtio-pci: unbreak queue_enable read

2015-11-06 Thread Jason Wang
Guest always get zero when reading queue_enable. This violates spec. Fixing this by setting the queue_enable to true during any guest writing and setting it to zero during reset. Cc: Michael S. Tsirkin Signed-off-by: Jason Wang --- hw/virtio/virtio-pci.c | 7 +++ 1 file changed, 7 insertion