3 Feb
2025
3 Feb
'25
10:29 a.m.
On Mon, Nov 18, 2024 at 19:24:24 +0530, Harikumar R wrote: This will most likely need to be reimplemented by querying the data from the XML as the API itself IMO doesn't make too much sense to exist as it simply queries what we've set.
are you suggesting to use qemuDomainGetXMLDesc() to get the data instead of qemuDomainGetThrottleGroup->qemuMonitorGetThrottleGroup->qemuMonitorJSONGetThrottleGroup() /src/qemu/qemu_driver.c 20346 --- qemuDomainObjEnterMonitor(vm); --- rc = qemuMonitorGetThrottleGroup(qemuDomainGetMonitor(vm), groupname, reply); --- qemuDomainObjExitMonitor(vm); +++ qemuDomainGetXMLDesc