mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Now that we have multiple virtio devices supporting snapshot and restore operations, we can add a new integration test to validate the migration feature works as expected. The important part is virtio-net as it is used to ssh into the VM to verify the VM has been restored in the proper state. This test only works for virtio-mmio for now. Further support for testing virtio-pci will be added once the virtio-pci transport layer will support migration. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>