OSDN Git Service

vfio/migration: Block migration with vIOMMU
authorJoao Martins <joao.m.martins@oracle.com>
Tue, 7 Mar 2023 12:54:48 +0000 (12:54 +0000)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 7 Mar 2023 17:21:22 +0000 (10:21 -0700)
commite46883204c384f992088f8c3ea713f7e1c2d5a6d
treee88ee1d09482d9107bdc21960013aa93fa04735d
parentb153402a8941c2193e91ac50ed9720c7da6ee8db
vfio/migration: Block migration with vIOMMU

Migrating with vIOMMU will require either tracking maximum
IOMMU supported address space (e.g. 39/48 address width on Intel)
or range-track current mappings and dirty track the new ones
post starting dirty tracking. This will be done as a separate
series, so add a live migration blocker until that is fixed.

Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/r/20230307125450.62409-14-joao.m.martins@oracle.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/common.c
hw/vfio/migration.c
hw/vfio/pci.c
include/hw/vfio/vfio-common.h