mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-28 19:54:01 +00:00
doc: fix docs with missing newline at EOF
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
a98f623a35
commit
0283202193
@ -315,4 +315,4 @@ Learn More
|
|||||||
|
|
||||||
* If you have already completed the :ref:`gsg` , see the
|
* If you have already completed the :ref:`gsg` , see the
|
||||||
:ref:`develop_acrn` for more information about complex scenarios, advanced
|
:ref:`develop_acrn` for more information about complex scenarios, advanced
|
||||||
features, and debugging.
|
features, and debugging.
|
||||||
|
@ -371,4 +371,4 @@ proceeds to shut itself down accordingly.
|
|||||||
.. note:: If one or more virtual functions (VFs) of a SR-IOV device, e.g., GPU
|
.. note:: If one or more virtual functions (VFs) of a SR-IOV device, e.g., GPU
|
||||||
on Alder Lake platform, are assigned to User VMs, take extra steps to disable
|
on Alder Lake platform, are assigned to User VMs, take extra steps to disable
|
||||||
all VFs before the Service VM shuts down. Otherwise, the Service VM may fail
|
all VFs before the Service VM shuts down. Otherwise, the Service VM may fail
|
||||||
to shut down due to some enabled VFs.
|
to shut down due to some enabled VFs.
|
||||||
|
@ -247,4 +247,4 @@ configuration tool, configure GRUB, and run ACRN on the target system.
|
|||||||
Ubuntu
|
Ubuntu
|
||||||
Advanced options for Ubuntu
|
Advanced options for Ubuntu
|
||||||
UEFI Firmware Settings
|
UEFI Firmware Settings
|
||||||
*ACRN Multiboot Ubuntu Service VM
|
*ACRN Multiboot Ubuntu Service VM
|
||||||
|
@ -385,4 +385,4 @@ When an ACRN VM does not have a legacy ``vuart[0]`` but has a
|
|||||||
PCI-vUART0, you can use PCI-vUART0 for VM serial input/output. Check
|
PCI-vUART0, you can use PCI-vUART0 for VM serial input/output. Check
|
||||||
which TTY has the BDF of PCI-vUART0; usually it is not ``/dev/ttyS0``.
|
which TTY has the BDF of PCI-vUART0; usually it is not ``/dev/ttyS0``.
|
||||||
For example, if ``/dev/ttyS4`` is PCI-vUART0, you must set
|
For example, if ``/dev/ttyS4`` is PCI-vUART0, you must set
|
||||||
``console=/dev/ttyS4`` in the kernel cmdline.
|
``console=/dev/ttyS4`` in the kernel cmdline.
|
||||||
|
Loading…
Reference in New Issue
Block a user