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

2024-10-02 Thread Igor Mammedov
On Tue, 1 Oct 2024 09:03:49 +0200 Mauro Carvalho Chehab wrote: > Instead, produce an error and continue working s//make error handling within ... consistent, i.e. instead abort just print a error in case ... / > > Signed-off-by: Mauro Carvalho Chehab > --- > hw/acpi/ghes.c | 5 - >

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

2024-10-01 Thread Mauro Carvalho Chehab
Instead, produce an error and continue working 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 index 3af1cd16d4d7..209095f67e9a 100644 --- a/hw/acpi/ghes.c +++ b/hw/acpi/ghes.c @@ -418