Re: [PATCH 01/13] acpi: Implement control method sleep button

2025-06-03 Thread Annie Li
Hello Igor, On 6/3/2025 8:31 AM, Igor Mammedov wrote: On Wed, 28 May 2025 12:38:34 -0400 Annie Li wrote: The fixed hardware sleep button isn't appropriate for hardware reduced platform. This patch implements the control method sleep button in a separate source file so that the button can be ad

Re: [PATCH 01/13] acpi: Implement control method sleep button

2025-06-03 Thread Igor Mammedov
On Wed, 28 May 2025 12:38:34 -0400 Annie Li wrote: > The fixed hardware sleep button isn't appropriate for hardware > reduced platform. This patch implements the control method sleep > button in a separate source file so that the button can be added > for various platforms. > > Co-developed-by:

[PATCH 01/13] acpi: Implement control method sleep button

2025-05-28 Thread Annie Li
The fixed hardware sleep button isn't appropriate for hardware reduced platform. This patch implements the control method sleep button in a separate source file so that the button can be added for various platforms. Co-developed-by: Miguel Luis Signed-off-by: Annie Li --- hw/acpi/control_method

Re: [RFC V3 PATCH 01/13] acpi: Implement control method sleep button

2025-04-17 Thread Annie Li
Hi Gustavo, On 4/17/2025 1:28 PM, Gustavo Romero wrote: Hi Annie, On 4/11/25 17:28, Annie Li wrote: The fixed hardware sleep button isn't appropriate for hardware reduced platform. This patch implements the control method sleep button in a separate source file so that the button can be added f

Re: [RFC V3 PATCH 01/13] acpi: Implement control method sleep button

2025-04-17 Thread Gustavo Romero
Hi Annie, On 4/11/25 17:28, Annie Li wrote: The fixed hardware sleep button isn't appropriate for hardware reduced platform. This patch implements the control method sleep button in a separate source file so that the button can be added for various platforms. Co-developed-by: Miguel Luis Signe

[RFC V3 PATCH 01/13] acpi: Implement control method sleep button

2025-04-11 Thread Annie Li
The fixed hardware sleep button isn't appropriate for hardware reduced platform. This patch implements the control method sleep button in a separate source file so that the button can be added for various platforms. Co-developed-by: Miguel Luis Signed-off-by: Annie Li --- hw/acpi/control_method