Re: [PATCH RFC V2 19/37] hw/acpi: ACPI/AML Changes to reflect the correct _STA.{PRES, ENA} Bits to Guest

2024-01-17 Thread Jonathan Cameron via
On Tue, 26 Sep 2023 11:04:18 +0100 Salil Mehta via wrote: > ACPI AML changes to properly reflect the _STA.PRES and _STA.ENA Bits to the > guest during initialzation, when CPUs are hotplugged and after CPUs are > hot-unplugged. > > Signed-off-by: Salil Mehta Hi Salil, Just brought up a qemu on

RE: [PATCH RFC V2 19/37] hw/acpi: ACPI/AML Changes to reflect the correct _STA.{PRES,ENA} Bits to Guest

2023-10-16 Thread Salil Mehta via
.@loongson.cn; lixiang...@loongson.cn > Subject: Re: [PATCH RFC V2 19/37] hw/acpi: ACPI/AML Changes to reflect the > correct _STA.{PRES,ENA} Bits to Guest > > Hi Salil, > > On 9/26/23 20:04, Salil Mehta wrote: > > ACPI AML changes to properly reflect the _STA.PRES and _STA

Re: [PATCH RFC V2 19/37] hw/acpi: ACPI/AML Changes to reflect the correct _STA.{PRES,ENA} Bits to Guest

2023-09-28 Thread Gavin Shan
Hi Salil, On 9/26/23 20:04, Salil Mehta wrote: ACPI AML changes to properly reflect the _STA.PRES and _STA.ENA Bits to the guest during initialzation, when CPUs are hotplugged and after CPUs are hot-unplugged. Signed-off-by: Salil Mehta --- hw/acpi/cpu.c | 49 +++

[PATCH RFC V2 19/37] hw/acpi: ACPI/AML Changes to reflect the correct _STA.{PRES, ENA} Bits to Guest

2023-09-26 Thread Salil Mehta via
ACPI AML changes to properly reflect the _STA.PRES and _STA.ENA Bits to the guest during initialzation, when CPUs are hotplugged and after CPUs are hot-unplugged. Signed-off-by: Salil Mehta --- hw/acpi/cpu.c | 49 +++--- hw/acpi/generic_event_device.c