Re: [Qemu-devel] [PATCH v3 05/12] block/json: Add functions for cache control

2014-04-10 Thread Benoît Canet
The Thursday 10 Apr 2014 à 20:43:36 (+0200), Max Reitz wrote : > Add passthrough functions for bdrv_aio_flush() and > bdrv_invalidate_cache(). > > Signed-off-by: Max Reitz > --- > block/json.c | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/block/json.c b/block/json.c

[Qemu-devel] [PATCH v3 05/12] block/json: Add functions for cache control

2014-04-10 Thread Max Reitz
Add passthrough functions for bdrv_aio_flush() and bdrv_invalidate_cache(). Signed-off-by: Max Reitz --- block/json.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/block/json.c b/block/json.c index 591bc47..0e2d518 100644 --- a/block/json.c +++ b/block/json.c @@ -88,6 +88,