RE: [PATCH 07/22] exec/cpu: Introduce the CPU address space destruction function

2023-10-02 Thread Salil Mehta via
gt; ; Markus Armbruster ; Palmer > Dabbelt ; xianglai li ; Salil > Mehta ; Igor Mammedov ; Ani > Sinha ; Bibo Mao > Subject: [PATCH 07/22] exec/cpu: Introduce the CPU address space > destruction function > > From: xianglai li > > Introduce new function to destroy CPU addres

Re: [PATCH 07/22] exec/cpu: Introduce the CPU address space destruction function

2023-09-29 Thread Richard Henderson
On 9/18/23 09:02, Philippe Mathieu-Daudé wrote: --- a/softmmu/physmem.c +++ b/softmmu/physmem.c @@ -761,6 +761,7 @@ void cpu_address_space_init(CPUState *cpu, int asidx, if (!cpu->cpu_ases) { cpu->cpu_ases = g_new0(CPUAddressSpace, cpu->num_ases); +cpu->cpu_ases_ref_co

[PATCH 07/22] exec/cpu: Introduce the CPU address space destruction function

2023-09-18 Thread Philippe Mathieu-Daudé
From: xianglai li Introduce new function to destroy CPU address space resources for cpu hot-(un)plug. Co-authored-by: "Salil Mehta" Cc: "Salil Mehta" Cc: Xiaojuan Yang Cc: Song Gao Cc: "Michael S. Tsirkin" Cc: Igor Mammedov Cc: Ani Sinha Cc: Paolo Bonzini Cc: Richard Henderson Cc: Eduar