RE: [PATCH V15 3/7] hw/acpi: Update ACPI GED framework to support vCPU Hotplug

2024-07-15 Thread Salil Mehta via
Hi Igor, Thanks for the feedback. > From: qemu-arm-bounces+salil.mehta=huawei@nongnu.org arm-bounces+salil.mehta=huawei@nongnu.org> On Behalf Of Igor > Mammedov > Sent: Monday, July 15, 2024 2:12 PM > To: Salil Mehta > > On Sat, 13 Jul 2024 19:25:12 +0100 > Salil Mehta wrote:

Re: [PATCH V15 3/7] hw/acpi: Update ACPI GED framework to support vCPU Hotplug

2024-07-15 Thread Igor Mammedov
On Sat, 13 Jul 2024 19:25:12 +0100 Salil Mehta wrote: > ACPI GED (as described in the ACPI 6.4 spec) uses an interrupt listed in the > _CRS object of GED to intimate OSPM about an event. Later then demultiplexes > the > notified event by evaluating ACPI _EVT method to know the type of event. Use

[PATCH V15 3/7] hw/acpi: Update ACPI GED framework to support vCPU Hotplug

2024-07-13 Thread Salil Mehta via
ACPI GED (as described in the ACPI 6.4 spec) uses an interrupt listed in the _CRS object of GED to intimate OSPM about an event. Later then demultiplexes the notified event by evaluating ACPI _EVT method to know the type of event. Use ACPI GED to also notify the guest kernel about any CPU hot(un)pl