cloud-hypervisor/vmm/src
Michael Zhao 2f2e10ea35 arch: Remove GICv2
Virtio-mmio is removed, now virtio-pci is the only option for virtio
transport layer. We use MSI for PCI device interrupt. While GICv2, the
legacy interrupt controller, doesn't support MSI. So GICv2 is not very
practical for Cloud-hypervisor, we can remove it.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
2020-10-19 14:58:48 +01:00
..
api vmm: Introduce new CPU option to set maximum physical bits 2020-10-13 18:58:36 +02:00
acpi.rs vmm: acpi: Advertise the correct PCI bus range 2020-09-23 19:03:19 +02:00
config.rs vmm: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00
cpu.rs vmm: don't call notify_guest_clock_paused when Hyper-V emulation is on 2020-10-15 19:14:25 +02:00
device_manager.rs vmm: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00
device_tree.rs vmm: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00
interrupt.rs arch: Remove GICv2 2020-10-19 14:58:48 +01:00
lib.rs virtio-balloon: Add memory_actual_size to vm.info to show memory actual size 2020-10-01 17:46:30 +02:00
memory_manager.rs vmm: memory_manager: Rely on physical bits for address space size 2020-10-13 18:58:36 +02: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: Allow unlink syscall for vCPU threads 2020-10-06 16:05:59 +01:00
vm.rs arch: Remove GICv2 2020-10-19 14:58:48 +01:00