Samuel Ortiz e8308dd13b pci: Add minimal PCI host emulation crate
This crate is based on the crosvm devices/src/pci implementation from 107edb3e
We introduced a few changes:

- This one is a standalone crate. The device crate does not carry any
  PCI specific bits.
- Simplified PCI root configuration. We only carry a pointer to a
  PciConfiguration, not a wrapper around it.
- Simplified BAR allocation API. All BARs from the PciDevice instance
  must be generated at once through the PciDevice.allocate_bars()
  method.
- The PCI BARs are added to the MMIO bus from the PciRoot add_device()
  method.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-05-08 08:55:06 +02:00
2019-05-07 10:19:57 +02:00
2019-05-08 08:40:42 +02:00

Cloud Hypervisor

Description
A Virtual Machine Monitor for modern Cloud workloads.
Readme 60 MiB
Languages
Rust 97.9%
Shell 1.8%
Python 0.2%
Dockerfile 0.1%