[PATCH 0/4] vCPU hotunplug related memory leaks

Mark Kanda posted 4 patches 2 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220126142946.667782-1-mark.kanda@oracle.com
Maintainers: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Eduardo Habkost <eduardo@habkost.net>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Yanan Wang <wangyanan55@huawei.com>
There is a newer version of this series
cpu.c             | 1 +
softmmu/cpus.c    | 2 ++
target/i386/cpu.c | 2 ++
3 files changed, 5 insertions(+)
[PATCH 0/4] vCPU hotunplug related memory leaks
Posted by Mark Kanda 2 years, 2 months ago
This series addresses a few vCPU hotunplug related leaks (found with Valgrind).

Mark Kanda (4):
  softmmu/cpus: Free cpu->thread in cpu_remove_sync()
  softmmu/cpus: Free cpu->halt_cond in cpu_remove_sync()
  cpu: Free cpu->cpu_ases in cpu_exec_unrealizefn()
  i386/cpu: Free env->xsave_buf in x86_cpu_unrealizefn()

 cpu.c             | 1 +
 softmmu/cpus.c    | 2 ++
 target/i386/cpu.c | 2 ++
 3 files changed, 5 insertions(+)

-- 
2.27.0


Re: [PATCH 0/4] vCPU hotunplug related memory leaks
Posted by Mark Kanda 2 years, 1 month ago
Gentle ping - any thoughts on this series?

Thanks/regards,
-Mark

On 1/26/2022 8:29 AM, Mark Kanda wrote:
> This series addresses a few vCPU hotunplug related leaks (found with Valgrind).
>
> Mark Kanda (4):
>    softmmu/cpus: Free cpu->thread in cpu_remove_sync()
>    softmmu/cpus: Free cpu->halt_cond in cpu_remove_sync()
>    cpu: Free cpu->cpu_ases in cpu_exec_unrealizefn()
>    i386/cpu: Free env->xsave_buf in x86_cpu_unrealizefn()
>
>   cpu.c             | 1 +
>   softmmu/cpus.c    | 2 ++
>   target/i386/cpu.c | 2 ++
>   3 files changed, 5 insertions(+)
>