[libvirt] [PATCH 0/4] qemu: process: Fix memleaks on VM restart

Peter Krempa posted 4 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1493211777.git.pkrempa@redhat.com
src/qemu/qemu_domain_address.c |  1 -
src/qemu/qemu_process.c        | 15 +++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
[libvirt] [PATCH 0/4] qemu: process: Fix memleaks on VM restart
Posted by Peter Krempa 6 years, 11 months ago
Few leaks with automatic pinning, USB addresses and TLS migration, since
the private data structure needs to be cleared manually in qemuProcessStop.

Peter Krempa (4):
  qemu: process: Clean automatic NUMA/cpu pinning information on
    shutdown
  qemu: process: Don't leak priv->usbaddrs after VM restart
  qemu: process: Clean up priv->migTLSAlias
  qemu: Move freeing of PCI address list to qemuProcessStop

 src/qemu/qemu_domain_address.c |  1 -
 src/qemu/qemu_process.c        | 15 +++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

-- 
2.12.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/4] qemu: process: Fix memleaks on VM restart
Posted by John Ferlan 6 years, 11 months ago

On 04/26/2017 09:03 AM, Peter Krempa wrote:
> Few leaks with automatic pinning, USB addresses and TLS migration, since
> the private data structure needs to be cleared manually in qemuProcessStop.
> 
> Peter Krempa (4):
>   qemu: process: Clean automatic NUMA/cpu pinning information on
>     shutdown
>   qemu: process: Don't leak priv->usbaddrs after VM restart
>   qemu: process: Clean up priv->migTLSAlias
>   qemu: Move freeing of PCI address list to qemuProcessStop
> 
>  src/qemu/qemu_domain_address.c |  1 -
>  src/qemu/qemu_process.c        | 15 +++++++++++++++
>  2 files changed, 15 insertions(+), 1 deletion(-)
> 

ACK series,

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list