On Wed, 23 Sep 2020 04:54:18 +0530 Kirti Wankhede <kwankh...@nvidia.com> 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 <kwankh...@nvidia.com> > Reviewed-by: Neo Jia <c...@nvidia.com> > Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > --- > hw/vfio/pci.c | 28 ++++++++-------------------- > hw/vfio/pci.h | 1 - > 2 files changed, 8 insertions(+), 21 deletions(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>