[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 1/5] qemu-options: -chardev reconnect=seconds duplicated in help,
From: |
Laurent Vivier |
Subject: |
[PULL 1/5] qemu-options: -chardev reconnect=seconds duplicated in help, tidy up |
Date: |
Mon, 4 Oct 2021 10:30:51 +0200 |
From: Markus Armbruster <armbru@redhat.com>
Fixes: 5dd1f02b4bc2f2c2ef3a2adfd8a412c8c8769085
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210928071449.1416022-1-armbru@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
qemu-options.hx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index 8ef178180db6..4f2dc91e0b27 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3202,7 +3202,7 @@ DEFHEADING(Character device options:)
DEF("chardev", HAS_ARG, QEMU_OPTION_chardev,
"-chardev help\n"
"-chardev null,id=id[,mux=on|off][,logfile=PATH][,logappend=on|off]\n"
- "-chardev
socket,id=id[,host=host],port=port[,to=to][,ipv4=on|off][,ipv6=on|off][,nodelay=on|off][,reconnect=seconds]\n"
+ "-chardev
socket,id=id[,host=host],port=port[,to=to][,ipv4=on|off][,ipv6=on|off][,nodelay=on|off]\n"
"
[,server=on|off][,wait=on|off][,telnet=on|off][,websocket=on|off][,reconnect=seconds][,mux=on|off]\n"
" [,logfile=PATH][,logappend=on|off][,tls-creds=ID][,tls-authz=ID]
(tcp)\n"
"-chardev
socket,id=id,path=path[,server=on|off][,wait=on|off][,telnet=on|off][,websocket=on|off][,reconnect=seconds]\n"
--
2.31.1
- [PULL 0/5] Trivial branch for 6.2 patches, Laurent Vivier, 2021/10/04
- [PULL 1/5] qemu-options: -chardev reconnect=seconds duplicated in help, tidy up,
Laurent Vivier <=
- [PULL 4/5] target/sh4: Use lookup_symbol in sh4_tr_disas_log, Laurent Vivier, 2021/10/04
- [PULL 5/5] hw/remote/proxy: Categorize Wireless devices as 'Network' ones, Laurent Vivier, 2021/10/04
- [PULL 3/5] qemu-options: Add missing "sockets=2, maxcpus=2" to CLI "-smp 2", Laurent Vivier, 2021/10/04
- [PULL 2/5] qemu-options: Tweak [, maxcpus=cpus] to [, maxcpus=maxcpus], Laurent Vivier, 2021/10/04
- Re: [PULL 0/5] Trivial branch for 6.2 patches, Richard Henderson, 2021/10/04