cloud-hypervisor/vmm/src
Samuel Ortiz 53ce529875 vfio: Move the PCI implementation to the PCI crate
There is a much stronger PCI dependency from vfio_pci.rs than a VFIO one
from pci/src/vfio.rs. It seems more natural to have the PCI specific
VFIO implementation in the PCI crate rather than the other way around.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2020-06-04 08:48:55 +02:00
..
api vmm: api: Return complete error responses in handle_http_request() 2020-05-27 18:29:52 +01:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs vmm, config, vhost_user_blk: remove "wce" parameter 2020-05-21 08:40:43 +02:00
cpu.rs vmm: Move Vcpu::configure() to arch crate 2020-06-03 11:27:29 +02:00
device_manager.rs vfio: Move the PCI implementation to the PCI crate 2020-06-04 08:48:55 +02:00
device_tree.rs vmm: Add optional PCI b/d/f to each DeviceNode 2020-05-12 17:37:31 +01:00
interrupt.rs devices: Refactor IOAPIC to cover other architectures 2020-05-26 11:09:19 +02:00
lib.rs vhost_user_backend, vmm: Close leaked file descriptors 2020-05-19 09:22:09 +02:00
memory_manager.rs build: Fixed build errors and warnings on AArch64 2020-05-21 11:56:26 +01:00
migration.rs vmm: Add a VmRestore command 2020-04-02 13:24:25 +01:00
seccomp_filters.rs build: Address issues found by 1.43.0 clippy 2020-05-27 19:32:12 +02:00
vm.rs vmm: Split configure_system() from load_kernel() for x86_64 2020-06-03 11:27:29 +02:00