Re: [Qemu-devel] [PATCH V2 06/11] qmp: add interface query-images.

2013-01-09 Thread Eric Blake
On 01/08/2013 10:12 PM, Wenchao Xia wrote: > This mirror function will return all image info including > snapshots. Now Qemu have both query-images and query-block > interfaces. > > V2: > Redesign the interface, it will show related block device name now. > Added counter part in qmp-commands

[Qemu-devel] [PATCH V2 06/11] qmp: add interface query-images.

2013-01-08 Thread Wenchao Xia
This mirror function will return all image info including snapshots. Now Qemu have both query-images and query-block interfaces. V2: Redesign the interface, it will show related block device name now. Added counter part in qmp-commands.hx. Using plurals in API name. Signed-off-by: Wenchao