cloud-hypervisor/vmm/src
Rob Bradford 27c28fa3b0 vmm, arch: Enable KVM HyperV support
Inject CPUID leaves for advertising KVM HyperV support when the
"kvm_hyperv" toggle is enabled. Currently we only enable a selection of
features required to boot.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-09-16 16:08:01 +01:00
..
api vmm: Rename NUMA option 'id' into 'guest_numa_id' 2020-09-07 07:37:14 +02:00
acpi.rs vmm: Move NUMA node list creation to Vm structure 2020-09-07 07:37:14 +02:00
config.rs vmm: Add "kvm_hyperv" toggle to "--cpus" 2020-09-16 16:08:01 +01:00
cpu.rs vmm, arch: Enable KVM HyperV support 2020-09-16 16:08:01 +01:00
device_manager.rs vmm: device_manager: Extract common PCI code 2020-09-11 07:33:18 +02:00
device_tree.rs vmm: device_tree: make available remove function unconditionally 2020-06-15 11:41:34 +02:00
interrupt.rs arch: Refactor GIC code to seperate KVM specific code 2020-07-21 16:22:02 +02:00
lib.rs vmm: Propagate the SeccompAction value to the Vm struct constructor 2020-08-04 11:40:49 +02:00
memory_manager.rs devices, vm-device: Move BusDevice and Bus into vm-device 2020-09-10 09:35:38 +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: cpu: Add missing io_uring syscalls to vCPU threads 2020-09-16 11:59:47 +02:00
vm.rs vmm: seccomp: Add seccomp filters for signal_handler worker thread 2020-09-11 07:42:31 +02:00