Re: [PATCH v6 08/10] scripts/ghes_inject: add a script to generate GHES error inject

From: Markus Armbruster
Date: Thu Aug 08 2024 - 09:21:36 EST


Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> 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@xxxxxxxxxx>

[...]

> 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?

[...]