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

2013-04-25 Thread Amos Kong
On Thu, Apr 25, 2013 at 01:39:44PM +0800, Osier Yang wrote: > On 25/04/13 13:06, Amos Kong wrote: > >Libvirt has no way to probe if an option or property is supported, > >This patch introdues a new qmp command to query command line > >option information. hmp command isn't added because it's not nee

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

2013-04-24 Thread Osier Yang
On 25/04/13 13:06, Amos Kong wrote: Libvirt has no way to probe if an option or property is supported, This patch introdues 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: Osier Yang CC: Anthony Liguori

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

2013-04-24 Thread Amos Kong
Libvirt has no way to probe if an option or property is supported, This patch introdues 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: Osier Yang CC: Anthony Liguori --- V3: fix jaso schema and comments (