]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
throttle: Merge all functions that check the configuration into one
authorAlberto Garcia <berto@igalia.com>
Thu, 18 Feb 2016 10:26:59 +0000 (12:26 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 22 Feb 2016 13:08:05 +0000 (14:08 +0100)
commitd5851089a8a77d5c23e8d5fffb5b99265009ba62
tree3a978eb49641dc0db025fc7f3e27458c41400b9c
parent6f9b6d57ae3cd8a5f82e06f79d22e7a591116b5b
throttle: Merge all functions that check the configuration into one

There's no need to keep throttle_conflicting(), throttle_is_valid()
and throttle_max_is_missing_limit() as separate functions, so this
patch merges all three into one.

As a consequence, check_throttle_config() becomes redundant and can be
replaced with throttle_is_valid().

Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c
include/qemu/throttle.h
tests/test-throttle.c
util/throttle.c