Re: [PATCH 2/3] hw/loongarch/virt: Wire up S3 and S4 sleep

2024-07-25 Thread Igor Mammedov
On Thu, 13 Jun 2024 18:30:16 +0100 Jiaxun Yang wrote: > Wire up S3 and S4 sleep by setting relevant slp-typs bits for > GED and generate _S3 and _S4 methods in acpi table. > > Signed-off-by: Jiaxun Yang > --- > hw/loongarch/acpi-build.c | 18 ++ > hw/loongarch/virt.c | 3

[PATCH 2/3] hw/loongarch/virt: Wire up S3 and S4 sleep

2024-06-13 Thread Jiaxun Yang
Wire up S3 and S4 sleep by setting relevant slp-typs bits for GED and generate _S3 and _S4 methods in acpi table. Signed-off-by: Jiaxun Yang --- hw/loongarch/acpi-build.c | 18 ++ hw/loongarch/virt.c | 3 +++ 2 files changed, 21 insertions(+) diff --git a/hw/loongarch/acp