cloud-hypervisor/devices/src
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
..
legacy devices: legacy: cmos: Fix register D emulation 2021-11-30 09:08:44 -08:00
acpi.rs devices: acpi: Port GED device to Aml::append_aml_bytes() 2021-11-08 16:46:30 +00:00
gic.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
interrupt_controller.rs interrupt: Add a notifier method to the InterruptController 2021-02-10 17:34:56 +00:00
ioapic.rs devices: ioapic: Increase robustness of IOAPIC operations 2021-09-15 09:40:20 +02:00
lib.rs misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00