Re: [PATCH 07/11] acpi/ghes: Cleanup the code which gets ghes ged state

2025-01-24 Thread Igor Mammedov
On Wed, 22 Jan 2025 16:46:24 +0100 Mauro Carvalho Chehab wrote: > Move the check logic into a common function and simplify the > code which checks if GHES is enabled and was properly setup. > > Signed-off-by: Mauro Carvalho Chehab > --- > hw/acpi/ghes-stub.c| 4 ++-- > hw/acpi/ghes.c

Re: [PATCH 07/11] acpi/ghes: Cleanup the code which gets ghes ged state

2025-01-23 Thread Jonathan Cameron via
On Wed, 22 Jan 2025 16:46:24 +0100 Mauro Carvalho Chehab wrote: > Move the check logic into a common function and simplify the > code which checks if GHES is enabled and was properly setup. > > Signed-off-by: Mauro Carvalho Chehab Seems a reasonable cleanup to me. Reviewed-by: Jonathan Cameron

[PATCH 07/11] acpi/ghes: Cleanup the code which gets ghes ged state

2025-01-22 Thread Mauro Carvalho Chehab
Move the check logic into a common function and simplify the code which checks if GHES is enabled and was properly setup. Signed-off-by: Mauro Carvalho Chehab --- hw/acpi/ghes-stub.c| 4 ++-- hw/acpi/ghes.c | 33 +++-- include/hw/acpi/ghes.h | 9 +---