Re: [PATCH] chardev/socket: print a more correct command-line address

2021-07-21 Thread Philippe Mathieu-Daudé
On 7/21/21 3:04 PM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Better reflect the command line version of the socket address arguments, > following the now recommended long-form opt=on syntax. > > Complement/fixes commit 9d902d51 "chardev: do not use short form boolean > op

Re: [PATCH] chardev/socket: print a more correct command-line address

2021-07-21 Thread Daniel P . Berrangé
On Wed, Jul 21, 2021 at 05:04:53PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Better reflect the command line version of the socket address arguments, > following the now recommended long-form opt=on syntax. > > Complement/fixes commit 9d902d51 "chardev: do not use s

[PATCH] chardev/socket: print a more correct command-line address

2021-07-21 Thread marcandre . lureau
From: Marc-André Lureau Better reflect the command line version of the socket address arguments, following the now recommended long-form opt=on syntax. Complement/fixes commit 9d902d51 "chardev: do not use short form boolean options in non-QemuOpts character device descriptions". Signed-off-by: