On Wed, 23 Sep 2020 04:54:18 +0530 Kirti Wankhede <[email protected]> wrote:
> If the device is not a failover primary device, call > vfio_migration_probe() and vfio_migration_finalize() to enable > migration support for those devices that support it respectively to > tear it down again. > Removed vfio_pci_vmstate structure. > Removed migration blocker from VFIO PCI device specific structure and use > migration blocker from generic structure of VFIO device. > > Signed-off-by: Kirti Wankhede <[email protected]> > Reviewed-by: Neo Jia <[email protected]> > Reviewed-by: Dr. David Alan Gilbert <[email protected]> > --- > hw/vfio/pci.c | 28 ++++++++-------------------- > hw/vfio/pci.h | 1 - > 2 files changed, 8 insertions(+), 21 deletions(-) Reviewed-by: Cornelia Huck <[email protected]>
