Re: [Qemu-devel] [PATCH v5] monitor: introduce query-command-line-options

2013-04-25 Thread Eric Blake
On 04/25/2013 09:48 AM, Osier Yang wrote: >> First, some options like -drive, -net, -netdev and -device have an empty >> QemuOptsList, meaning that option validation is not done upfront. > > Not sure if there is work of libvirt which is blocked by -net, -netdev, and > -device, but I have one whic

Re: [Qemu-devel] [PATCH v5] monitor: introduce query-command-line-options

2013-04-25 Thread Osier Yang
On 25/04/13 21:20, Luiz Capitulino wrote: On Thu, 25 Apr 2013 17:50:35 +0800 Amos Kong wrote: Libvirt has no way to probe if an option or property is supported, This patch introduces a new qmp command to query command line option information. hmp command isn't added because it's not needed. S

Re: [Qemu-devel] [PATCH v5] monitor: introduce query-command-line-options

2013-04-25 Thread Luiz Capitulino
On Thu, 25 Apr 2013 07:57:11 -0600 Eric Blake wrote: > On 04/25/2013 03:50 AM, Amos Kong wrote: > > Libvirt has no way to probe if an option or property is supported, > > This patch introduces a new qmp command to query command line > > option information. hmp command isn't added because it's not

Re: [Qemu-devel] [PATCH v5] monitor: introduce query-command-line-options

2013-04-25 Thread Eric Blake
On 04/25/2013 07:20 AM, Luiz Capitulino wrote: > On Thu, 25 Apr 2013 17:50:35 +0800 > Amos Kong wrote: > >> Libvirt has no way to probe if an option or property is supported, >> This patch introduces a new qmp command to query command line >> option information. hmp command isn't added because it

Re: [Qemu-devel] [PATCH v5] monitor: introduce query-command-line-options

2013-04-25 Thread Eric Blake
On 04/25/2013 03:50 AM, Amos Kong wrote: > Libvirt has no way to probe if an option or property is supported, > This patch introduces a new qmp command to query command line > option information. hmp command isn't added because it's not needed. > > Signed-off-by: Amos Kong > CC: Luiz Capitulino

Re: [Qemu-devel] [PATCH v5] monitor: introduce query-command-line-options

2013-04-25 Thread Luiz Capitulino
On Thu, 25 Apr 2013 17:50:35 +0800 Amos Kong wrote: > Libvirt has no way to probe if an option or property is supported, > This patch introduces a new qmp command to query command line > option information. hmp command isn't added because it's not needed. > > Signed-off-by: Amos Kong > CC: Luiz

[Qemu-devel] [PATCH v5] monitor: introduce query-command-line-options

2013-04-25 Thread Amos Kong
Libvirt has no way to probe if an option or property is supported, This patch introduces a new qmp command to query command line option information. hmp command isn't added because it's not needed. Signed-off-by: Amos Kong CC: Luiz Capitulino CC: Osier Yang CC: Anthony Liguori --- V3: fix json