Re: [Qemu-devel] [PULL 06/10] throttle: Add throttle group support

2015-06-15 Thread Eric Blake
On 06/12/2015 08:57 AM, Stefan Hajnoczi wrote: > From: Alberto Garcia > > The throttle group support use a cooperative round robin scheduling > algorithm. > > The principles of the algorithm are simple: > - Each BDS of the group is used as a token in a circular way. > - The active BDS computes i

[Qemu-devel] [PULL 06/10] throttle: Add throttle group support

2015-06-12 Thread Stefan Hajnoczi
From: Alberto Garcia The throttle group support use a cooperative round robin scheduling algorithm. The principles of the algorithm are simple: - Each BDS of the group is used as a token in a circular way. - The active BDS computes if a wait must be done and arms the right timer. - If a wait m