Re: [Qemu-devel] [PATCH 06/11] qmp: add interface query-image

2013-01-04 Thread Eric Blake
On 12/29/2012 01:45 AM, Wenchao Xia wrote: > This mirror function will return all image info including > snapshots. Now Qemu have both query-image and query-block > interfaces, and qemu-img share the code for image info > retrieving with qemu emulator. > > Signed-off-by: Wenchao Xia > --- > bl

[Qemu-devel] [PATCH 06/11] qmp: add interface query-image

2012-12-29 Thread Wenchao Xia
This mirror function will return all image info including snapshots. Now Qemu have both query-image and query-block interfaces, and qemu-img share the code for image info retrieving with qemu emulator. Signed-off-by: Wenchao Xia --- block.c | 16 qapi-schema.json |