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 /docs/devel/index.rst | |
parent | 3ccf6cd0e3e1dfd663814640b3b18b55715d7a75 (diff) | |
download | qemu-2a5781331a08628fa5d5a0e9a5ea415ce462e707.zip qemu-2a5781331a08628fa5d5a0e9a5ea415ce462e707.tar.gz qemu-2a5781331a08628fa5d5a0e9a5ea415ce462e707.tar.bz2 |
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 'docs/devel/index.rst')
-rw-r--r-- | docs/devel/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst index 791925d..977c389 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -44,3 +44,4 @@ Contents: block-coroutine-wrapper multi-process ebpf_rss + vfio-migration |