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>
This commit is contained in:
Gao Junhao 2019-10-23 02:31:14 +00:00 committed by deb-intel
parent bdc4a96f82
commit a7e34644d7
2 changed files with 10 additions and 0 deletions

View File

@ -17,3 +17,4 @@ documented in this section.
AHCI virtualization <ahci-hld>
GVT-g GPU Virtualization <hld-APL_GVT-g>
UART emulation in hypervisor <vuart-virt-hld>
RTC emulation in hypervisor <rtc-virt-hld>

View File

@ -0,0 +1,9 @@
.. _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.