Re: [Qemu-devel] [PATCH v3 0/6] Block Throttle Group Support

2015-03-24 Thread Stefan Hajnoczi
On Tue, Mar 10, 2015 at 05:30:44PM +0200, Alberto Garcia wrote: > Here's what's new: Thanks for the cleanup! The locking isn't safe yet but the series is in pretty good shape overall. Please see comments on individual patches for details. Stefan pgpBl24v56at7.pgp Description: PGP signature

[Qemu-devel] [PATCH v3 0/6] Block Throttle Group Support

2015-03-10 Thread Alberto Garcia
Hello, here's the new version of the block throttling patches. After the discussions from the previous thread, this one is significantly rewritten from the original code. The main change is in the group throttling API, which is -I believe- much simpler now. The code in block.c and throttle.c also