Re: [Qemu-devel] [PATCH v2 01/49] opts: produce valid command line in qemu_opts_print

2015-09-04 Thread Eric Blake
On 08/21/2015 09:36 AM, 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 provid

[Qemu-devel] [PATCH v2 01/49] opts: produce valid command line in qemu_opts_print

2015-08-21 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 id=, if the option h