Re: [PATCH 06/11] acpi/ghes: add a notifier to notify when error data is ready

2025-01-23 Thread Jonathan Cameron via
On Wed, 22 Jan 2025 16:46:23 +0100 Mauro Carvalho Chehab wrote: > Some error injection notify methods are async, like GPIO > notify. Add a notifier to be used when the error record is > ready to be sent to the guest OS. > > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Jonathan Cameron

[PATCH 06/11] acpi/ghes: add a notifier to notify when error data is ready

2025-01-22 Thread Mauro Carvalho Chehab
Some error injection notify methods are async, like GPIO notify. Add a notifier to be used when the error record is ready to be sent to the guest OS. Signed-off-by: Mauro Carvalho Chehab --- hw/acpi/ghes.c | 5 - include/hw/acpi/ghes.h | 3 +++ 2 files changed, 7 insertions(+), 1 del