mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-03 17:31:42 +00:00
doc: move docs to match HLD 0.7 org
I/O emulation section was in a different place than in the HLD 0.7 doc Tracked-on: #1592 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
9871b343fa
commit
f84547cad2
11
doc/developer-guides/hld/hld-emulated-devices.rst
Normal file
11
doc/developer-guides/hld/hld-emulated-devices.rst
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.. _hld-emulated-devices:
|
||||||
|
|
||||||
|
Emulated devices high-level design
|
||||||
|
##################################
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
GVT-g GPU Virtualization <hld-APL_GVT-g>
|
||||||
|
UART virtualization <uart-virt-hld>
|
||||||
|
Watchdoc virtualization <watchdog-hld>
|
@ -10,5 +10,5 @@ Hypervisor high-level design
|
|||||||
hv-startup
|
hv-startup
|
||||||
hv-cpu-virt
|
hv-cpu-virt
|
||||||
Memory management <memmgt-hld>
|
Memory management <memmgt-hld>
|
||||||
|
I/O Emulation <hld-io-emulation>
|
||||||
Interrupt management <interrupt-hld>
|
Interrupt management <interrupt-hld>
|
||||||
|
@ -362,10 +362,3 @@ The following APIs are provided for I/O emulation at runtime:
|
|||||||
int32_t pio_instr_vmexit_handler(struct vcpu *vcpu)
|
int32_t pio_instr_vmexit_handler(struct vcpu *vcpu)
|
||||||
|
|
||||||
.. note:: change these to reference API material from ioreq.h
|
.. note:: change these to reference API material from ioreq.h
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 1
|
|
||||||
|
|
||||||
GVT-g GPU Virtualization <hld-APL_GVT-g>
|
|
||||||
UART virtualization <uart-virt-hld>
|
|
||||||
Watchdoc virtualization <watchdog-hld>
|
|
||||||
|
@ -19,7 +19,7 @@ system.
|
|||||||
Overview <hld-overview>
|
Overview <hld-overview>
|
||||||
Hypervisor <hld-hypervisor>
|
Hypervisor <hld-hypervisor>
|
||||||
Device Model <hld-devicemodel>
|
Device Model <hld-devicemodel>
|
||||||
I/O Emulation <hld-io-emulation>
|
Emulated Devices <hld-emulated-devices>
|
||||||
Virtio Devices <hld-virtio-devices>
|
Virtio Devices <hld-virtio-devices>
|
||||||
VM Management <hld-vm-management>
|
VM Management <hld-vm-management>
|
||||||
Power Management <hld-power-management>
|
Power Management <hld-power-management>
|
||||||
|
Loading…
Reference in New Issue
Block a user