cloud-hypervisor/vmm/src
Thomas Barrett e7e856d8ac vmm: add pci_segment mmio aperture configs
When using multiple PCI segments, the 32-bit and 64-bit mmio
aperture is split equally between each segment. Add an option
to configure the 'weight'. For example, a PCI segment with a
`mmio32_aperture_weight` of 2 will be allocated twice as much
32-bit mmio space as a normal PCI segment.

Signed-off-by: Thomas Barrett <tbarrett@crusoeenergy.com>
2024-04-24 09:35:19 +00:00
..
api vmm: add pci_segment mmio aperture configs 2024-04-24 09:35:19 +00:00
igvm vmm: pass host data to SevSnp guest 2024-02-23 13:32:56 -08:00
acpi.rs vmm: acpi: Use .contains_key() 2024-03-19 18:36:22 +00:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: add pci_segment mmio aperture configs 2024-04-24 09:35:19 +00:00
coredump.rs vmm: Automatically pause VM for coredump 2023-07-31 17:05:46 +01:00
cpu.rs vmm: support injecting NMI 2024-03-04 10:02:38 +00:00
device_manager.rs vmm: add pci_segment mmio aperture configs 2024-04-24 09:35:19 +00:00
device_tree.rs vmm: Fix clippy warnings for use of .clone() 2024-03-19 18:36:22 +00:00
gdb.rs build: Bump gdbstub and gdbstub_arch 2023-12-05 10:50:06 +00:00
interrupt.rs vmm: Avoid kernel panic when unmasking guest IRQ on AMD 2024-04-07 08:58:03 +00:00
lib.rs vmm: add pci_segment mmio aperture configs 2024-04-24 09:35:19 +00:00
memory_manager.rs misc: Migrate away from versionize 2024-04-22 17:10:55 +00:00
migration.rs vmm: speed up JSON load when reading snap files 2023-11-16 14:56:04 -08:00
pci_segment.rs misc: Remove redundant "use" imports 2024-02-19 17:54:30 +00:00
seccomp_filters.rs vmm: Add filter entry for MSHV_GET_PARTITION_PROPERTY 2024-04-23 08:31:10 +00:00
serial_manager.rs serial_manager: Remove serial socket 2023-10-05 15:26:29 +01:00
sigwinch_listener.rs vmm: Avoid zombie sigwinch_listener processes 2024-02-19 17:08:47 +00:00
vm_config.rs vmm: add pci_segment mmio aperture configs 2024-04-24 09:35:19 +00:00
vm.rs misc: Migrate away from versionize 2024-04-22 17:10:55 +00:00