diff options
author | Tarun Gupta <targupta@nvidia.com> | 2021-04-18 17:52:51 +0530 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2021-06-18 08:38:04 -0600 |
commit | 2a5781331a08628fa5d5a0e9a5ea415ce462e707 (patch) | |
tree | d5ada8b73a44b9c3a107d153ae88c95552c7fe6a /MAINTAINERS | |
parent | 3ccf6cd0e3e1dfd663814640b3b18b55715d7a75 (diff) |
docs/devel: Add VFIO device migration documentation
Document interfaces used for VFIO device migration. Added flow
of state changes during live migration with VFIO device.
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Co-developed-by: Kirti Wankhede <kwankhede@nvidia.com>
Signed-off-by: Kirti Wankhede <kwankhede@nvidia.com>
Signed-off-by: Tarun Gupta <targupta@nvidia.com>
Message-Id: <20210418122251.88809-1-targupta@nvidia.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4842cc26e5..f7e12ea248 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1817,6 +1817,7 @@ S: Supported F: hw/vfio/* F: include/hw/vfio/ F: docs/igd-assign.txt +F: docs/devel/vfio-migration.rst vfio-ccw M: Cornelia Huck <cohuck@redhat.com> |