diff --git a/doc/reference/config-options-launch.rst b/doc/reference/config-options-launch.rst index 52cc43529..638933648 100644 --- a/doc/reference/config-options-launch.rst +++ b/doc/reference/config-options-launch.rst @@ -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: ``,[vhost],[mac=]``. + 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.