cloud-hypervisor/virtio-devices/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
..
transport vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
vhost_user virtio-devices: seccomp: Add seccomp filters for vhost_blk thread 2020-08-19 08:33:58 +02:00
vsock vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
balloon.rs virtio-devices: seccomp: Add seccomp filters for balloon thread 2020-08-19 08:33:58 +02:00
block_io_uring.rs vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
block.rs vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
console.rs vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
device.rs virtio-devices: Acknowledge a device being paused 2020-08-13 14:52:18 +02:00
epoll_helper.rs virtio-devices: Acknowledge a device being paused 2020-08-13 14:52:18 +02:00
iommu.rs vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
lib.rs virtio-devices: seccomp: Add seccomp filters for rng thread 2020-08-05 08:13:31 +01:00
mem.rs virtio-devices: seccomp: Add seccomp filters for mem thread 2020-08-19 08:33:58 +02:00
net_util.rs virtio-devices: Acknowledge a device being paused 2020-08-13 14:52:18 +02:00
net.rs vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
pmem.rs vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
rng.rs vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
seccomp_filters.rs virtio-devices: Allowing SYS_write syscall for virtio-net-ctl thread 2020-08-19 14:26:07 +02:00