Re: [Qemu-devel] [PATCH v2 06/13] block: Move actual I/O throttling to BlockBackend

2016-05-04 Thread Alberto Garcia
On Fri 22 Apr 2016 07:42:35 PM CEST, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf Reviewed-by: Alberto Garcia Berto

[Qemu-devel] [PATCH v2 06/13] block: Move actual I/O throttling to BlockBackend

2016-04-22 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- block/block-backend.c | 10 ++ block/io.c | 10 -- block/throttle-groups.c | 5 ++--- include/block/throttle-groups.h | 2 +- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/block/block-backend