From: Peter Krempa Date: Fri, 16 Jan 2026 15:39:49 +0000 (+0100) Subject: qemuDomainSetThrottleGroup: Don't put group name into the 'tunable' event twice X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adcc14e1538433ec1b2f4b103cdf641917e63242;p=thirdparty%2Flibvirt.git qemuDomainSetThrottleGroup: Don't put group name into the 'tunable' event twice 'qemuDomainSetBlockIoTuneFields' already populates the contents of the VIR_DOMAIN_EVENT_ID_TUNABLE params with the group name so there's no need to do it explicitly. We'd report the group name twice: event 'tunable' for domain 'cd': blkdeviotune.group_name: asdf blkdeviotune.total_bytes_sec: 1234 blkdeviotune.group_name: asdf Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 9addad3b9e..cdd333c882 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -20387,10 +20387,6 @@ qemuDomainSetThrottleGroup(virDomainPtr dom, if (virDomainObjGetDefs(vm, flags, &def, &persistentDef) < 0) goto endjob; - if (virTypedParamsAddString(&eventParams, &eventNparams, &eventMaxparams, - VIR_DOMAIN_TUNABLE_BLKDEV_GROUP_NAME, groupname) < 0) - goto endjob; - if (qemuDomainSetBlockIoTuneFields(&info, params, nparams,