Re: [PATCH 4/8] Introduce the CPU address space destruction function

2023-08-07 Thread lixianglai
Hi Igor Mammedov: The first four patches are written with reference to the patch in the public modification section of Arm's CPU Hotplug, and the Arm CPU HotPlug-related patches will be merged into the community in the near future, so the first four patches will be discarded and rebase based

Re: [PATCH 4/8] Introduce the CPU address space destruction function

2023-07-28 Thread Igor Mammedov
On Thu, 20 Jul 2023 15:15:09 +0800 xianglai li wrote: > Introduce new functions to destroy CPU address space resources s/functions/function/ > for cpu hot-(un)plug. > > Cc: Xiaojuan Yang > Cc: Song Gao > Cc: "Michael S. Tsirkin" > Cc: Igor Mammedov > Cc: Ani Sinha > Cc: Paolo Bonzini > C

[PATCH 4/8] Introduce the CPU address space destruction function

2023-07-20 Thread xianglai li
Introduce new functions to destroy CPU address space resources for cpu hot-(un)plug. Cc: Xiaojuan Yang Cc: Song Gao Cc: "Michael S. Tsirkin" Cc: Igor Mammedov Cc: Ani Sinha Cc: Paolo Bonzini Cc: Richard Henderson Cc: Eduardo Habkost Cc: Marcel Apfelbaum Cc: "Philippe Mathieu-Daudé" Cc: Y