aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-04-07 18:33:31 +0200
committerKevin Wolf <kwolf@redhat.com>2016-05-12 15:22:07 +0200
commita72f641407f4a59c3adb710a821736166a484b7f (patch)
tree5cafa18b3a027171f74ec3c88a5e2f55e5740c61 /include
parent733bbc8ceaeeb771da55662cccd915afeb78cd01 (diff)
downloadqemu-a72f641407f4a59c3adb710a821736166a484b7f.zip
qemu-a72f641407f4a59c3adb710a821736166a484b7f.tar.gz
qemu-a72f641407f4a59c3adb710a821736166a484b7f.tar.bz2
block: move restarting of throttled reqs to block/throttle-groups.c
We want to remove throttled_reqs from block/io.c. This is the easy part---hide the handling of throttled_reqs during disable/enable of throttling within throttle-groups.c. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/block/throttle-groups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/block/throttle-groups.h b/include/block/throttle-groups.h
index aba28f3..395f72d 100644
--- a/include/block/throttle-groups.h
+++ b/include/block/throttle-groups.h
@@ -38,6 +38,7 @@ void throttle_group_get_config(BlockDriverState *bs, ThrottleConfig *cfg);
void throttle_group_register_bs(BlockDriverState *bs, const char *groupname);
void throttle_group_unregister_bs(BlockDriverState *bs);
+void throttle_group_restart_bs(BlockDriverState *bs);
void coroutine_fn throttle_group_co_io_limits_intercept(BlockDriverState *bs,
unsigned int bytes,