[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 08/10] scripts/ghes_inject: add a script to generate GHES
|
From: |
Markus Armbruster |
|
Subject: |
Re: [PATCH v6 08/10] scripts/ghes_inject: add a script to generate GHES error inject |
|
Date: |
Thu, 08 Aug 2024 15:21:21 +0200 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> writes:
> Using the QMP GHESv2 API requires preparing a raw data array
> containing a CPER record.
>
> Add a helper script with subcommands to prepare such data.
>
> Currently, only ARM Processor error CPER record is supported.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
[...]
> diff --git a/qapi/ghes-cper.json b/qapi/ghes-cper.json
> index 3cc4f9f2aaa9..d650996a7150 100644
> --- a/qapi/ghes-cper.json
> +++ b/qapi/ghes-cper.json
> @@ -36,8 +36,8 @@
> ##
> # @ghes-cper:
> #
> -# Inject ARM Processor error with data to be filled according with
> -# ACPI 6.2 GHESv2 spec.
> +# Inject a CPER error data to be filled according with ACPI 6.2
> +# spec via GHESv2.
> #
> # @cper: a single CPER record to be sent to the guest OS.
> #
Accident? Drop, or squash into PATCH 04 instead?
[...]
- [PATCH v6 03/10] acpi/ghes: Add support for GED error device, (continued)
- [PATCH v6 03/10] acpi/ghes: Add support for GED error device, Mauro Carvalho Chehab, 2024/08/08
- [PATCH v6 09/10] target/arm: add an experimental mpidr arm cpu property object, Mauro Carvalho Chehab, 2024/08/08
- [PATCH v6 07/10] docs: acpi_hest_ghes: fix documentation for CPER size, Mauro Carvalho Chehab, 2024/08/08
- [PATCH v6 10/10] scripts/arm_processor_error.py: retrieve mpidr if not filled, Mauro Carvalho Chehab, 2024/08/08
- [PATCH v6 01/10] acpi/generic_event_device: add an APEI error device, Mauro Carvalho Chehab, 2024/08/08
- [PATCH v6 08/10] scripts/ghes_inject: add a script to generate GHES error inject, Mauro Carvalho Chehab, 2024/08/08
- Re: [PATCH v6 08/10] scripts/ghes_inject: add a script to generate GHES error inject,
Markus Armbruster <=
- [PATCH v6 04/10] qapi/ghes-cper: add an interface to do generic CPER error injection, Mauro Carvalho Chehab, 2024/08/08
- Re: [PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM emulation, Mauro Carvalho Chehab, 2024/08/08