RE: [PATCH V2 04/10] hw/acpi: Init GED framework with cpu hotplug events

2023-10-03 Thread Salil Mehta via
t; dar...@os.amperecomputing.com; il...@os.amperecomputing.com; > vis...@os.amperecomputing.com; karl.heub...@oracle.com; > miguel.l...@oracle.com; salil.me...@opnsrc.net; zhukeqian > ; wangxiongfeng (C) ; > wangyanan (Y) ; jiakern...@gmail.com; > maob...@loongson.cn; lixiang...@loongson.cn; Linuxarm

RE: [PATCH V2 04/10] hw/acpi: Init GED framework with cpu hotplug events

2023-10-03 Thread Salil Mehta via
dar...@os.amperecomputing.com; il...@os.amperecomputing.com; > vis...@os.amperecomputing.com; karl.heub...@oracle.com; > miguel.l...@oracle.com; salil.me...@opnsrc.net; zhukeqian > ; wangxiongfeng (C) ; > wangyanan (Y) ; jiakern...@gmail.com; > maob...@loongson.cn; lixiang...@loongson.cn; Linuxarm &

Re: [PATCH V2 04/10] hw/acpi: Init GED framework with cpu hotplug events

2023-10-02 Thread Gavin Shan
On 9/30/23 10:19, Salil Mehta wrote: ACPI GED(as described in the ACPI 6.2 spec) can be used to generate ACPI events when OSPM/guest receives an interrupt listed in the _CRS object of GED. OSPM then maps or demultiplexes the event by evaluating _EVT method. This change adds the support of cpu ho

Re: [PATCH V2 04/10] hw/acpi: Init GED framework with cpu hotplug events

2023-10-02 Thread Jonathan Cameron via
On Sat, 30 Sep 2023 01:19:27 +0100 Salil Mehta wrote: > ACPI GED(as described in the ACPI 6.2 spec) can be used to generate ACPI > events > when OSPM/guest receives an interrupt listed in the _CRS object of GED. OSPM > then maps or demultiplexes the event by evaluating _EVT method. > > This cha