Re: [PATCH] virtio: update queue size on guest write

2019-12-16 Thread Michael S. Tsirkin
On Mon, Dec 16, 2019 at 09:50:13AM +0100, Stefano Garzarella wrote: > On Fri, Dec 13, 2019 at 09:24:03AM -0500, Michael S. Tsirkin wrote: > > Some guests read back queue size after writing it. > > Update the size immediatly upon write otherwise > > they get confused. > > > > Signed-off-by: Michael

Re: [PATCH] virtio: update queue size on guest write

2019-12-16 Thread Stefano Garzarella
On Fri, Dec 13, 2019 at 09:24:03AM -0500, Michael S. Tsirkin wrote: > Some guests read back queue size after writing it. > Update the size immediatly upon write otherwise > they get confused. > > Signed-off-by: Michael S. Tsirkin > --- > hw/virtio/virtio-pci.c | 2 ++ > 1 file changed, 2 inserti