Re: [libvirt] [PATCH 2/3] cgroup: Implement blkio.weight tuning API.

2011-01-28 Thread Eric Blake
On 01/26/2011 05:42 AM, Daniel P. Berrange wrote: > On Sun, Jan 23, 2011 at 02:18:55PM +0800, Gui Jianfeng wrote: >> Implement blkio.weight tuning API. >> >> Signed-off-by: Gui Jianfeng > > ACK I saw that 1 and 2 had been ACK'd, and was about to push, but then I looked further and saw that 3 had

Re: [libvirt] [PATCH 2/3] cgroup: Implement blkio.weight tuning API.

2011-01-26 Thread Daniel P. Berrange
On Sun, Jan 23, 2011 at 02:18:55PM +0800, Gui Jianfeng wrote: > Implement blkio.weight tuning API. > > Signed-off-by: Gui Jianfeng > --- > src/libvirt_private.syms |2 ++ > src/util/cgroup.c| 36 > src/util/cgroup.h|3 +++ > 3 files

[libvirt] [PATCH 2/3] cgroup: Implement blkio.weight tuning API.

2011-01-22 Thread Gui Jianfeng
Implement blkio.weight tuning API. Signed-off-by: Gui Jianfeng --- src/libvirt_private.syms |2 ++ src/util/cgroup.c| 36 src/util/cgroup.h|3 +++ 3 files changed, 41 insertions(+), 0 deletions(-) diff --git a/src/libvirt_private.sy