Re: [PATCH v5 16/18] virsh: Add support for throttle group operations

2025-02-03 Thread Peter Krempa
On Mon, Feb 03, 2025 at 09:29:52 -, Harikumar Rajkumar wrote: > > 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 queri

Re: [PATCH v5 16/18] virsh: Add support for throttle group operations

2025-02-03 Thread Harikumar Rajkumar
> 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 ge

Re: [PATCH v5 16/18] virsh: Add support for throttle group operations

2025-01-24 Thread Peter Krempa
On Mon, Nov 18, 2024 at 19:24:24 +0530, Harikumar R wrote: > From: Chun Feng Wu > > Implement new throttle cmds > > * Add new virsh cmds: domthrottlegroupset, domthrottlegrouplist, > domthrottlegroupinfo, domthrottlegroupdel > * Add doc for new cmds at docs/manpages/virsh.rst > * Add cmd helpe