[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM
|
From: |
Igor Mammedov |
|
Subject: |
Re: [PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM emulation |
|
Date: |
Mon, 12 Aug 2024 14:18:35 +0200 |
On Thu, 8 Aug 2024 14:57:35 +0200
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:
> Em Thu, 8 Aug 2024 14:26:26 +0200
> Mauro Carvalho Chehab <mchehab+huawei@kernel.org> escreveu:
>
> > v6:
> > - PNP0C33 device creation moved to aml-build.c;
> > - acpi_ghes record functions now use ACPI notify parameter,
> > instead of source ID;
> > - the number of source IDs is now automatically calculated;
> > - some code cleanups and function/var renames;
> > - some fixes and cleanups at the error injection script;
> > - ghes cper stub now produces an error if cper JSON is not compiled;
> > - Offset calculation logic for GHES was refactored;
> > - Updated documentation to reflect the GHES allocated size;
> > - Added a x-mpidr object for QOM usage;
> > - Added a patch making usage of x-mpidr field at ARM injection
> > script;
stopping review at 5/10 and expecting a version with
GHES source to error status block mapping fetched from
HEST in guest RAM, instead of pre-calculated offsets
in source code (as in this series) to avoid migration
issues and keeping compat plumbing manageable down the road.
> Forgot to mention: I dropped the PIN cleanup from this series, submitting
> it in separate - and it is not related anymore with this changeset:
>
> ef0e7f5fca6cd94eda415ecee670c3028c671b74.1723121692.git.mchehab+huawei@kernel.org/T/#u">https://lore.kernel.org/qemu-devel/ef0e7f5fca6cd94eda415ecee670c3028c671b74.1723121692.git.mchehab+huawei@kernel.org/T/#u
>
> Thanks,
> Mauro
>
- [PATCH v6 10/10] scripts/arm_processor_error.py: retrieve mpidr if not filled, (continued)
- [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
- [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
- Re: [PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM emulation,
Igor Mammedov <=