Files
acrn-hypervisor/hypervisor/arch/x86/guest
Peter Fang caab595ed4 hv: vlapic: properly initialize DCR
DCR is initialized to 0 which means divisor shift is 1. Currently, both
are initialized to 0 which result in incorrect APIC timer counts if the
vLAPIC's DCR is never programmed.

This bug was exposed by OVMF because OVMF does not program DCR during
LAPIC initialization.

Tracked-On: #2543
Signed-off-by: Peter Fang <peter.fang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-02-19 09:43:55 +08:00
..
2019-02-14 10:16:21 +08:00
2019-02-01 16:30:55 +08:00
2019-01-30 20:43:04 +08:00
2019-01-21 18:03:31 +08:00
2019-01-30 20:43:04 +08:00
2018-12-19 09:44:42 +08:00
2019-02-19 09:43:55 +08:00
2019-02-14 10:16:21 +08:00
2019-01-21 18:03:31 +08:00
2019-02-03 13:00:42 +08:00