summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorTianjia Zhang2020-07-27 06:59:25 +0200
committerLaurent Vivier2020-09-01 09:17:58 +0200
commit8d73ec8946be859ba5b69a7e751cdaff3f8cf11a (patch)
treeefa718b7168dc29917765c5f5905eef243a03809 /qemu-options.hx
parentstubs/cmos: Use correct include (diff)
downloadqemu-8d73ec8946be859ba5b69a7e751cdaff3f8cf11a.tar.gz
qemu-8d73ec8946be859ba5b69a7e751cdaff3f8cf11a.tar.xz
qemu-8d73ec8946be859ba5b69a7e751cdaff3f8cf11a.zip
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>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 30019c4eca..b0f020594e 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -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``.