cloud-hypervisor/vmm/src
Sebastien Boeuf 2eaf1c70c0 vmm: acpi: Advertise the correct PCI bus range
Since Cloud-Hypervisor currently support one single PCI bus, we must
reflect this through the MCFG table, as it advertises the first bus and
the last bus available. In this case both are bus 0.

This patch saves quite some time during guest kernel boot, as it
prevents from checking each bus for available devices.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-09-23 19:03:19 +02:00
..
api ch: Fix various misspelled words 2020-09-23 08:59:31 +01:00
acpi.rs vmm: acpi: Advertise the correct PCI bus range 2020-09-23 19:03:19 +02:00
config.rs ch: Fix various misspelled words 2020-09-23 08:59:31 +01:00
cpu.rs vmm: refactor vCPU save/restore code in restoring VM 2020-09-23 12:37:25 +01:00
device_manager.rs devices: remove the migration traits for the Gic struct 2020-09-23 12:37:25 +01:00
device_tree.rs vmm: device_tree: make available remove function unconditionally 2020-06-15 11:41:34 +02:00
interrupt.rs arch: AArch64: support saving RDIST pending tables into guest RAM 2020-09-23 12:37:25 +01:00
lib.rs vmm: Add a 'resize-zone' action to the API actions 2020-09-16 19:20:04 +02:00
memory_manager.rs ch: Fix various misspelled words 2020-09-23 08:59:31 +01:00
migration.rs vmm: Get and set clock during pause and resume operations 2020-06-23 14:36:01 +01:00
seccomp_filters.rs vmm: seccomp: unify AArch64 and x86_64 FTRUNCATE syscall 2020-09-23 12:37:25 +01:00
vm.rs vmm: AArch64: enable VM states save/restore for AArch64 2020-09-23 12:37:25 +01:00