On Fri 22 Apr 2016 07:42:32 PM CEST, Kevin Wolf wrote: > As a first step towards moving I/O throttling to the BlockBackend level, > this patch changes all pointers in struct ThrottleGroup from referencing > a BlockDriverState to referencing a BlockBackend. > > This change is valid because we made sure that throttling can only be > enabled on BDSes which have a BB attached. > > Signed-off-by: Kevin Wolf <kw...@redhat.com>
Reviewed-by: Alberto Garcia <be...@igalia.com> Berto