mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 03:21:13 +00:00
5b168f54a6
The following is from the Hyper-V specification v6.0b. Cpuid leaf 0x40000003 EDX: Bit 3: Support for physical CPU dynamic partitioning events is available. When Windows determines to be running under a hypervisor, it will require this cpuid bit to be set to support dynamic CPU operations. Cpuid leaf 0x40000004 EAX: Bit 5: Recommend using relaxed timing for this partition. If used, the VM should disable any watchdog timeouts that rely on the timely delivery of external interrupts. This bit has been figured out as required after seeing guest BSOD when CPU hotplug bit is enabled. Race conditions seem to arise after a hotplug operation, when a system watchdog has expired. Closes #1799. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |