cloud-hypervisor/pci/src
Rob Bradford 7444c3a0c5 pci: vfio_user: Batch IRQ enabling into batches of 16
The sendmsg() syscall is limited in the number of fds it can handle.
This number matches that used by the vfio-user library and is
conservative (since we've seen it work with 64 fds.)

Fixes: #3401

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-12-12 18:14:51 +00:00
..
bus.rs vmm: Use PciBdf throughout in order to remove manual bit manipulation 2021-11-02 16:55:42 +00:00
configuration.rs pci: slightly change safety comment style 2021-11-17 14:40:51 +00:00
device.rs pci, virtio-devices, vmm: Allocate PCI 64-bit bars per segment 2021-11-02 16:55:42 +00:00
lib.rs pci: Introduce PciBdf struct with accessors 2021-11-02 16:55:42 +00:00
msi.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
msix.rs pci: slightly change safety comment style 2021-11-17 14:40:51 +00:00
vfio_user.rs pci: vfio_user: Batch IRQ enabling into batches of 16 2021-12-12 18:14:51 +00:00
vfio.rs pci: vfio: Mmap region based on capabilities 2021-11-08 10:32:09 +01:00