Files
acrn-hypervisor/doc/developer-guides/hld/rtc-virt-hld.rst
Gao Junhao a7e34644d7 doc: add RTC emulation in hypervisor doc
add RTC emulation in hypervisor doc and add entry in hld-emulated-devices

Signed-off-by: Gao Junhao <junhao.gao@intel.com>
2019-10-27 09:58:17 -04:00

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.