mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-15 22:09:06 +00:00
doc: change the parameter of virtio-net
Remove device name requirement for “tap” and "vmnet", change the parameter format like: "-s 4,virtio-net,tap/vmnet=dev_name". change mac_seed to virtio-net sub-parameter As a parameter of acrn-dm,the mac_seed is only used for virtio-net. So this patch change it to the sub-parameter of virtio-net. The final format is: -s 4,virtio-net,tap/vmnet=dev_name,mac_seed=XXXX Tracked-On: #6690 Signed-off-by: Chenli Wei chenli.wei@linux.intel.com
This commit is contained in:
@@ -21,11 +21,10 @@ command line input. Using this command line, as an example::
|
||||
-s 5,virtio-console,@stdio:stdio_port \
|
||||
-s 6,virtio-hyper_dmabuf \
|
||||
-s 3,virtio-blk,/home/acrn/UserVM.img \
|
||||
-s 4,virtio-net,tap0 \
|
||||
-s 4,virtio-net,tap=tap0,mac_seed=$mac_seed \
|
||||
-s 7,virtio-rnd \
|
||||
--ovmf /usr/share/acrn/bios/OVMF.fd \
|
||||
$logger_setting \
|
||||
--mac_seed $mac_seed \
|
||||
$vm_name
|
||||
|
||||
the bus hierarchy would be:
|
||||
|
Reference in New Issue
Block a user