cloud-hypervisor/vmm
Rob Bradford c25bd447a1 vmm: Ensure that allocate_bars() is called before mmio_regions()
The allocate_bars method has a side effect which collates the BARs used
for the device and stores them internally. Ensure that any use of this
internal state is after the state is created otherwise no MMIO regions
will be seen and so none will be mapped.

Fixes: #3237

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-10-14 10:14:33 -07:00
..
src vmm: Ensure that allocate_bars() is called before mmio_regions() 2021-10-14 10:14:33 -07:00
Cargo.toml build: bump thiserror from 1.0.29 to 1.0.30 2021-10-12 09:45:31 +02:00