δΊ 2013-3-9 7:08, Eric Blake ει:
On 03/06/2013 11:07 PM, Wenchao Xia wrote:
This patch adds function bdrv_query_image_info(), which will
retrieve image info in qmp object format. The implementation are
s/are/is/
OK.
based on the code moved from qemu-img.c, but use block layer
s/use/uses/
OK.
function to get snapshot info.
Signed-off-by: Wenchao Xia <xiaw...@linux.vnet.ibm.com>
---
block/qapi.c | 39 ++++++++++++++++++++++++++++++++-------
include/block/qapi.h | 7 +++----
qemu-img.c | 7 ++-----
3 files changed, 37 insertions(+), 16 deletions(-)
Reviewed-by: Eric Blake <ebl...@redhat.com>
--
Best Regards
Wenchao Xia