mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-28 19:54:01 +00:00
doc: Update virtio network in launch script
- Update description of virtio network setting in launch script to match: https://projectacrn.github.io/latest/user-guides/acrn-dm-parameters.html Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
parent
61fa0ca132
commit
ae9c6e3232
@ -77,7 +77,10 @@ define post-launched User VM settings. This document describes these option sett
|
||||
|
||||
``network`` (a child node of ``virtio_devices``):
|
||||
The virtio network device setting.
|
||||
Input format: ``[tap_name|macvtap_name],[vhost],[mac=XX:XX:XX:XX:XX:XX]``.
|
||||
Input format: ``<device_name>,[vhost],[mac=<XX:XX:XX:XX:XX:XX>]``.
|
||||
The ``mac`` address is optional, ``device_name`` is the name of the TAP (or
|
||||
MacVTap) device. It must include the keyword ``tap``. ``vhost`` specifies
|
||||
vhost backend, otherwise the VBSU backend is used.
|
||||
|
||||
``block`` (a child node of ``virtio_devices``):
|
||||
The virtio block device setting.
|
||||
|
Loading…
Reference in New Issue
Block a user