Re: [Qemu-devel] [PATCH v3 07/12] block/json: Add bdrv_co_get_block_status()

2014-04-10 Thread Max Reitz
On 10.04.2014 20:58, Benoît Canet wrote: The Thursday 10 Apr 2014 à 20:43:38 (+0200), Max Reitz wrote : Implement this function by passing it through to bs->file. Signed-off-by: Max Reitz --- block/json.c | 8 1 file changed, 8 insertions(+) diff --git a/block/json.c b/block/json.

Re: [Qemu-devel] [PATCH v3 07/12] block/json: Add bdrv_co_get_block_status()

2014-04-10 Thread Benoît Canet
The Thursday 10 Apr 2014 à 20:43:38 (+0200), Max Reitz wrote : > Implement this function by passing it through to bs->file. > > Signed-off-by: Max Reitz > --- > block/json.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/block/json.c b/block/json.c > index cb83780..dfeec81 100

[Qemu-devel] [PATCH v3 07/12] block/json: Add bdrv_co_get_block_status()

2014-04-10 Thread Max Reitz
Implement this function by passing it through to bs->file. Signed-off-by: Max Reitz --- block/json.c | 8 1 file changed, 8 insertions(+) diff --git a/block/json.c b/block/json.c index cb83780..dfeec81 100644 --- a/block/json.c +++ b/block/json.c @@ -110,6 +110,13 @@ static coroutine_f