Re: [Qemu-devel] [PATCH v3] opts: produce valid command line in qemu_opts_print

2015-09-06 Thread Michael Tokarev
07.07.2015 17:42, Kővágó, Zoltán wrote: > This will let us print options in a format that the user would actually > write it on the command line (foo=bar,baz=asd,etc=def), without > prepending a spurious comma at the beginning of the list, or quoting > values unnecessarily. This patch provides the

Re: [Qemu-devel] [PATCH v3] opts: produce valid command line in qemu_opts_print

2015-08-28 Thread Markus Armbruster
"Kővágó Zoltán" writes: > 2015-08-26 15:15 keltezéssel, Markus Armbruster írta: >> Stefan Hajnoczi writes: >> >>> On Tue, Jul 7, 2015 at 3:42 PM, Kővágó, Zoltán >>> wrote: This will let us print options in a format that the user would actually write it on the command line (foo=bar,baz

Re: [Qemu-devel] [PATCH v3] opts: produce valid command line in qemu_opts_print

2015-08-26 Thread Kővágó Zoltán
2015-08-26 15:15 keltezéssel, Markus Armbruster írta: Stefan Hajnoczi writes: On Tue, Jul 7, 2015 at 3:42 PM, Kővágó, Zoltán wrote: This will let us print options in a format that the user would actually write it on the command line (foo=bar,baz=asd,etc=def), without prepending a spurious co

Re: [Qemu-devel] [PATCH v3] opts: produce valid command line in qemu_opts_print

2015-08-26 Thread Markus Armbruster
Stefan Hajnoczi writes: > On Tue, Jul 7, 2015 at 3:42 PM, Kővágó, Zoltán wrote: >> This will let us print options in a format that the user would actually >> write it on the command line (foo=bar,baz=asd,etc=def), without >> prepending a spurious comma at the beginning of the list, or quoting >>

Re: [Qemu-devel] [PATCH v3] opts: produce valid command line in qemu_opts_print

2015-08-20 Thread Marc-André Lureau
On Tue, Jul 7, 2015 at 4:42 PM, Kővágó, Zoltán wrote: > This will let us print options in a format that the user would actually > write it on the command line (foo=bar,baz=asd,etc=def), without > prepending a spurious comma at the beginning of the list, or quoting > values unnecessarily. This pat

Re: [Qemu-devel] [PATCH v3] opts: produce valid command line in qemu_opts_print

2015-07-28 Thread Stefan Hajnoczi
On Tue, Jul 7, 2015 at 3:42 PM, Kővágó, Zoltán wrote: > This will let us print options in a format that the user would actually > write it on the command line (foo=bar,baz=asd,etc=def), without > prepending a spurious comma at the beginning of the list, or quoting > values unnecessarily. This pat

[Qemu-devel] [PATCH v3] opts: produce valid command line in qemu_opts_print

2015-07-07 Thread Kővágó, Zoltán
This will let us print options in a format that the user would actually write it on the command line (foo=bar,baz=asd,etc=def), without prepending a spurious comma at the beginning of the list, or quoting values unnecessarily. This patch provides the following changes: * write and id=, if the opti