Re: [PATCH 02/10] qemu-options: update to show preferred boolean syntax for -chardev

2021-02-17 Thread Daniel P . Berrangé
On Tue, Feb 16, 2021 at 09:08:39PM +, Peter Maydell wrote: > On Tue, 16 Feb 2021 at 19:10, Daniel P. Berrangé wrote: > > > > The preferred syntax is to use "foo=on|off", rather than a bare > > "foo" or "nofoo". > > > > Signed-off-by: Daniel P. Berrangé > > -"-chardev > > socket,id=id[,ho

Re: [PATCH 02/10] qemu-options: update to show preferred boolean syntax for -chardev

2021-02-16 Thread Peter Maydell
On Tue, 16 Feb 2021 at 19:10, Daniel P. Berrangé wrote: > > The preferred syntax is to use "foo=on|off", rather than a bare > "foo" or "nofoo". > > Signed-off-by: Daniel P. Berrangé > -"-chardev > socket,id=id[,host=host],port=port[,to=to][,ipv4][,ipv6][,nodelay][,reconnect=seconds]\n" > -

[PATCH 02/10] qemu-options: update to show preferred boolean syntax for -chardev

2021-02-16 Thread Daniel P . Berrangé
The preferred syntax is to use "foo=on|off", rather than a bare "foo" or "nofoo". Signed-off-by: Daniel P. Berrangé --- qemu-options.hx | 78 - 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index