Re: [PATCH V13 6/8] physmem: Add helper function to destroy CPU AddressSpace

2024-07-07 Thread Salil Mehta
On 06/07/2024 14:37, Igor Mammedov wrote: On Fri, 7 Jun 2024 12:56:47 +0100 Salil Mehta wrote: Virtual CPU Hot-unplug leads to unrealization of a CPU object. This also involves destruction of the CPU AddressSpace. Add common function to help destroy the CPU AddressSpace. Signed-off-by: Salil

Re: [PATCH V13 6/8] physmem: Add helper function to destroy CPU AddressSpace

2024-07-06 Thread Igor Mammedov
On Fri, 7 Jun 2024 12:56:47 +0100 Salil Mehta wrote: > Virtual CPU Hot-unplug leads to unrealization of a CPU object. This also > involves destruction of the CPU AddressSpace. Add common function to help > destroy the CPU AddressSpace. > > Signed-off-by: Salil Mehta > Tested-by: Vishnu Pajjuri

[PATCH V13 6/8] physmem: Add helper function to destroy CPU AddressSpace

2024-06-07 Thread Salil Mehta via
Virtual CPU Hot-unplug leads to unrealization of a CPU object. This also involves destruction of the CPU AddressSpace. Add common function to help destroy the CPU AddressSpace. Signed-off-by: Salil Mehta Tested-by: Vishnu Pajjuri Reviewed-by: Gavin Shan Tested-by: Xianglai Li Tested-by: Miguel