Re: [PATCH 11/19] src: add constants for domain stats 'vcpu.' parameters

2025-03-11 Thread Peter Krempa
On Tue, Mar 11, 2025 at 14:01:38 +, Daniel P. Berrangé wrote: > On Thu, Mar 06, 2025 at 03:43:18PM +0100, Peter Krempa wrote: > > On Tue, Mar 04, 2025 at 14:04:06 +, Daniel P. Berrangé wrote: > > > Contrary to most APIs returning typed parameters, there are no constants > > > defined for th

Re: [PATCH 11/19] src: add constants for domain stats 'vcpu.' parameters

2025-03-11 Thread Daniel P . Berrangé
On Thu, Mar 06, 2025 at 03:43:18PM +0100, Peter Krempa wrote: > On Tue, Mar 04, 2025 at 14:04:06 +, Daniel P. Berrangé wrote: > > Contrary to most APIs returning typed parameters, there are no constants > > defined for the domain stats data keys. This is was because many of the > > keys needs t

Re: [PATCH 11/19] src: add constants for domain stats 'vcpu.' parameters

2025-03-06 Thread Peter Krempa
On Tue, Mar 04, 2025 at 14:04:06 +, Daniel P. Berrangé wrote: > Contrary to most APIs returning typed parameters, there are no constants > defined for the domain stats data keys. This is was because many of the > keys needs to be dynamically constructed using one or more array index > values. >