Re: [Qemu-devel] [PATCH v16 11/14] vfio: introduce last reset sequence id

2016-01-14 Thread Alex Williamson
On Tue, 2016-01-12 at 10:43 +0800, Cao jin wrote: > From: Chen Fan > > avoid multi-reset host bus, we introduce sequence id to secify which > bus is resetting. and if one of the dependent devices has been do reset. > the others should skip. > > Signed-off-by: Chen Fan > --- >  hw/vfio/pci.c | 1

[Qemu-devel] [PATCH v16 11/14] vfio: introduce last reset sequence id

2016-01-11 Thread Cao jin
From: Chen Fan avoid multi-reset host bus, we introduce sequence id to secify which bus is resetting. and if one of the dependent devices has been do reset. the others should skip. Signed-off-by: Chen Fan --- hw/vfio/pci.c | 15 +++ hw/vfio/pci.h | 3 +++ 2 files changed, 18 inser