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