Re: [PATCH v3 08/25] util: typedparam: Introduce 'virTypedParamListConcat'

2023-04-19 Thread Martin Kletzander
On Wed, Apr 19, 2023 at 02:04:25PM +0200, Peter Krempa wrote: Introduce a helper function to concatenate two virTypedParamLists. This will allow us to refactor qemuDomainGetStatsBlock to not access the list directly. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 +

Re: [PATCH v3 08/25] util: typedparam: Introduce 'virTypedParamListConcat'

2023-04-19 Thread Ján Tomko
On a Wednesday in 2023, Peter Krempa wrote: Introduce a helper function to concatenate two virTypedParamLists. This will allow us to refactor qemuDomainGetStatsBlock to not access the list directly. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 + src/util/virtypedparam.c | 24

[PATCH v3 08/25] util: typedparam: Introduce 'virTypedParamListConcat'

2023-04-19 Thread Peter Krempa
Introduce a helper function to concatenate two virTypedParamLists. This will allow us to refactor qemuDomainGetStatsBlock to not access the list directly. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 + src/util/virtypedparam.c | 24