cloud-hypervisor/pci
Rob Bradford 363b478040 pci: vfio: Don't assume MSI-X is enabled
The fixup_msix_region() function added in
a718716831
made the assumption that MSI-X was always available. This is the case
with many VFIO devices and all our virtio devices but created regression
with MSI devices.

Simply return the existing region size if MSI-X is not supported by the
device.

Fixes: #5649

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2023-08-07 07:41:15 +01:00
..
src pci: vfio: Don't assume MSI-X is enabled 2023-08-07 07:41:15 +01:00
Cargo.toml build: Bump serde from 1.0.163 to 1.0.164 2023-06-28 00:44:59 +00:00