cloud-hypervisor/virtio-devices
Rob Bradford cd9d1cf8fc pci, virtio-devices, vmm: Allocate PCI 64-bit bars per segment
Since each segment must have a non-overlapping memory range associated
with it the device memory must be equally divided amongst all segments.
A new allocator is used for each segment to ensure that BARs are
allocated from the correct address ranges. This requires changes to
PciDevice::allocate/free_bars to take that allocator and when
reallocating BARs the correct allocator must be identified from the
ranges.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-11-02 16:55:42 +00:00
..
src pci, virtio-devices, vmm: Allocate PCI 64-bit bars per segment 2021-11-02 16:55:42 +00:00
Cargo.toml build: bump libc from 0.2.105 to 0.2.106 2021-11-02 06:30:25 +00:00