diff --git a/doc/developer-guides/hld/hld-emulated-devices.rst b/doc/developer-guides/hld/hld-emulated-devices.rst index 64e62c0e9..95c801e0c 100644 --- a/doc/developer-guides/hld/hld-emulated-devices.rst +++ b/doc/developer-guides/hld/hld-emulated-devices.rst @@ -12,13 +12,13 @@ documented in this section. :maxdepth: 1 usb-virt-hld - UART virtualization - Watchdog virtualization - AHCI virtualization - System timer virtualization - UART emulation in hypervisor - RTC emulation in hypervisor - Hostbridge emulation - AT keyboard controller emulation + UART Virtualization + Watchdog Virtualization + AHCI Virtualization + System Timer Virtualization + UART Emulation in Hypervisor + RTC Emulation in Hypervisor + hostbridge-virt-hld + AT Keyboard Controller Emulation Split Device Model - Shared memory based inter-VM communication + Shared Memory Based Inter-VM Communication diff --git a/doc/developer-guides/hld/hostbridge-virt-hld.rst b/doc/developer-guides/hld/hostbridge-virt-hld.rst index e273b83e0..15ec40855 100644 --- a/doc/developer-guides/hld/hostbridge-virt-hld.rst +++ b/doc/developer-guides/hld/hostbridge-virt-hld.rst @@ -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 \