cloud-hypervisor/vm-virtio
Sebastien Boeuf f30ba069b7 vm-virtio: Allocate shared memory regions on dedicated BAR
In the context of shared memory regions, they could not be present for
most of the virtio devices. For this reason, we prefer dedicate a BAR
for the shared memory regions.

Another reason is that memory regions, if there are several, can be
allocated all at once as a contiguous region, which then can be used as
its own BAR. It would be more complicated to try to allocate the BAR 0
holding the regular information about the virtio-pci device along with
the shared memory regions.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-08-13 13:57:53 +02:00
..
src vm-virtio: Allocate shared memory regions on dedicated BAR 2019-08-13 13:57:53 +02:00
Cargo.toml build: Bulk update dependencies 2019-08-02 15:22:37 +02:00