cloud-hypervisor/vm-virtio/src/vhost_user
Yang Zhong 360980d93c vhost-user-blk: enable write_config for WCE
In vhost-user-blk, only WCE value can be set back to device in
guest kernel like
echo "write through" > /sys/block/vda/cache_type

So write_config() will only set WCE value from guest kernel to
vhost user side.

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
2019-09-20 15:56:51 +02:00
..
blk.rs vhost-user-blk: enable write_config for WCE 2019-09-20 15:56:51 +02:00
fs.rs vm-virtio: Expand vhost-user handler to be reused from virtio-fs 2019-08-31 17:33:17 +01: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: Add vhost-user-blk implementation 2019-09-20 15:56:51 +02:00
net.rs virtio-bindings: Rely on the upstream crate from rust-vmm 2019-09-19 07:13:54 -07:00
vu_common_ctrl.rs vm-virtio: vhost-user: Rely on acked features to setup backend 2019-08-31 17:33:17 +01:00