qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 29/31] HACK: use GPIO as source ID for virt-9.1 machines


From: Mauro Carvalho Chehab
Subject: [PATCH 29/31] HACK: use GPIO as source ID for virt-9.1 machines
Date: Fri, 6 Dec 2024 18:12:51 +0100

This reverts commit 692373fc8838a6450ff5b5a8708646a673b693dd.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 hw/arm/virt-acpi-build.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c
index 31f2db01458d..55d12562e83e 100644
--- a/hw/arm/virt-acpi-build.c
+++ b/hw/arm/virt-acpi-build.c
@@ -896,7 +896,7 @@ static const AcpiNotificationSourceId hest_ghes_notify[] = {
 };
 
 static const AcpiNotificationSourceId hest_ghes_notify_9_1[] = {
-    { ACPI_HEST_SRC_ID_SYNC, ACPI_GHES_NOTIFY_SEA },
+    { ACPI_HEST_SRC_ID_QMP, ACPI_GHES_NOTIFY_GPIO },
 };
 
 static
-- 
2.47.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]