cloud-hypervisor/virtio-devices
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
..
src virtio-devices: Enable F_EVENT_IDX on control queue if negotiated 2022-03-10 11:27:35 +00:00
Cargo.toml build: bump anyhow from 1.0.55 to 1.0.56 2022-03-08 00:48:22 +00:00