cloud-hypervisor/vmm/src
Alyssa Ross 50bac1694f vmm: support PCI I/O regions on all architectures
While non-Intel CPU architectures don't have a special concept of IO
address space, support for PCI I/O regions is still needed to be able
to handle PCI devices that use them.

With this change, I'm able to pass through an e1000e device from QEMU
to a cloud-hypervisor VM on aarch64 and use it in the cloud-hypervisor
guest.  Previously, it would hit the unimplemented!().

Signed-off-by: Alyssa Ross <hi@alyssa.is>
2024-12-14 14:12:00 +00:00
..
api vmm: remove pub use vm_config in config 2024-09-30 08:18:02 +00:00
igvm misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
acpi.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Add serial option to the disk config doc 2024-11-05 19:48:25 +00:00
console_devices.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
coredump.rs misc: Replace div_round_up operation with div_ceil 2024-10-18 17:46:39 +00:00
cpu.rs misc: Eliminate use of assert!((...).is_ok()) 2024-10-03 12:03:49 +00:00
device_manager.rs vmm: support PCI I/O regions on all architectures 2024-12-14 14:12:00 +00:00
device_tree.rs misc: Elide needless lifetimes 2024-10-18 17:46:39 +00:00
gdb.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
interrupt.rs misc: Adapt consistent import style formatting 2024-09-29 13:08:12 +01:00
landlock.rs misc: Eliminate use of assert!((...).is_ok()) 2024-10-03 12:03:49 +00:00
lib.rs vmm: pass memory size during VM creation 2024-12-12 03:32:22 +00:00
memory_manager.rs vmm: support PCI I/O regions on all architectures 2024-12-14 14:12:00 +00:00
migration.rs vmm: remove pub use vm_config in config 2024-09-30 08:18:02 +00:00
pci_segment.rs misc: Adapt consistent import style formatting 2024-09-29 13:08:12 +01:00
seccomp_filters.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
serial_manager.rs misc: Adapt consistent import style formatting 2024-09-29 13:08:12 +01:00
sigwinch_listener.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
vm_config.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
vm.rs vmm: support PCI I/O regions on all architectures 2024-12-14 14:12:00 +00:00