mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-04 21:29:43 +00:00
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
b5491474d8
commit
2e2c3db5c3
@ -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>
|
||||
|
9
doc/developer-guides/hld/rtc-virt-hld.rst
Normal file
9
doc/developer-guides/hld/rtc-virt-hld.rst
Normal 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.
|
Loading…
Reference in New Issue
Block a user