mirror of https://gitee.com/openkylin/libvirt.git
Fix qemu job handling in SetSchedulerParameters
Commit c5ee5cf
added a job to SetSchedulerParameters, but
forgot to change one label in the SCHED_RANGE_CHECK macro.
This commit is contained in:
parent
862473fa12
commit
a7c9c7a6ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue