[Qemu-block] [PATCH v5 03/42] throttle: Support compressed writes

2019-06-12 Thread Max Reitz
Signed-off-by: Max Reitz --- block/throttle.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/block/throttle.c b/block/throttle.c index f64dcc27b9..de1b6bd7e8 100644 --- a/block/throttle.c +++ b/block/throttle.c @@ -152,6 +152,15 @@ static int coroutine_fn throttle_co_pdiscard(Bl

Re: [Qemu-block] [PATCH v5 03/42] throttle: Support compressed writes

2019-06-13 Thread Vladimir Sementsov-Ogievskiy
13.06.2019 1:09, Max Reitz wrote: > Signed-off-by: Max Reitz Reviewed-by: Vladimir Sementsov-Ogievskiy > --- > block/throttle.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/block/throttle.c b/block/throttle.c > index f64dcc27b9..de1b6bd7e8 100644 > --- a/block/thrott