[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/3] S3 and S4 sleep for loongarch/virt & microvm
From: |
Igor Mammedov |
Subject: |
Re: [PATCH 0/3] S3 and S4 sleep for loongarch/virt & microvm |
Date: |
Thu, 25 Jul 2024 10:29:57 +0200 |
On Thu, 13 Jun 2024 18:30:14 +0100
Jiaxun Yang <jiaxun.yang@flygoat.com> wrote:
> Hi all,
>
> This series implemented S3 and S4 sleep for loongarch virt machine
> and microvm.
>
> For loongarch/virt a kernel patch is requried [1].
>
> [1]:
> https://lore.kernel.org/loongarch/20240613-loongarch64-sleep-v1-0-a245232af5e4@flygoat.com/
series also should include arm/virt patch to enable this
as it's another user of GED
>
> Please review.
> Thanks
>
> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> ---
> Jiaxun Yang (3):
> acpi/ged: Implement S3 and S4 sleep
> hw/loongarch/virt: Wire up S3 and S4 sleep
> hw/i386/microvm: Wire up S3 and S4 sleep
>
> hw/acpi/generic_event_device.c | 70
> ++++++++++++++++++++++++++++++----
> hw/i386/acpi-microvm.c | 18 +++++++++
> hw/i386/microvm.c | 3 ++
> hw/loongarch/acpi-build.c | 18 +++++++++
> hw/loongarch/virt.c | 3 ++
> include/hw/acpi/generic_event_device.h | 12 +++++-
> 6 files changed, 115 insertions(+), 9 deletions(-)
> ---
> base-commit: f3e8cc47de2bc537d4991e883a85208e4e1c0f98
> change-id: 20240613-loongarch64-sleep-37b2466b8d76
>
> Best regards,