Re: [Qemu-devel] [RFC v9 11/18] vfio: add check host bus reset is support or not

2015-06-09 Thread Alex Williamson
On Tue, 2015-06-09 at 11:37 +0800, Chen Fan wrote: > we introduce a has_bus_reset capability to sign the vfio > devices if support host bus reset. Old description, no sign of has_bus_reset here. > > Signed-off-by: Chen Fan > --- > hw/vfio/pci.c | 169 >

[Qemu-devel] [RFC v9 11/18] vfio: add check host bus reset is support or not

2015-06-08 Thread Chen Fan
we introduce a has_bus_reset capability to sign the vfio devices if support host bus reset. Signed-off-by: Chen Fan --- hw/vfio/pci.c | 169 ++ 1 file changed, 169 insertions(+) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 06006ce..97a