[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
- Re: [PATCH 31/31] FIXME: acpi/ghes: properly set data record size, (continued)
- [PATCH 21/31] arm/virt: Wire up a GED error device for ACPI / GHES, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 18/31] acpi/generic_event_device: add logic to detect if HEST addr is available, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 29/31] HACK: use GPIO as source ID for virt-9.1 machines,
Mauro Carvalho Chehab <=
- [PATCH 20/31] acpi/generic_event_device: add an APEI error device, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 16/31] acpi/ghes: Use HEST table offsets when preparing GHES records, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 13/31] acpi/ghes: better name the offset of the hardware error firmware, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 14/31] acpi/ghes: Prepare to support multiple sources on ghes, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 24/31] target/arm: add an experimental mpidr arm cpu property object, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 09/31] acpi/ghes: make the GHES record generation more generic, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 26/31] acpi/ghes: move offset calculus to a separate function, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 22/31] qapi/acpi-hest: add an interface to do generic CPER error injection, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 30/31] docs: acpi_hest_ghes: fix documentation for CPER size, Mauro Carvalho Chehab, 2024/12/06
- [PATCH 25/31] scripts/arm_processor_error.py: retrieve mpidr if not filled, Mauro Carvalho Chehab, 2024/12/06