Re: [Qemu-devel] [PATCH 2/3] qapi: Add ImageInfo.

2012-08-15 Thread Eric Blake
On 08/15/2012 10:17 AM, Eric Blake wrote: > On 08/15/2012 08:54 AM, Benoît Canet wrote: >> Signed-off-by: Benoit Canet >> --- >> qapi-schema.json | 33 + >> 1 file changed, 33 insertions(+) >> +# @ImageInfo: >> +# >> +# Information about a QEMU image file >> +#

Re: [Qemu-devel] [PATCH 2/3] qapi: Add ImageInfo.

2012-08-15 Thread Benoît Canet
> > +# > > +# Since: 1.3 > > So no way it will make 1.2 hard freeze today :) I would like to.Just tell me if it would be possible :) > > -- > Eric Blake ebl...@redhat.com+1-919-301-3266 > Libvirt virtualization library http://libvirt.org >

Re: [Qemu-devel] [PATCH 2/3] qapi: Add ImageInfo.

2012-08-15 Thread Eric Blake
On 08/15/2012 08:54 AM, Benoît Canet wrote: > Signed-off-by: Benoit Canet > --- > qapi-schema.json | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/qapi-schema.json b/qapi-schema.json > index 8d4df19..488da90 100644 > --- a/qapi-schema.json > +++ b/qa