Re: [PATCH v8 03/18] config: Introduce ThrottleGroup and corresponding XML parsing

2025-03-03 Thread Peter Krempa
On Wed, Feb 19, 2025 at 22:27:07 +0530, Harikumar Rajkumar wrote: > From: Chun Feng Wu > > Introduce throttlegroup into domain and provide corresponding methods > > * Define new struct 'virDomainThrottleGroupDef' and corresponding destructor > * Add operations(Add, Update, Del, ByName, Copy, Fre

[PATCH v8 03/18] config: Introduce ThrottleGroup and corresponding XML parsing

2025-02-19 Thread Harikumar Rajkumar
From: Chun Feng Wu 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 virDomai