Re: [Qemu-devel] [PATCH v3] virtio-pci: call pci reset variant when guest requests reset.

2016-02-16 Thread Fam Zheng
On Thu, 01/28 16:08, Gerd Hoffmann wrote: > Actually fixes linux not finding virtio 1.0 device virtqueues after > reboot. Which is new I think, any chance linux kernel virtio code > became more strict in 4.3? > > Signed-off-by: Gerd Hoffmann Reviewed-by: Fam Zheng Tested-by: Fam Zheng > ---

[Qemu-devel] [PATCH v3] virtio-pci: call pci reset variant when guest requests reset.

2016-01-28 Thread Gerd Hoffmann
Actually fixes linux not finding virtio 1.0 device virtqueues after reboot. Which is new I think, any chance linux kernel virtio code became more strict in 4.3? Signed-off-by: Gerd Hoffmann --- hw/virtio/virtio-pci.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git