cloud-hypervisor/virtio-devices/src
Rob Bradford 223d0cf787 virtio-devices: Enable F_EVENT_IDX on control queue if negotiated
With the VIRTIO_F_EVENT_IDX handling now conducted inside the
virtio-queue crate it is necessary to activate the functionality on
every queue if it is negotiatated. Otherwise this leads to a failure of
the guest to signal to the host that there is something in the available
queue as the queue's internal state has not been configured correctly.

Fixes: #3829

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-03-10 11:27:35 +00:00
..
transport virtio-devices: drop error message from notification BAR read 2022-02-26 10:53:36 +00: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 virtio-devices: Enable F_EVENT_IDX on control queue if negotiated 2022-03-10 11:27:35 +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