mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
c7725f921c
The register D has only one bit that is not reserved, and its purpose is to report if the RTC/CMOS device is powered or not. The OVMF firmware was failing to boot as it was getting the information that the device was powered off from the register D. The simple way to fix this issue is by always returning the bit 7 from register D as 1, indicating the device is always powered. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |