Re: [PATCH v3 10/15] acpi/ghes: don't crash QEMU if ghes GED is not found

2024-11-20 Thread Jonathan Cameron via
On Tue, 12 Nov 2024 11:14:54 +0100 Mauro Carvalho Chehab wrote: > Make error handling within ghes_record_cper_errors() consistent, > i.e. instead abort just print a error in case ghes GED is not found. > > Signed-off-by: Mauro Carvalho Chehab Fair enough. Reviewed-by: Jonathan Cameron > ---

[PATCH v3 10/15] acpi/ghes: don't crash QEMU if ghes GED is not found

2024-11-12 Thread Mauro Carvalho Chehab
Make error handling within ghes_record_cper_errors() consistent, i.e. instead abort just print a error in case ghes GED is not found. Signed-off-by: Mauro Carvalho Chehab --- hw/acpi/ghes.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/acpi/ghes.c b/hw/acpi/ghes.c in