doc: remove dm dynamic param '-A'

Update document to remove 'acrn-dm' dynamic param '-A'.

Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
This commit is contained in:
Yuanyuan Zhao
2021-12-30 15:59:26 +08:00
committed by David Kinder
parent a62e468aab
commit 75884af9ac
10 changed files with 19 additions and 31 deletions

View File

@@ -265,7 +265,7 @@ Bring Up User VM (L2 Guest)
fi
#for memsize setting
mem_size=1024M
acrn-dm -A -m $mem_size -s 0:0,hostbridge \
acrn-dm -m $mem_size -s 0:0,hostbridge \
-s 3,virtio-blk,~/UserVM.img \
-s 4,virtio-net,tap0 \
--cpu_affinity 1 \

View File

@@ -135,7 +135,7 @@ Linux-based post-launched VMs (VM1 and VM2).
.. code-block:: none
:emphasize-lines: 6
acrn-dm -A -m $mem_size -s 0:0,hostbridge \
acrn-dm -m $mem_size -s 0:0,hostbridge \
-s 5,virtio-console,@stdio:stdio_port \
-s 6,virtio-hyper_dmabuf \
-s 3,virtio-blk,/home/acrn/UserVM1.img \
@@ -151,7 +151,7 @@ Linux-based post-launched VMs (VM1 and VM2).
.. code-block:: none
:emphasize-lines: 4
acrn-dm -A -m $mem_size -s 0:0,hostbridge \
acrn-dm -m $mem_size -s 0:0,hostbridge \
-s 3,virtio-blk,/home/acrn/UserVM2.img \
-s 4,virtio-net,tap0 \
-s 5,ivshmem,dm:/test,2 \
@@ -218,7 +218,7 @@ Linux-based VMs (VM0 is a pre-launched VM and VM2 is a post-launched VM).
.. code-block:: none
:emphasize-lines: 4
acrn-dm -A -m $mem_size -s 0:0,hostbridge \
acrn-dm -m $mem_size -s 0:0,hostbridge \
-s 3,virtio-blk,/home/acrn/UserVM2.img \
-s 4,virtio-net,tap0 \
-s 5,ivshmem,hv:/shm_region_0,2 \

View File

@@ -79,7 +79,7 @@ Passthrough the GPU to Guest
3. Modify the ``install_win.sh`` script to enable GVT-d:
Add the following commands before ``acrn-dm -A -m $mem_size -s 0:0,hostbridge \``
Add the following commands before ``acrn-dm -m $mem_size -s 0:0,hostbridge \``
::

View File

@@ -130,7 +130,7 @@ fi
#threshold/s,probe-period(s),intr-inject-delay-time(ms),delay-duration(ms)
intr_storm_monitor="--intr_monitor 10000,10,1,100"
acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
acrn-dm -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
-s 5,virtio-console,@pty:pty_port \
-s 6,virtio-hyper_dmabuf \
-s 8,wdt-i6300esb \
@@ -312,7 +312,7 @@ ACRN project
#threshold/s,probe-period(s),intr-inject-delay-time(ms),delay-duration(ms)
intr_storm_monitor="--intr_monitor 10000,10,1,100"
acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio $npk_virt\
acrn-dm -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio $npk_virt\
-s 9,virtio-net,$tap \
-s 3,virtio-blk,/data/$5/$5.img \
-s 7,xhci,1-1:1-2:1-3:2-1:2-2:2-3:cap=apl \

View File

@@ -103,7 +103,7 @@ Prepare the Script to Create an Image
echo "0000:00:02.0" > /sys/bus/pci/drivers/pci-stub/bind
#for memsize setting
mem_size=4096M
acrn-dm -A -m $mem_size -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
acrn-dm -m $mem_size -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
-s 2,passthru,0/2/0 \
-s 8,virtio-net,tap0 \
-s 4,virtio-blk,/home/acrn/work/win10-ltsc.img