cloud-hypervisor/pci/src
Sebastien Boeuf 871138d5cc vm-migration: Make snapshot() mutable
There will be some cases where the implementation of the snapshot()
function from the Snapshottable trait will require to modify some
internal data, therefore we make this possible by updating the trait
definition with snapshot(&mut self).

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-08-25 16:43:10 +02:00
..
bus.rs vmm: Fix build errors with "pci" feature on AArch64 2020-07-14 14:34:54 +01:00
configuration.rs vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
device.rs source: Fix file permissions 2020-06-10 18:47:27 +01:00
lib.rs arch, pci, vmm: Initial switch to the hypervisor crate 2020-06-22 15:03:15 +02:00
msi.rs pci: Enable GSI routing (MSI type) for AArch64 2020-07-14 14:34:54 +01:00
msix.rs vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
vfio.rs vfio: remove KVM-ism from comments and error messages 2020-08-21 16:23:41 +02:00