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:
Reyes, Amy 2022-03-18 12:09:02 -07:00 committed by David Kinder
parent a3ebc4f19e
commit 21aeb4f422
2 changed files with 16 additions and 15 deletions

View File

@ -12,13 +12,13 @@ documented in this section.
:maxdepth: 1
usb-virt-hld
UART virtualization <uart-virt-hld>
Watchdog virtualization <watchdog-hld>
AHCI virtualization <ahci-hld>
System timer virtualization <system-timer-hld>
UART emulation in hypervisor <vuart-virt-hld>
RTC emulation in hypervisor <rtc-virt-hld>
Hostbridge emulation <hostbridge-virt-hld>
AT keyboard controller emulation <atkbdc-virt-hld>
UART Virtualization <uart-virt-hld>
Watchdog Virtualization <watchdog-hld>
AHCI Virtualization <ahci-hld>
System Timer Virtualization <system-timer-hld>
UART Emulation in Hypervisor <vuart-virt-hld>
RTC Emulation in Hypervisor <rtc-virt-hld>
hostbridge-virt-hld
AT Keyboard Controller Emulation <atkbdc-virt-hld>
Split Device Model <split-dm>
Shared memory based inter-VM communication <ivshmem-hld>
Shared Memory Based Inter-VM Communication <ivshmem-hld>

View File

@ -1,20 +1,21 @@
.. _hostbridge_virt_hld:
Hostbridge Emulation
####################
Host Bridge Emulation
######################
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
PCI configuration space for hostbridge in the Service VM and then exposes it to
the User VM to detect the PCI hostbridge.
PCI configuration space for host bridge in the Service VM and then exposes it to
the User VM to detect the PCI host bridge.
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 \
-s 5,virtio-console,@stdio:stdio_port \