cloud-hypervisor/devices
Sebastien Boeuf c7725f921c devices: legacy: cmos: Fix register D emulation
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>
2021-11-30 09:08:44 -08:00
..
src devices: legacy: cmos: Fix register D emulation 2021-11-30 09:08:44 -08:00
Cargo.toml build: bump anyhow from 1.0.48 to 1.0.51 2021-11-29 23:43:56 +00:00