[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] spapr: Fix and cleanups for sPAPR CPU core
From: |
Greg Kurz |
Subject: |
[PATCH 0/4] spapr: Fix and cleanups for sPAPR CPU core |
Date: |
Mon, 12 Oct 2020 17:19:39 +0200 |
User-agent: |
StGit/0.21 |
While reading the code _again_ I spotted a memory leak and I realized
we can simplify some paths that deal with vCPU removal.
---
Greg Kurz (4):
spapr: Fix leak of CPU machine specific data
spapr: Drop spapr_delete_vcpu() unused argument
spapr: Introduce an .instance_finalize hook for TYPE_SPAPR_CPU_CORE
spapr: Make spapr_cpu_core_unrealize() idempotent
hw/ppc/spapr_cpu_core.c | 65 +++++++++++++++++++++++++----------------------
1 file changed, 35 insertions(+), 30 deletions(-)
--
Greg
- [PATCH 0/4] spapr: Fix and cleanups for sPAPR CPU core,
Greg Kurz <=