mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
f6b150a34d
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>