cloud-hypervisor/vm-virtio
Sebastien Boeuf 1268165040 pci: Allow for registering IO and Memory BAR
This patch adds the support for both IO and Memory BARs by expecting
the function allocate_bars() to identify the type of each BAR.
Based on the type, register_mapping() insert the address range on the
appropriate bus (PIO or MMIO).

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-07-22 09:50:10 -07:00
..
src pci: Allow for registering IO and Memory BAR 2019-07-22 09:50:10 -07:00
Cargo.toml vm-virtio: Add vhost-user-fs support 2019-06-27 21:46:00 +02:00