Fixing RTC issues by emulating RTC

This commit is contained in:
pocopico 2022-12-29 18:01:40 +02:00
parent ed5ead24f8
commit 3b82f0b01c

View File

@ -441,7 +441,7 @@ const struct hw_config supported_platforms[] = {
.pci_stubs = {
{ .type = __VPD_TERMINATOR__ }
},
.emulate_rtc = false,
.emulate_rtc = true,
.swap_serial = false,
.reinit_ttyS0 = false,
.fix_disk_led_ctrl = true,