mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-28 00:06:55 +00:00
doc: Style cleanup in host bridge hld
Style changes per Acrolinx recommendations and for consistency Signed-off-by: Reyes, Amy <amy.reyes@intel.com>
This commit is contained in:
parent
a3ebc4f19e
commit
21aeb4f422
@ -12,13 +12,13 @@ documented in this section.
|
|||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
usb-virt-hld
|
usb-virt-hld
|
||||||
UART virtualization <uart-virt-hld>
|
UART Virtualization <uart-virt-hld>
|
||||||
Watchdog virtualization <watchdog-hld>
|
Watchdog Virtualization <watchdog-hld>
|
||||||
AHCI virtualization <ahci-hld>
|
AHCI Virtualization <ahci-hld>
|
||||||
System timer virtualization <system-timer-hld>
|
System Timer Virtualization <system-timer-hld>
|
||||||
UART emulation in hypervisor <vuart-virt-hld>
|
UART Emulation in Hypervisor <vuart-virt-hld>
|
||||||
RTC emulation in hypervisor <rtc-virt-hld>
|
RTC Emulation in Hypervisor <rtc-virt-hld>
|
||||||
Hostbridge emulation <hostbridge-virt-hld>
|
hostbridge-virt-hld
|
||||||
AT keyboard controller emulation <atkbdc-virt-hld>
|
AT Keyboard Controller Emulation <atkbdc-virt-hld>
|
||||||
Split Device Model <split-dm>
|
Split Device Model <split-dm>
|
||||||
Shared memory based inter-VM communication <ivshmem-hld>
|
Shared Memory Based Inter-VM Communication <ivshmem-hld>
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
.. _hostbridge_virt_hld:
|
.. _hostbridge_virt_hld:
|
||||||
|
|
||||||
Hostbridge Emulation
|
Host Bridge Emulation
|
||||||
####################
|
######################
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
********
|
********
|
||||||
|
|
||||||
Hostbridge emulation is based on PCI emulation; however, the hostbridge
|
Host bridge emulation is based on PCI emulation; however, the host bridge
|
||||||
emulation only sets the PCI configuration space. The Device Model (DM) sets the
|
emulation only sets the PCI configuration space. The Device Model (DM) sets the
|
||||||
PCI configuration space for hostbridge in the Service VM and then exposes it to
|
PCI configuration space for host bridge in the Service VM and then exposes it to
|
||||||
the User VM to detect the PCI hostbridge.
|
the User VM to detect the PCI host bridge.
|
||||||
|
|
||||||
PCI Host Bridge and Hierarchy
|
PCI Host Bridge and Hierarchy
|
||||||
*****************************
|
*****************************
|
||||||
|
|
||||||
There is PCI host bridge emulation in DM. The bus hierarchy is determined by ``acrn-dm`` command line input. Using this command line, as an example::
|
For PCI host bridge emulation, the bus hierarchy is determined by ``acrn-dm``
|
||||||
|
command line input. Using this command line, as an example::
|
||||||
|
|
||||||
acrn-dm -m $mem_size -s 0:0,hostbridge \
|
acrn-dm -m $mem_size -s 0:0,hostbridge \
|
||||||
-s 5,virtio-console,@stdio:stdio_port \
|
-s 5,virtio-console,@stdio:stdio_port \
|
||||||
|
Loading…
Reference in New Issue
Block a user