From: BenoƮt Canet Date: Thu, 2 Aug 2012 08:22:49 +0000 (+0200) Subject: hmp: show the backing file depth X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~3814^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75115d9569164b99a52847450d5133af62f3d370;p=sdk%2Femulator%2Fqemu.git hmp: show the backing file depth Signed-off-by: Benoit Canet Reviewed-by: Eric Blake Signed-off-by: Luiz Capitulino --- diff --git a/hmp.c b/hmp.c index 6b72a64..25688ab 100644 --- a/hmp.c +++ b/hmp.c @@ -227,6 +227,8 @@ void hmp_info_block(Monitor *mon) if (info->value->inserted->has_backing_file) { monitor_printf(mon, " backing_file="); monitor_print_filename(mon, info->value->inserted->backing_file); + monitor_printf(mon, " backing_file_depth=%" PRId64, + info->value->inserted->backing_file_depth); } monitor_printf(mon, " ro=%d drv=%s encrypted=%d", info->value->inserted->ro,