Re: [Qemu-devel] [PATCH] util/qemu-config: fix missing machine command line options

2015-10-14 Thread Cornelia Huck
On Tue, 13 Oct 2015 16:46:29 +0300 Marcel Apfelbaum wrote: > On 10/13/2015 02:51 PM, Cornelia Huck wrote: > > On Mon, 12 Oct 2015 18:42:04 +0300 > > Marcel Apfelbaum wrote: > > > >> On 10/12/2015 06:36 PM, Tony Krowiak wrote: > >>> Commit 0a7cf217 ("util/qemu-config: fix regression of > >>> qmp_

Re: [Qemu-devel] [PATCH] util/qemu-config: fix missing machine command line options

2015-10-13 Thread Marcel Apfelbaum
On 10/13/2015 02:51 PM, Cornelia Huck wrote: On Mon, 12 Oct 2015 18:42:04 +0300 Marcel Apfelbaum wrote: On 10/12/2015 06:36 PM, Tony Krowiak wrote: Commit 0a7cf217 ("util/qemu-config: fix regression of qmp_query_command_line_options") aimed to restore parsing of global machine options, but mi

Re: [Qemu-devel] [PATCH] util/qemu-config: fix missing machine command line options

2015-10-13 Thread Cornelia Huck
On Mon, 12 Oct 2015 18:42:04 +0300 Marcel Apfelbaum wrote: > On 10/12/2015 06:36 PM, Tony Krowiak wrote: > > Commit 0a7cf217 ("util/qemu-config: fix regression of > > qmp_query_command_line_options") aimed to restore parsing of global > > machine options, but missed two: "aes-key-wrap" and > > "d

Re: [Qemu-devel] [PATCH] util/qemu-config: fix missing machine command line options

2015-10-12 Thread Marcel Apfelbaum
On 10/12/2015 06:36 PM, Tony Krowiak wrote: Commit 0a7cf217 ("util/qemu-config: fix regression of qmp_query_command_line_options") aimed to restore parsing of global machine options, but missed two: "aes-key-wrap" and "dea-key-wrap" (which were present in the initial version of that patch). Let's