cloud-hypervisor/virtio-devices/src
Rob Bradford d2c7645731 virtio-devices: Add simple virtio-watchdog device
This device operates a single virtq. When the driver offers a descriptor
to the device it is interpreted as a "ping" to indicate that the guest
is alive. A periodic timer fires and if when the timer is fired there
has not been a "ping" from the guest then the device will reset the VM.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-10-21 16:02:39 +01:00
..
transport virtio-devices: pci_common_config: Fix clippy issues in tests 2020-10-19 21:53:38 -07:00
vhost_user virtio-devices: vhost-user-net: Port to VirtioCommon 2020-09-07 17:39:30 +02:00
vsock virtio-devices: vsock: Fix clippy issue in tests 2020-10-19 21:53:38 -07:00
balloon.rs virtio-balloon: Add memory_actual_size to vm.info to show memory actual size 2020-10-01 17:46:30 +02:00
block_io_uring.rs virtio-devices: block: Support multiple data descriptors 2020-09-16 16:13:24 +02:00
block.rs virtio-devices: block: Support multiple data descriptors 2020-09-16 16:13:24 +02:00
console.rs virtio-devices: console: Port to VirtioCommon 2020-09-05 10:06:39 +01:00
device.rs virtio-balloon: Add memory_actual_size to vm.info to show memory actual size 2020-10-01 17:46:30 +02:00
epoll_helper.rs virtio-devices: Acknowledge a device being paused 2020-08-13 14:52:18 +02:00
iommu.rs ch: Fix various misspelled words 2020-09-23 08:59:31 +01:00
lib.rs virtio-devices: Add simple virtio-watchdog device 2020-10-21 16:02:39 +01:00
mem.rs virtio: Replace some repr(C, packed) with repr(C) 2020-10-07 22:11:36 +02:00
net_util.rs ch: Fix various misspelled words 2020-09-23 08:59:31 +01:00
net.rs virtio-devices: net: Port to VirtioCommon 2020-09-05 10:06:39 +01:00
pmem.rs virtio: Replace some repr(C, packed) with repr(C) 2020-10-07 22:11:36 +02:00
rng.rs virtio-devices: rng: Port to VirtioCommon 2020-09-05 10:06:39 +01:00
seccomp_filters.rs virtio-devices: Add simple virtio-watchdog device 2020-10-21 16:02:39 +01:00
watchdog.rs virtio-devices: Add simple virtio-watchdog device 2020-10-21 16:02:39 +01:00