Re: [Qemu-devel] [PATCH V2 2/3] block: Use bdrv_get_backing_file_ancestors_count()

2012-07-25 Thread Kevin Wolf
Am 25.07.2012 13:42, schrieb Benoît Canet: > Le Wednesday 25 Jul 2012 à 13:19:15 (+0200), Kevin Wolf a écrit : >> Am 25.07.2012 13:15, schrieb Benoît Canet: >>> Le Wednesday 25 Jul 2012 à 12:57:05 (+0200), Kevin Wolf a écrit : Am 25.07.2012 10:11, schrieb benoit.ca...@gmail.com: > From: Be

Re: [Qemu-devel] [PATCH V2 2/3] block: Use bdrv_get_backing_file_ancestors_count()

2012-07-25 Thread Benoît Canet
Le Wednesday 25 Jul 2012 à 13:19:15 (+0200), Kevin Wolf a écrit : > Am 25.07.2012 13:15, schrieb Benoît Canet: > > Le Wednesday 25 Jul 2012 à 12:57:05 (+0200), Kevin Wolf a écrit : > >> Am 25.07.2012 10:11, schrieb benoit.ca...@gmail.com: > >>> From: Benoît Canet > >>> > >>> Use the dedicated coun

Re: [Qemu-devel] [PATCH V2 2/3] block: Use bdrv_get_backing_file_ancestors_count()

2012-07-25 Thread Kevin Wolf
Am 25.07.2012 13:15, schrieb Benoît Canet: > Le Wednesday 25 Jul 2012 à 12:57:05 (+0200), Kevin Wolf a écrit : >> Am 25.07.2012 10:11, schrieb benoit.ca...@gmail.com: >>> From: Benoît Canet >>> >>> Use the dedicated counting function in qmp_query_block in order to >>> propagate the backing file co

Re: [Qemu-devel] [PATCH V2 2/3] block: Use bdrv_get_backing_file_ancestors_count()

2012-07-25 Thread Benoît Canet
Le Wednesday 25 Jul 2012 à 12:57:05 (+0200), Kevin Wolf a écrit : > Am 25.07.2012 10:11, schrieb benoit.ca...@gmail.com: > > 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 Ca

Re: [Qemu-devel] [PATCH V2 2/3] block: Use bdrv_get_backing_file_ancestors_count()

2012-07-25 Thread Kevin Wolf
Am 25.07.2012 10:11, schrieb benoit.ca...@gmail.com: > 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 V2 2/3] block: Use bdrv_get_backing_file_ancestors_count()

2012-07-25 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