commit | 27ccdd52598290f0f8b58be56e235aff7aebfaf3 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Mar 21 12:56:44 2016 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu May 19 16:45:30 2016 +0200 |
tree | 3eae4aa48f08ad96ad0a9461ea52cf1ef160d0fc | |
parent | 49d2165d7d6b589d1ea28b15a8874c417bdc55ed [diff] |
block: Move throttling fields from BDS to BB This patch changes where the throttling state is stored (used to be the BlockDriverState, now it is the BlockBackend), but it doesn't actually make it a BB level feature yet. For example, throttling is still disabled when the BDS is detached from the BB. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com>