cloud-hypervisor/virtio-devices/src
Rob Bradford e8c72b1b01 virtio-devices: pci: Improve debugging for activation barriers
On the CI we are seeing issues with the activation barriers not being released:

cloud-hypervisor: 12.452434193s: INFO:vmm/src/vm.rs:413 -- Waiting for barrier
cloud-hypervisor: 12.452499794s: INFO:virtio-devices/src/block.rs:382 -- Changing cache mode to writeback
cloud-hypervisor: 12.452605195s: INFO:vmm/src/vm.rs:413 -- Waiting for barrier
cloud-hypervisor: 12.452684596s: INFO:virtio-devices/src/transport/pci_device.rs:671 -- Waiting for barrier
cloud-hypervisor: 12.452708196s: INFO:virtio-devices/src/transport/pci_device.rs:673 -- Barrier released
cloud-hypervisor: 12.452717596s: INFO:vmm/src/vm.rs:415 -- Barrier released

Add some debugging to try and identify the vause of this issue.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-12-18 16:05:14 +00:00
..
transport virtio-devices: pci: Improve debugging for activation barriers 2020-12-18 16:05:14 +00:00
vhost_user pci, virtio-devices: Fix rust 1.48 clippy warnings 2020-11-20 17:09:28 +01:00
vsock pci, virtio-devices: Fix rust 1.48 clippy warnings 2020-11-20 17:09:28 +01:00
balloon.rs misc: Use a more relaxed memory model when possible 2020-12-02 19:04:30 +01:00
block_io_uring.rs misc: Use a more relaxed memory model when possible 2020-12-02 19:04:30 +01:00
block.rs misc: Use a more relaxed memory model when possible 2020-12-02 19:04:30 +01:00
console.rs misc: Use a more relaxed memory model when possible 2020-12-02 19:04:30 +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
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 misc: Use a more relaxed memory model when possible 2020-12-02 19:04:30 +01:00
net_util.rs ch: Fix various misspelled words 2020-09-23 08:59:31 +01:00
net.rs virtio-devices: net: Support creating a device from a TAP fd 2020-12-17 22:51:30 +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: seccomp_filters: Add fsync to block io_uring filter 2020-10-27 10:53:54 +00:00
watchdog.rs virtio-devices: Add simple virtio-watchdog device 2020-10-21 16:02:39 +01:00