block: Move I/O throttling configuration functions to BlockBackend
commit97148076e8beebbcab11e5cb581d8508722143fc
authorKevin Wolf <kwolf@redhat.com>
Mon, 21 Mar 2016 12:53:52 +0000 (21 13:53 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 19 May 2016 14:45:30 +0000 (19 16:45 +0200)
tree91559d8ee9a2eb38d10c37dae15b530c93bae092
parent441565b2792d4ee9ee1928a8d14538be39211292
block: Move I/O throttling configuration functions to BlockBackend

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
block.c
block/block-backend.c
block/io.c
block/qapi.c
block/throttle-groups.c
blockdev.c
include/block/block.h
include/block/block_int.h
include/block/throttle-groups.h
include/sysemu/block-backend.h
tests/test-throttle.c