cloud-hypervisor/pci/src
Yong He 0149e65081 vm-device: support batch update interrupt source group GSI
Split interrupt source group restore into two steps, first restore
the irqfd for each interrupt source entry, and second restore the
GSI routing of the entire interrupt source group.

This patch will reduce restore latency of interrupt source group,
and in a 200-concurrent restore test, the patch reduced the
average IOAPIC restore time from 15ms to 1ms.

Signed-off-by: Yong He <alexyonghe@tencent.com>
2023-08-03 15:58:36 +01:00
..
bus.rs pci, virtio-devices: Move VirtioPciDevice to the new restore design 2022-11-23 18:37:40 +00:00
configuration.rs pci: Remove "from_over_into" clippy 2023-06-26 10:37:58 -07:00
device.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
lib.rs pci, virtio-devices: Move VirtioPciDevice to the new restore design 2022-11-23 18:37:40 +00:00
msi.rs vm-device: support batch update interrupt source group GSI 2023-08-03 15:58:36 +01:00
msix.rs vm-device: support batch update interrupt source group GSI 2023-08-03 15:58:36 +01:00
vfio_user.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
vfio.rs vfio: fix vfio device fail to initialize issue for 64k page size 2023-06-19 10:29:23 +08:00