cloud-hypervisor/fuzz
Sebastien Boeuf 3f62a172b2 virtio-devices: Pass a list of tuples for virtqueues
Instead of passing separately a list of Queues and the equivalent list
of EventFds, we consolidate these two through a tuple along with the
queue index.

The queue index can be very useful if looking for the actual index
related to the queue, no matter if other queues have been enabled or
not.

It's also convenient to have the EventFd associated with the Queue so
that we don't have to carry two lists with the same amount of items.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-07-21 14:28:41 +02:00
..
fuzz_targets virtio-devices: Pass a list of tuples for virtqueues 2022-07-21 14:28:41 +02:00
.gitignore fuzz: Add fuzzing infrastructure and QCOW fuzzer 2020-07-17 08:49:35 +02:00
Cargo.lock build: bump serde from 1.0.139 to 1.0.140 in /fuzz 2022-07-20 23:51:30 +00:00
Cargo.toml build: bump vmm-sys-util from 0.9.0 to 0.10.0 in /fuzz 2022-07-20 09:40:28 +00:00