Re: [Qemu-devel] [PATCH 2/7] throttle: Add throttle group infrastructure

2015-04-09 Thread Stefan Hajnoczi
On Mon, Mar 30, 2015 at 07:19:40PM +0300, Alberto Garcia wrote: > Signed-off-by: Alberto Garcia > --- > block/Makefile.objs | 1 + > block/throttle-groups.c | 261 > > include/block/block_int.h | 1 + > include/block/throttle

[Qemu-devel] [PATCH 2/7] throttle: Add throttle group infrastructure

2015-03-30 Thread Alberto Garcia
Signed-off-by: Alberto Garcia --- block/Makefile.objs | 1 + block/throttle-groups.c | 261 include/block/block_int.h | 1 + include/block/throttle-groups.h | 39 ++ 4 files changed, 302 insertions(+) create mode 100644

[Qemu-devel] [PATCH 2/7] throttle: Add throttle group infrastructure

2015-03-30 Thread Alberto Garcia
Signed-off-by: Alberto Garcia --- block/Makefile.objs | 1 + block/throttle-groups.c | 261 include/block/block_int.h | 1 + include/block/throttle-groups.h | 39 ++ 4 files changed, 302 insertions(+) create mode 100644

[Qemu-devel] [PATCH 2/7] throttle: Add throttle group infrastructure

2015-03-26 Thread Alberto Garcia
Signed-off-by: Alberto Garcia --- block/Makefile.objs | 1 + block/throttle-groups.c | 254 include/block/block_int.h | 1 + include/block/throttle-groups.h | 39 ++ 4 files changed, 295 insertions(+) create mode 100644