Updated per feedback

Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
Amy Reyes 2021-10-29 10:12:54 -07:00 committed by David Kinder
parent ae9c6e3232
commit 546de2bfa9
1 changed files with 5 additions and 4 deletions

View File

@ -77,10 +77,11 @@ 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: ``<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.
Input format: ``<device_name>[,vhost][,mac=<XX:XX:XX:XX:XX:XX>]``.
The ``<device_name>`` is the name of the TAP (or MacVTap) device.
It must include the keyword ``tap``. ``vhost`` specifies the
vhost backend; otherwise, the VBSU backend is used. The ``mac``
address is optional.
``block`` (a child node of ``virtio_devices``):
The virtio block device setting.