[libvirt] [PATCH] Fix qemu job handling in SetSchedulerParameters

Peter Krempa pkrempa at redhat.com
Tue Feb 10 13:44:45 UTC 2015


On Tue, Feb 10, 2015 at 14:41:49 +0100, Ján Tomko wrote:
> Commit c5ee5cf added a job to SetSchedulerParameters, but
> forgot to change one label in the SCHED_RANGE_CHECK macro.
> ---
> Not yet released.
> 
>  src/qemu/qemu_driver.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index 1614340..e3ca437 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -9740,7 +9740,7 @@ qemuSetEmulatorBandwidthLive(virDomainObjPtr vm, virCgroupPtr cgroup,
>                         _("value of '%s' is out of range [%lld, %lld]"),     \
>                         NAME, MIN, MAX);                                     \
>          rc = -1;                                                            \
> -        goto cleanup;                                                       \
> +        goto endjob;                                                        \
>      }
>  
>  static int

ACK, I've already installed my bunny ears of shame.

Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150210/50006807/attachment-0001.sig>


More information about the libvir-list mailing list