Re: [RFC V2 PATCH 04/11] acpi: Support Control Method sleep button for x86

2024-10-08 Thread Annie Li
On 10/7/2024 9:32 AM, Igor Mammedov wrote: On Fri, 27 Sep 2024 14:38:59 -0400 Annie Li wrote: Adding Control Method Sleep button and its GPE event handler for x86. Signed-off-by: Annie Li --- hw/i386/acpi-build.c | 9 + 1 file changed, 9 insertions(+) diff --git a/hw/i386/acpi-bui

Re: [RFC V2 PATCH 04/11] acpi: Support Control Method sleep button for x86

2024-10-07 Thread Igor Mammedov
On Fri, 27 Sep 2024 14:38:59 -0400 Annie Li wrote: > Adding Control Method Sleep button and its GPE event handler for > x86. > > Signed-off-by: Annie Li > --- > hw/i386/acpi-build.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c >

[RFC V2 PATCH 04/11] acpi: Support Control Method sleep button for x86

2024-09-27 Thread Annie Li
Adding Control Method Sleep button and its GPE event handler for x86. Signed-off-by: Annie Li --- hw/i386/acpi-build.c | 9 + 1 file changed, 9 insertions(+) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index 5d4bd2b710..ee62333a03 100644 --- a/hw/i386/acpi-build.c +++ b/hw/