Re: [Qemu-devel] [PATCH 07/15] qapi: add query-version QMP command

2011-03-12 Thread Anthony Liguori
On 03/12/2011 05:19 AM, Blue Swirl wrote: On Sat, Mar 12, 2011 at 1:05 AM, Anthony Liguori wrote: This is used internally by QMP. It's also a pretty good example of a typical command conversion. Signed-off-by: Anthony Liguori diff --git a/Makefile.objs b/Makefile.objs index 5dae800..e1a2756

Re: [Qemu-devel] [PATCH 07/15] qapi: add query-version QMP command

2011-03-12 Thread Blue Swirl
On Sat, Mar 12, 2011 at 1:05 AM, Anthony Liguori wrote: > This is used internally by QMP.  It's also a pretty good example of a typical > command conversion. > > Signed-off-by: Anthony Liguori > > diff --git a/Makefile.objs b/Makefile.objs > index 5dae800..e1a2756 100644 > --- a/Makefile.objs > +

[Qemu-devel] [PATCH 07/15] qapi: add query-version QMP command

2011-03-11 Thread Anthony Liguori
This is used internally by QMP. It's also a pretty good example of a typical command conversion. Signed-off-by: Anthony Liguori diff --git a/Makefile.objs b/Makefile.objs index 5dae800..e1a2756 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -103,7 +103,7 @@ common-obj-y += block-migration.o