Re: [PATCH 1/6] arm/virt: Wire up GPIO error source for ACPI / GHES

2024-07-11 Thread Peter Maydell
On Thu, 11 Jul 2024 at 12:54, Michael S. Tsirkin wrote: > > On Thu, Jul 11, 2024 at 11:52:03AM +0200, Mauro Carvalho Chehab wrote: > > From: Jonathan Cameron > > > > Creates a GED - Generic Event Device and set a GPIO to > > be used or error injection. > > > > Signed-off-by: Jonathan Cameron > >

Re: [PATCH 1/6] arm/virt: Wire up GPIO error source for ACPI / GHES

2024-07-11 Thread Michael S. Tsirkin
On Thu, Jul 11, 2024 at 11:52:03AM +0200, Mauro Carvalho Chehab wrote: > From: Jonathan Cameron > > Creates a GED - Generic Event Device and set a GPIO to > be used or error injection. > > Signed-off-by: Jonathan Cameron > Signed-off-by: Mauro Carvalho Chehab > --- > hw/arm/virt-acpi-build.c

[PATCH 1/6] arm/virt: Wire up GPIO error source for ACPI / GHES

2024-07-11 Thread Mauro Carvalho Chehab
From: Jonathan Cameron Creates a GED - Generic Event Device and set a GPIO to be used or error injection. Signed-off-by: Jonathan Cameron Signed-off-by: Mauro Carvalho Chehab --- hw/arm/virt-acpi-build.c | 29 + hw/arm/virt.c| 12 +++- include/h