cloud-hypervisor/virtio-devices/src
Sebastien Boeuf 3593055e77 virtio-devices: Consider vhost-user protocol feature as acked
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>
2022-02-21 10:43:07 +00:00
..
transport virtio-devices: Print error on notification BAR read/write 2022-02-09 11:45:08 +01:00
vhost_user virtio-devices: Consider vhost-user protocol feature as acked 2022-02-21 10:43:07 +00:00
vsock vm-virtio: Define and implement Translatable trait 2022-01-27 10:00:20 +00:00
balloon.rs virtio-devices: balloon: Implement free page reporting 2022-02-11 12:10:07 +01:00
block.rs vm-virtio: Define AccessPlatform trait 2022-01-27 10:00:20 +00:00
console.rs vm-virtio: Define and implement Translatable trait 2022-01-27 10:00:20 +00:00
device.rs vm-virtio: Define AccessPlatform trait 2022-01-27 10:00:20 +00:00
epoll_helper.rs virtio-devices: Update some comments in epoll_helper.rs 2021-11-23 14:03:05 +01:00
iommu.rs vm-virtio: Define AccessPlatform trait 2022-01-27 10:00:20 +00:00
lib.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
mem.rs virtio-devices: Handle virtio queues interrupts from transport layer 2022-01-25 12:01:12 +01:00
net.rs vm-virtio: Define AccessPlatform trait 2022-01-27 10:00:20 +00:00
pmem.rs vm-virtio: Define and implement Translatable trait 2022-01-27 10:00:20 +00:00
rng.rs vm-virtio: Define and implement Translatable trait 2022-01-27 10:00:20 +00:00
seccomp_filters.rs virtio-devices: Add openat() syscall to seccomp filter 2022-01-21 17:58:15 +00:00
thread_helper.rs virtio-devices: Call closure directly rather than indirect 2021-10-19 19:42:36 +01:00
watchdog.rs virtio-devices: Handle virtio queues interrupts from transport layer 2022-01-25 12:01:12 +01:00