On Wed, Feb 19, 2025 at 22:27:07 +0530, Harikumar Rajkumar wrote: > From: Chun Feng Wu <danielwuwy@xxxxxxx> > > Introduce throttlegroup into domain and provide corresponding methods > > * Define new struct 'virDomainThrottleGroupDef' and corresponding destructor > * Add operations(Add, Update, Del, ByName, Copy, Free) for 'virDomainThrottleGroupDef' > * Update _virDomainDef to include virDomainThrottleGroupDef > * Support new resource "Parse" and "Format" for operations between struct and DOM XML > * Make sure "group_name" is defined in xml > > Signed-off-by: Chun Feng Wu <danielwuwy@xxxxxxx> > > * Validation check for zero throttle groups. > * Update of code documentation comments. > > Signed-off-by: Harikumar Rajkumar <harirajkumar230@xxxxxxxxx> > --- Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>