mirror of https://gitee.com/openkylin/qemu.git
qemu-options.hx: Fix typo for netdev documentation
This patch fixes the netdev document description typo in qemu-option.hx. Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Li Qiang <liq3ea@gmail.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20200727045925.29375-1-tianjia.zhang@linux.alibaba.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
1538d76345
commit
8d73ec8946
|
@ -2684,7 +2684,7 @@ SRST
|
|||
disable script execution.
|
||||
|
||||
If running QEMU as an unprivileged user, use the network helper
|
||||
helper to configure the TAP interface and attach it to the bridge.
|
||||
to configure the TAP interface and attach it to the bridge.
|
||||
The default network helper executable is
|
||||
``/path/to/qemu-bridge-helper`` and the default bridge device is
|
||||
``br0``.
|
||||
|
|
Loading…
Reference in New Issue