diff options
author | Tarun Gupta | 2021-04-18 14:22:51 +0200 |
---|---|---|
committer | Alex Williamson | 2021-06-18 16:38:04 +0200 |
commit | 2a5781331a08628fa5d5a0e9a5ea415ce462e707 (patch) | |
tree | d5ada8b73a44b9c3a107d153ae88c95552c7fe6a /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request... (diff) | |
download | qemu-2a5781331a08628fa5d5a0e9a5ea415ce462e707.tar.gz qemu-2a5781331a08628fa5d5a0e9a5ea415ce462e707.tar.xz qemu-2a5781331a08628fa5d5a0e9a5ea415ce462e707.zip |
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> |