mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 01:30:13 +00:00
add RTC emulation in hypervisor doc and add entry in hld-emulated-devices Signed-off-by: Gao Junhao <junhao.gao@intel.com>
10 lines
411 B
ReStructuredText
10 lines
411 B
ReStructuredText
.. _rtc-virt-hld:
|
|
|
|
RTC Virtualization
|
|
##################
|
|
|
|
This document describes the RTC virtualization implementation in
|
|
ACRN device model.
|
|
|
|
vRTC is a read-only RTC for For pre-launched VM, Service OS and post-launched RT VM. It supports RW for CMOS address port 0x70 and RO for CMOS data port 0x71. Reads to CMOS RAM offsets are fetched by reading CMOS h/w directly and writes to CMOS offsets are discarded.
|