cloud-hypervisor/pci
Henry Wang cf68f03ab6 pci: vfio: Skip IOBAR allocation on AArch64
AArch64 does not use IOBAR, and current code of panics the whole VMM if
we need to allocate the IOBAR.

This commit checks if IOBAR is enabled before the arch conditional code
of IOBAR allocation and if the IOBAR is not enabled, we can just skip
the IOBAR allocation and do nothing.

Fixes: https://github.com/cloud-hypervisor/cloud-hypervisor/issues/3479

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
2022-01-18 18:00:00 -08:00
..
src pci: vfio: Skip IOBAR allocation on AArch64 2022-01-18 18:00:00 -08:00
Cargo.toml build: bump anyhow from 1.0.51 to 1.0.52 2021-12-24 00:22:38 +00:00