Re: [Qemu-devel] [PATCH V7 08/14] qmp: add interface query-images.

2013-03-03 Thread Wenchao Xia
>>> >>>## >>> +# @query-images: >>> +# >>> +# Get a list of DeviceImageInfo for all virtual block devices. >> >> # Get block device image information >> >OK. > >>> +# >>> +# @device: #optional the name of the device to get image info from. If not >>> +# specified, all block de

Re: [Qemu-devel] [PATCH V7 08/14] qmp: add interface query-images.

2013-02-27 Thread Wenchao Xia
于 2013-2-28 0:00, Markus Armbruster 写道: > Humor me: no period at end of subject, please > OK. > First pass, concentrating on interfaces, implementation mostly ignored. > > Wenchao Xia writes: > >>This mirror function will return all image info including >> snapshots, if specified backing

Re: [Qemu-devel] [PATCH V7 08/14] qmp: add interface query-images.

2013-02-27 Thread Markus Armbruster
Humor me: no period at end of subject, please First pass, concentrating on interfaces, implementation mostly ignored. Wenchao Xia writes: > This mirror function will return all image info including > snapshots, if specified backing image's info will also be returned. > Now Qemu have both quer

[Qemu-devel] [PATCH V7 08/14] qmp: add interface query-images.

2013-02-26 Thread Wenchao Xia
This mirror function will return all image info including snapshots, if specified backing image's info will also be returned. Now Qemu have both query-images and query-block interfaces. Signed-off-by: Wenchao Xia --- block.c | 83 +