Mauro Carvalho Chehab <mchehab+hua...@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+hua...@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? [...]