]> git.proxmox.com Git - mirror_qemu.git/commit
throttle: Make throttle_max_is_missing_limit() set errp
authorAlberto Garcia <berto@igalia.com>
Thu, 18 Feb 2016 10:26:56 +0000 (12:26 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 22 Feb 2016 13:08:04 +0000 (14:08 +0100)
commit45b2d418e05e8b3cce9c8370ef6daac4b073b57a
tree4bcebda5c925398f33c777066b6fd1317d43d16f
parent6921b1809507797752b039b2892fc33bf6bccb7e
throttle: Make throttle_max_is_missing_limit() set errp

The caller does not need to set it, and this will allow us to refactor
this function later.

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