RE: [PATCH V5 4/9] hw/acpi: Init GED framework with CPU hotplug events

2023-10-16 Thread Salil Mehta via
cn; Linuxarm > Subject: Re: [PATCH V5 4/9] hw/acpi: Init GED framework with CPU hotplug > events > > > > On 10/12/23 03:43, Salil Mehta via wrote: > > ACPI GED(as described in the ACPI 6.2 spec) can be used to generate ACPI > events > > when OSPM/guest receives

Re: [PATCH V5 4/9] hw/acpi: Init GED framework with CPU hotplug events

2023-10-15 Thread Shaoqin Huang
On 10/12/23 03:43, Salil Mehta via 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 o

[PATCH V5 4/9] hw/acpi: Init GED framework with CPU hotplug events

2023-10-11 Thread Salil Mehta via
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 hotplug event initialization in the exist