cloud-hypervisor/virtio-devices/src
Sebastien Boeuf a5f655a032 virtio-devices: watchdog: Update process queue design
Update the implementation of the process_queue() function to match all
other virtio devices implementations. This solves some issue related to
potential out-of-bound accesses to the former used_desc_heads list.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-09-16 10:04:24 +01:00
..
transport virtio: Port codebase to the latest virtio-queue version 2022-07-29 17:41:32 +01:00
vhost_user virtio-devices: vhost_user: Fix a typo for error reporting 2022-08-16 11:45:44 +01:00
vsock virtio-devices: Shutdown VMM upon worker thread errors 2022-08-16 11:45:44 +01:00
balloon.rs virtio-devices: Shutdown VMM upon worker thread errors 2022-08-16 11:45:44 +01:00
block.rs virtio-devices: block: Refactor 'handle_event' for readability 2022-08-19 08:54:25 +02:00
console.rs virtio-devices: console: Detect PTY connection/disconnection 2022-08-30 13:47:51 +02:00
device.rs virtio-devices: Custom EpollHelper::run/VirtioCommon:reset for fuzz 2022-08-30 14:01:33 -07:00
epoll_helper.rs virtio-devices: Custom EpollHelper::run/VirtioCommon:reset for fuzz 2022-08-30 14:01:33 -07:00
iommu.rs virtio-devices: Shutdown VMM upon worker thread errors 2022-08-16 11:45:44 +01:00
lib.rs virtio-devices: Derive thiserror::Error and drop unsed errors 2022-08-16 11:45:44 +01:00
mem.rs virtio-devices: Shutdown VMM upon worker thread errors 2022-08-16 11:45:44 +01:00
net.rs virtio-devices: net: Refactor 'handle_event' for readability 2022-08-19 08:54:25 +02:00
pmem.rs virtio-devices: pmem: Avoid panic and propagate errors properly 2022-09-13 09:56:06 -07:00
rng.rs vitio-devices: rng: Avoid panic and propagate errors properly 2022-09-16 09:42:41 +02:00
seccomp_filters.rs virtio-devices, vmm: Remove unused macro rules 2022-05-20 09:59:43 +01:00
thread_helper.rs virtio-devices: Shutdown VMM upon worker thread errors 2022-08-16 11:45:44 +01:00
vdpa.rs virtio: Port codebase to the latest virtio-queue version 2022-07-29 17:41:32 +01:00
watchdog.rs virtio-devices: watchdog: Update process queue design 2022-09-16 10:04:24 +01:00