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
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
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
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
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
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
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