Skip to content

Commit

Permalink
vfio/mtty: Enable migration support
Browse files Browse the repository at this point in the history
The mtty driver exposes a PCI serial device to userspace and therefore
makes an easy target for a sample device supporting migration.  The device
does not make use of DMA, therefore we can easily claim support for the
migration P2P states, as well as dirty logging.  This implementation also
makes use of PRE_COPY support in order to provide migration stream
compatibility testing, which should generally be considered good practice.

Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/r/20231016224736.2575718-3-alex.williamson@redhat.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
  • Loading branch information
awilliam committed Oct 24, 2023
1 parent 293fbc2 commit 2b88119
Showing 1 changed file with 590 additions and 0 deletions.

0 comments on commit 2b88119

Please sign in to comment.