[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: |
Mauro Carvalho Chehab |
|
Subject: |
Re: [PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM emulation |
|
Date: |
Thu, 8 Aug 2024 14:57:35 +0200 |
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;
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
- Re: [PATCH v6 07/10] docs: acpi_hest_ghes: fix documentation for CPER size, (continued)