mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 13:37:10 +00:00
doc: Update terms in qemu tutorial
- Remove "sdc" - Replace "sos" with "Service VM" - Replace "uos" with "User VM" Signed-off-by: Reyes, Amy <amy.reyes@intel.com>
This commit is contained in:
parent
8b21a85e1f
commit
c952c00324
@ -30,7 +30,7 @@ Prerequisites
|
|||||||
|
|
||||||
sudo apt install cpu-checker
|
sudo apt install cpu-checker
|
||||||
|
|
||||||
Run the ``kvm-ok`` tool and If the output displays **KVM acceleration can be used**,
|
Run the ``kvm-ok`` tool and if the output displays **KVM acceleration can be used**,
|
||||||
the platform supports Intel VMX and VT-d technologies.
|
the platform supports Intel VMX and VT-d technologies.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
@ -185,7 +185,7 @@ Install ACRN Hypervisor
|
|||||||
insmod part_msdos
|
insmod part_msdos
|
||||||
insmod ext2
|
insmod ext2
|
||||||
|
|
||||||
echo 'Loading ACRN hypervisor with SDC scenario ...'
|
echo 'Loading ACRN hypervisor ...'
|
||||||
multiboot --quirk-modules-after-kernel /boot/acrn.32.out
|
multiboot --quirk-modules-after-kernel /boot/acrn.32.out
|
||||||
module /boot/bzImage Linux_bzImage
|
module /boot/bzImage Linux_bzImage
|
||||||
}
|
}
|
||||||
@ -280,7 +280,7 @@ Bring Up User VM (L2 Guest)
|
|||||||
$logger_setting \
|
$logger_setting \
|
||||||
$vm_name
|
$vm_name
|
||||||
}
|
}
|
||||||
# offline SOS CPUs except BSP before launch UOS
|
# offline Service VM CPUs except BSP before launching User VM
|
||||||
for i in `ls -d /sys/devices/system/cpu/cpu[1-99]`; do
|
for i in `ls -d /sys/devices/system/cpu/cpu[1-99]`; do
|
||||||
online=`cat $i/online`
|
online=`cat $i/online`
|
||||||
idx=`echo $i | tr -cd "[1-99]"`
|
idx=`echo $i | tr -cd "[1-99]"`
|
||||||
|
Loading…
Reference in New Issue
Block a user