diff --git a/doc/user-guides/hv-parameters.rst b/doc/user-guides/hv-parameters.rst index 02a25d598..4dd38e957 100644 --- a/doc/user-guides/hv-parameters.rst +++ b/doc/user-guides/hv-parameters.rst @@ -13,9 +13,11 @@ The ACRN hypervisor supports the following parameter: +=================+=============================+========================================================================================+ | | disabled | This disables the serial port completely. | | +-----------------------------+----------------------------------------------------------------------------------------+ -| ``uart=`` | bdf@ | This sets the PCI serial port based on its BDF. e.g. ``bdf@0:18.1`` | +| ``uart=`` | bdf@ | This sets the serial port PCI BDF, e.g. ``bdf@0:18.1`` | | +-----------------------------+----------------------------------------------------------------------------------------+ -| | port@ | This sets the serial port address. | +| | port@ | This sets the serial port PIO address, e.g. ``uart=port@0x3F8`` | +| +-----------------------------+----------------------------------------------------------------------------------------+ +| | mmio@ | This sets the serial port MMIO address, e.g. ``uart=mmio@0xfe040000`` | +-----------------+-----------------------------+----------------------------------------------------------------------------------------+ The Generic hypervisor parameters are specified in the GRUB multiboot/multiboot2 command.