cloud-hypervisor/vm-virtio
Sergio Lopez d17fa784bc vm-virtio: Implement support for EVENT_IDX
VIRTIO_RING_F_EVENT_IDX is a virtio feature that allows to avoid
device <-> driver notifications under some circunstances, most
notably when actively polling the queue.

This commit implements support for in in the vm-virtio
crate. Consumers of this crate will also need to add support for it by
exposing the feature and calling using update_avail_event() and
get_used_event() accordingly.

Signed-off-by: Sergio Lopez <slp@redhat.com>
2020-02-19 17:13:47 +00:00
..
src vm-virtio: Implement support for EVENT_IDX 2020-02-19 17:13:47 +00:00
Cargo.toml build(deps): bump byteorder from 1.3.2 to 1.3.4 2020-02-07 14:18:07 +00:00