Re: [Qemu-devel] [PATCH V5 2/4] block: Use bdrv_get_backing_file_depth()

2012-07-30 Thread Luiz Capitulino
On Mon, 30 Jul 2012 10:48:49 -0600 Eric Blake wrote: > On 07/30/2012 10:32 AM, Luiz Capitulino wrote: > > On Thu, 26 Jul 2012 15:18:19 +0200 > > benoit.ca...@gmail.com wrote: > > > >> From: Benoît Canet > >> > >> Use the dedicated counting function in qmp_query_block in order to > >> propagate

Re: [Qemu-devel] [PATCH V5 2/4] block: Use bdrv_get_backing_file_depth()

2012-07-30 Thread Eric Blake
On 07/30/2012 10:32 AM, Luiz Capitulino wrote: > On Thu, 26 Jul 2012 15:18:19 +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 depth to HMP. >> >> Signed-off-by: Benoit Canet >> +

Re: [Qemu-devel] [PATCH V5 2/4] block: Use bdrv_get_backing_file_depth()

2012-07-30 Thread Luiz Capitulino
On Thu, 26 Jul 2012 15:18:19 +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 depth to HMP. > > Signed-off-by: Benoit Canet > --- > block.c |3 +++ > qapi-schema.json |

[Qemu-devel] [PATCH V5 2/4] block: Use bdrv_get_backing_file_depth()

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