On 7/9/21 3:23 PM, Tim Wiederhake wrote: > See https://listman.redhat.com/archives/libvir-list/2021-July/msg00163.html > > Changes since V1: > * Fixed a mistake in the copy-out of virQEMUCapsGetMachineTypesCaps, where > the array was allocated with the un-adjusted size. > > Tim Wiederhake (2): > virQEMUCapsGetMachineTypesCaps: Use GPtrArray > viralloc: Delete VIR_INSERT_ELEMENT_COPY and > VIR_INSERT_ELEMENT_COPY_INPLACE > > src/qemu/qemu_capabilities.c | 37 ++++++++++++++++++------------------ > src/util/viralloc.h | 22 ++++----------------- > 2 files changed, 22 insertions(+), 37 deletions(-) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal