From 546de2bfa91ef8294b9c4f5251711cfbd2090181 Mon Sep 17 00:00:00 2001 From: Amy Reyes Date: Fri, 29 Oct 2021 10:12:54 -0700 Subject: [PATCH] Updated per feedback Signed-off-by: Amy Reyes --- doc/reference/config-options-launch.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/reference/config-options-launch.rst b/doc/reference/config-options-launch.rst index 638933648..a288cdf6c 100644 --- a/doc/reference/config-options-launch.rst +++ b/doc/reference/config-options-launch.rst @@ -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: ``,[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. + Input format: ``[,vhost][,mac=]``. + The ```` 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.