Re: [Qemu-devel] [PATCH 2/3] block: Use file_ancestors_count() in qmp_query_block

2012-07-24 Thread Luiz Capitulino
On Mon, 23 Jul 2012 16:56:54 +0200 benoit.ca...@gmail.com wrote: > From: Benoît Canet > > Use the dedicated counting function in qmp_query_block in order to > propagate the backing file count to HMP. > > Signed-off-by: Benoit Canet > --- > block.c |2 ++ > qapi-schema.json |9

[Qemu-devel] [PATCH 2/3] block: Use file_ancestors_count() in qmp_query_block

2012-07-23 Thread benoit . canet
From: Benoît Canet Use the dedicated counting function in qmp_query_block in order to propagate the backing file count to HMP. Signed-off-by: Benoit Canet --- block.c |2 ++ qapi-schema.json |9 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/block.c b