cloud-hypervisor/vm-virtio/src/vhost_user
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
..
blk.rs vmm: Make vhost-user configuration owned 2019-09-24 08:39:39 +01:00
fs.rs vm-virtio: Implement reset() for vhost-user-fs 2019-10-07 10:12:07 +02:00
handler.rs vm-virtio: Address event count error and refactor data setting 2019-09-05 07:11:58 -07:00
mod.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 vhost-user-net 2019-10-07 10:12:07 +02:00
vu_common_ctrl.rs vmm: Make vhost-user configuration owned 2019-09-24 08:39:39 +01:00