RE: [PATCH RFC V2 14/37] arm/virt: Add cpu hotplug events to GED during creation

2023-10-16 Thread Salil Mehta via
ob...@loongson.cn; lixiang...@loongson.cn > Subject: Re: [PATCH RFC V2 14/37] arm/virt: Add cpu hotplug events to GED > during creation > > Hi Salil, > > On 9/26/23 20:04, Salil Mehta wrote: > > Add CPU Hotplug event to the set of supported ged-events during the > >

Re: [PATCH RFC V2 14/37] arm/virt: Add cpu hotplug events to GED during creation

2023-09-27 Thread Gavin Shan
Hi Salil, On 9/26/23 20:04, Salil Mehta wrote: Add CPU Hotplug event to the set of supported ged-events during the creation of GED device during VM init. Also initialize the memory map for CPU Hotplug ^^ it can be dropped. control device used in event exch

[PATCH RFC V2 14/37] arm/virt: Add cpu hotplug events to GED during creation

2023-09-26 Thread Salil Mehta via
Add CPU Hotplug event to the set of supported ged-events during the creation of GED device during VM init. Also initialize the memory map for CPU Hotplug control device used in event exchanges between Qemu/VMM and the guest. Signed-off-by: Salil Mehta --- hw/arm/virt.c | 5 - include