summaryrefslogtreecommitdiffstats
path: root/include/qemu
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-08-14 15:51:24 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-08-14 15:51:24 +0100
commit8e0adf64140ab93aba79be2f0227a47eda78e464 (patch)
treef9de7df220b45ac9eb8dd8c2390dad874728b175 /include/qemu
parentbe1f13ac9d9fc21908975460652a72f5f0c018c5 (diff)
parent92e11a17612108b1729bde4ce61aad0cc1ce5889 (diff)
downloadhqemu-8e0adf64140ab93aba79be2f0227a47eda78e464.zip
hqemu-8e0adf64140ab93aba79be2f0227a47eda78e464.tar.gz
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
# gpg: Signature made Fri 14 Aug 2015 15:41:14 BST using RSA key ID 81AB73C8 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" # gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" * remotes/stefanha/tags/block-pull-request: throttle: add throttle_max_is_missing_limit() test throttle: refuse bps_max/iops_max without bps/iops Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/qemu')
-rw-r--r--include/qemu/throttle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qemu/throttle.h b/include/qemu/throttle.h
index 995b2d5..12faaad 100644
--- a/include/qemu/throttle.h
+++ b/include/qemu/throttle.h
@@ -114,6 +114,8 @@ bool throttle_conflicting(ThrottleConfig *cfg);
bool throttle_is_valid(ThrottleConfig *cfg);
+bool throttle_max_is_missing_limit(ThrottleConfig *cfg);
+
void throttle_config(ThrottleState *ts,
ThrottleTimers *tt,
ThrottleConfig *cfg);
OpenPOWER on IntegriCloud