Re: [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

2024-08-09 Thread Mauro Carvalho Chehab
Em Thu, 08 Aug 2024 16:45:51 +0200 Markus Armbruster escreveu: > Igor Mammedov writes: > > > On Thu, 8 Aug 2024 16:11:41 +0200 > > Mauro Carvalho Chehab wrote: > > > >> Em Thu, 08 Aug 2024 10:50:33 +0200 > >> Markus Armbruster escreveu: > >> > >> > Mauro Carvalho Chehab writes: > >>

Re: [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

2024-08-08 Thread Markus Armbruster
Igor Mammedov writes: > On Thu, 8 Aug 2024 16:11:41 +0200 > Mauro Carvalho Chehab wrote: > >> Em Thu, 08 Aug 2024 10:50:33 +0200 >> Markus Armbruster escreveu: >> >> > Mauro Carvalho Chehab writes: >> >> > > diff --git a/MAINTAINERS b/MAINTAINERS >> > > index 98eddf7ae155..655edcb6688c 100

Re: [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

2024-08-08 Thread Igor Mammedov
On Thu, 8 Aug 2024 16:11:41 +0200 Mauro Carvalho Chehab wrote: > Em Thu, 08 Aug 2024 10:50:33 +0200 > Markus Armbruster escreveu: > > > Mauro Carvalho Chehab writes: > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 98eddf7ae155..655edcb6688c 100644 > > > --- a/MAINTAINERS > > > ++

Re: [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

2024-08-08 Thread Mauro Carvalho Chehab
Em Thu, 08 Aug 2024 10:50:33 +0200 Markus Armbruster escreveu: > Mauro Carvalho Chehab writes: > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 98eddf7ae155..655edcb6688c 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -2075,6 +2075,13 @@ F: hw/acpi/ghes.c > > F: include/hw/acpi/

Re: [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

2024-08-08 Thread Markus Armbruster
Mauro Carvalho Chehab writes: > Creates a QMP command to be used for generic ACPI APEI hardware error > injection (HEST) via GHESv2. > > The actual GHES code will be added at the followup patch. > > Signed-off-by: Mauro Carvalho Chehab > --- > MAINTAINERS | 7 + > hw/acpi/Kcon

Re: [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

2024-08-06 Thread Mauro Carvalho Chehab
Em Tue, 6 Aug 2024 14:51:53 +0200 Igor Mammedov escreveu: > > +{ 'struct': 'CommonPlatformErrorRecord', > > + 'data': { > > > + 'notification-type': 'str', > > this should be source id (type is just impl. detail of how QEMU delivers > event for given source id) > unless there is no pl

Re: [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

2024-08-06 Thread Igor Mammedov
On Fri, 2 Aug 2024 23:44:00 +0200 Mauro Carvalho Chehab wrote: > Creates a QMP command to be used for generic ACPI APEI hardware error > injection (HEST) via GHESv2. > > The actual GHES code will be added at the followup patch. > > Signed-off-by: Mauro Carvalho Chehab > --- > MAINTAINERS

RE: [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

2024-08-06 Thread Shiju Jose via
Paolo Bonzini ; Peter >Maydell ; linux-ker...@vger.kernel.org; qemu- >a...@nongnu.org; qemu-devel@nongnu.org >Subject: [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER >error injection > >Creates a QMP command to be used for generic ACPI APEI hardware error >i

Re: [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

2024-08-05 Thread Jonathan Cameron via
On Fri, 2 Aug 2024 23:44:00 +0200 Mauro Carvalho Chehab wrote: > Creates a QMP command to be used for generic ACPI APEI hardware error > injection (HEST) via GHESv2. > > The actual GHES code will be added at the followup patch. > > Signed-off-by: Mauro Carvalho Chehab Looks good to me. Review

[PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

2024-08-02 Thread Mauro Carvalho Chehab
Creates a QMP command to be used for generic ACPI APEI hardware error injection (HEST) via GHESv2. The actual GHES code will be added at the followup patch. Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 7 + hw/acpi/Kconfig | 5 hw/acpi/ghes_cper.c