Re: [PATCH v2 09/23] src: expand docs for guest info array handling

2025-03-11 Thread Peter Krempa
On Tue, Mar 11, 2025 at 14:24:15 +, Daniel P. Berrangé wrote: > Give an overview of how arrays are handled and represented in > the typed parameters returned by the guest info API. > > Signed-off-by: Daniel P. Berrangé > --- > src/libvirt-domain.c | 50 +++

[PATCH v2 09/23] src: expand docs for guest info array handling

2025-03-11 Thread Daniel P . Berrangé
Give an overview of how arrays are handled and represented in the typed parameters returned by the guest info API. Signed-off-by: Daniel P. Berrangé --- src/libvirt-domain.c | 50 1 file changed, 50 insertions(+) diff --git a/src/libvirt-domain.c b/s