[libvirt PATCH 0/4] Some memory leaks related fixes

Tim Wiederhake posted 4 patches 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210420112752.137256-1-twiederh@redhat.com
src/conf/cpu_conf.c          |  3 +--
src/libxl/xen_common.c       |  1 -
src/qemu/qemu_capabilities.c |  9 +++++++++
src/qemu/qemu_capspriv.h     |  4 ++++
src/util/virxml.c            | 13 ++++++-------
src/util/virxml.h            |  1 -
tests/qemuxml2argvtest.c     |  8 ++++----
7 files changed, 24 insertions(+), 15 deletions(-)
[libvirt PATCH 0/4] Some memory leaks related fixes
Posted by Tim Wiederhake 3 years ago
Patch #1 is a resend of
https://listman.redhat.com/archives/libvir-list/2021-April/msg00600.html

Patch #2 is a fix for a mistake in
https://listman.redhat.com/archives/libvir-list/2021-April/msg00782.html

Patches #3 and #4 are the replacement for
https://listman.redhat.com/archives/libvir-list/2021-April/msg00643.html

Cheers,
Tim

Tim Wiederhake (4):
  virxml: Fix schema validation of individual nodes
  xenParseHypervisorFeatures: Remove superfluous VIR_FREE
  qemu: Introduce virQEMUCapsUpdateHostCPUModel
  testUpdateQEMUCaps: Fix memory leak

 src/conf/cpu_conf.c          |  3 +--
 src/libxl/xen_common.c       |  1 -
 src/qemu/qemu_capabilities.c |  9 +++++++++
 src/qemu/qemu_capspriv.h     |  4 ++++
 src/util/virxml.c            | 13 ++++++-------
 src/util/virxml.h            |  1 -
 tests/qemuxml2argvtest.c     |  8 ++++----
 7 files changed, 24 insertions(+), 15 deletions(-)

-- 
2.26.3


Re: [libvirt PATCH 0/4] Some memory leaks related fixes
Posted by Michal Privoznik 3 years ago
On 4/20/21 1:27 PM, Tim Wiederhake wrote:
> Patch #1 is a resend of
> https://listman.redhat.com/archives/libvir-list/2021-April/msg00600.html
> 
> Patch #2 is a fix for a mistake in
> https://listman.redhat.com/archives/libvir-list/2021-April/msg00782.html
> 
> Patches #3 and #4 are the replacement for
> https://listman.redhat.com/archives/libvir-list/2021-April/msg00643.html
> 
> Cheers,
> Tim
> 
> Tim Wiederhake (4):
>    virxml: Fix schema validation of individual nodes
>    xenParseHypervisorFeatures: Remove superfluous VIR_FREE
>    qemu: Introduce virQEMUCapsUpdateHostCPUModel
>    testUpdateQEMUCaps: Fix memory leak
> 
>   src/conf/cpu_conf.c          |  3 +--
>   src/libxl/xen_common.c       |  1 -
>   src/qemu/qemu_capabilities.c |  9 +++++++++
>   src/qemu/qemu_capspriv.h     |  4 ++++
>   src/util/virxml.c            | 13 ++++++-------
>   src/util/virxml.h            |  1 -
>   tests/qemuxml2argvtest.c     |  8 ++++----
>   7 files changed, 24 insertions(+), 15 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal