cloud-hypervisor/vmm
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 build: Switch over to using rust-vmm linux-loader crate 2019-06-13 11:28:20 +01:00