Re: [Qemu-devel] [PATCH 8/9] vl: add -query-capabilities

2012-03-20 Thread Eduardo Habkost
On Mon, Mar 19, 2012 at 10:09:22AM -0500, Anthony Liguori wrote: > This dumps the results of query-version, query-commands, and > query-config-capabilities into a single JSON object on stdout. > > Signed-off-by: Anthony Liguori What about a mode where no machine and devices are initialized at al

Re: [Qemu-devel] [PATCH 8/9] vl: add -query-capabilities

2012-03-20 Thread Daniel P. Berrange
On Tue, Mar 20, 2012 at 08:49:11AM +0100, Gerd Hoffmann wrote: > On 03/19/12 16:09, Anthony Liguori wrote: > > This dumps the results of query-version, query-commands, and > > query-config-capabilities into a single JSON object on stdout. > > I think libvirt needs a query-devices too. Currently w

Re: [Qemu-devel] [PATCH 8/9] vl: add -query-capabilities

2012-03-20 Thread Gerd Hoffmann
On 03/19/12 16:09, Anthony Liguori wrote: > This dumps the results of query-version, query-commands, and > query-config-capabilities into a single JSON object on stdout. I think libvirt needs a query-devices too. cheers, Gerd

[Qemu-devel] [PATCH 8/9] vl: add -query-capabilities

2012-03-19 Thread Anthony Liguori
This dumps the results of query-version, query-commands, and query-config-capabilities into a single JSON object on stdout. Signed-off-by: Anthony Liguori --- qemu-options.hx |4 vl.c| 27 +++ 2 files changed, 31 insertions(+), 0 deletions(-) diff