Re: [PATCH V15 4/7] hw/acpi: Update GED _EVT method AML with CPU scan

2024-07-15 Thread Igor Mammedov
On Sat, 13 Jul 2024 19:25:13 +0100 Salil Mehta wrote: > OSPM evaluates _EVT method to map the event. The CPU hotplug event eventually > results in start of the CPU scan. Scan figures out the CPU and the kind of > event(plug/unplug) and notifies it back to the guest. Update the GED AML _EVT > meth

[PATCH V15 4/7] hw/acpi: Update GED _EVT method AML with CPU scan

2024-07-13 Thread Salil Mehta via
OSPM evaluates _EVT method to map the event. The CPU hotplug event eventually results in start of the CPU scan. Scan figures out the CPU and the kind of event(plug/unplug) and notifies it back to the guest. Update the GED AML _EVT method with the call to method \\_SB.CPUS.CSCN (via \\_SB.GED.CSCN)