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:
parent
bdc4a96f82
commit
a7e34644d7
|
@ -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>
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue