cloud-hypervisor/vm-virtio/src
Sebastien Boeuf 85e1865cb5 vm-virtio: Implement reset() for vhost-user-fs
The virtio specification defines a device can be reset, which was not
supported by this vhost-user-fs implementation. The reason it is needed
is to support unbinding this device from the guest driver, and rebind it
to vfio-pci driver.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-10-07 10:12:07 +02:00
..
transport vm-virtio: Fix virtio-pci BAR type 2019-09-21 09:11:30 +01:00
vhost_user vm-virtio: Implement reset() for vhost-user-fs 2019-10-07 10:12:07 +02:00
vsock vm-virtio: Implement reset() for virtio-vsock 2019-10-07 10:12:07 +02:00
block.rs virtio-bindings: Rely on the upstream crate from rust-vmm 2019-09-19 07:13:54 -07:00
console.rs vm-virtio: Implement reset() for virtio-console 2019-10-07 10:12:07 +02:00
device.rs vmm: Add RwLock to the GuestMemoryMmap 2019-08-22 08:24:15 +01:00
lib.rs vm-virtio: vhost-user-blk: Add support for reset 2019-09-20 15:56:51 +02:00
net.rs vm-virtio: Implement reset() for virtio-net 2019-10-07 10:12:07 +02:00
pmem.rs vm-virtio: Implement reset() for virtio-pmem 2019-10-07 10:12:07 +02:00
queue.rs vhost_user_backend: Add new crate 2019-09-30 09:26:11 -07:00
rng.rs vm-virtio: Implement reset() for virtio-rng 2019-10-07 10:12:07 +02:00