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
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
>> +
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 |
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