mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
3593055e77
For vhost-user devices, we don't want to loose the vhost-user protocol feature through the negotiation between guest and device. Since we know VIRTIO has no knowledge of the vhost-user protocol feature, there is no way it would ever be acknowledged by the guest. For that reason, we create each vhost-user device with the set of acked features containing the vhost-user protocol feature is this one was part of the available list. Having the set of acked features containing this bit allows for solving a bug that was happening through the migration process since the vhost-user protocol feature wasn't explicitely enabled. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
transport | ||
vhost_user | ||
vsock | ||
balloon.rs | ||
block.rs | ||
console.rs | ||
device.rs | ||
epoll_helper.rs | ||
iommu.rs | ||
lib.rs | ||
mem.rs | ||
net.rs | ||
pmem.rs | ||
rng.rs | ||
seccomp_filters.rs | ||
thread_helper.rs | ||
watchdog.rs |