Re: [PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM emulation

2024-08-13 Thread Mauro Carvalho Chehab
Em Mon, 12 Aug 2024 14:18:35 +0200 Igor Mammedov escreveu: > On Thu, 8 Aug 2024 14:57:35 +0200 > Mauro Carvalho Chehab wrote: > > > Em Thu, 8 Aug 2024 14:26:26 +0200 > > Mauro Carvalho Chehab escreveu: > > > > > v6: > > > - PNP0C33 device creation moved to aml-build.c; > > > - acpi_ghes re

Re: [PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM emulation

2024-08-12 Thread Igor Mammedov
On Thu, 8 Aug 2024 14:57:35 +0200 Mauro Carvalho Chehab wrote: > Em Thu, 8 Aug 2024 14:26:26 +0200 > Mauro Carvalho Chehab escreveu: > > > v6: > > - PNP0C33 device creation moved to aml-build.c; > > - acpi_ghes record functions now use ACPI notify parameter, > > instead of source ID; > > - t

Re: [PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM emulation

2024-08-08 Thread Mauro Carvalho Chehab
Em Thu, 8 Aug 2024 14:26:26 +0200 Mauro Carvalho Chehab 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 a

[PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM emulation

2024-08-08 Thread Mauro Carvalho Chehab
Testing OS kernel ACPI APEI CPER support is tricky, as one depends on having hardware with special-purpose BIOS and/or hardware. With QEMU, it becomes a lot easier, as it can be done via QMP. This series add support for injecting CPER records on ARM emulation. The QEMU side changes add a QAPI ab