]> git.proxmox.com Git - mirror_qemu.git/commit
throttle: Make throttle_conflicting() set errp
authorAlberto Garcia <berto@igalia.com>
Thu, 18 Feb 2016 10:26:55 +0000 (12:26 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 22 Feb 2016 13:08:04 +0000 (14:08 +0100)
commit6921b1809507797752b039b2892fc33bf6bccb7e
tree9496066fc293a88a2732242a4d68232562aef9e1
parent3c9242f5ae8ca37bb5775747e34999fe8cdfee2f
throttle: Make throttle_conflicting() 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