> On Wed, Feb 12, 2025 at 04:05:19PM +0530, Harikumar Rajkumar wrote: > > It is helpful to provide a slightly more detailed summary of > what the patch series is doing when posting such a large > series. > > Also when posting repeated new versions of a series, can you > try to provide a bullet point summary of the important changes > vs the previous versions in the cover letter, so reviewers > have some guidance of what to look out for. This patch version 7, addresses the feedback provided on patch version 5 (referenced https://lists.libvirt.org/archives/list/devel@xxxxxxxxxxxxxxxxx/message/VUW7AKTYMM2S7EEVQLY3DN7YE7ON5NQZ/), which includes the following modifications: - Reimplementation of the "get throttle group" to query from the XML. - Allowing the SET API to reset the throttle group config fields to its default in QEMU. - Updating the version to 11.1.0. - Implementing various coding style changes as suggested. - Removal of unnecessary comments.