diff options
author | Liming Wang | 2014-08-13 05:20:04 +0200 |
---|---|---|
committer | Michael Tokarev | 2014-08-15 16:54:06 +0200 |
commit | 38a24c8b7437fc3b5df74187a58879927b66f02e (patch) | |
tree | 5f82991c23cd3bc2c7d5a85e0a186c5306e79406 | |
parent | memory: Update obsolete comment about AddrRange field type (diff) | |
download | qemu-38a24c8b7437fc3b5df74187a58879927b66f02e.tar.gz qemu-38a24c8b7437fc3b5df74187a58879927b66f02e.tar.xz qemu-38a24c8b7437fc3b5df74187a58879927b66f02e.zip |
qemu-options.hx: fix a typo of chardev
Change host to port.
Signed-off-by: Liming Wang <liming.wang@canonical.com>
Reviewed-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 96516c1e23..000cccdd9b 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1926,7 +1926,7 @@ ETEXI DEF("chardev", HAS_ARG, QEMU_OPTION_chardev, "-chardev null,id=id[,mux=on|off]\n" - "-chardev socket,id=id[,host=host],port=host[,to=to][,ipv4][,ipv6][,nodelay]\n" + "-chardev socket,id=id[,host=host],port=port[,to=to][,ipv4][,ipv6][,nodelay]\n" " [,server][,nowait][,telnet][,mux=on|off] (tcp)\n" "-chardev socket,id=id,path=path[,server][,nowait][,telnet],[mux=on|off] (unix)\n" "-chardev udp,id=id[,host=host],port=port[,localaddr=localaddr]\n" |