mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-25 23:25:19 +00:00
b92fe648e9
By disabling this KVM feature, we prevent the guest from using APF (Asynchronous Page Fault) mechanism. The kernel has recently switched to using interrupts to notify about a page being ready, but for some reasons, this is causing unexpected behavior with Cloud Hypervisor, as it will make the vcpu thread spin at 100%. While investigating the issue, it's better to disable the KVM feature to prevent 100% CPU usage in some cases. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
api | ||
acpi.rs | ||
config.rs | ||
cpu.rs | ||
device_manager.rs | ||
device_tree.rs | ||
interrupt.rs | ||
lib.rs | ||
memory_manager.rs | ||
migration.rs | ||
seccomp_filters.rs | ||
vm.rs |