Re: [PATCH 14/15] better name the offset of the hardware error firmware

2024-10-01 Thread Mauro Carvalho Chehab
Em Thu, 26 Sep 2024 13:12:25 +0100 Jonathan Cameron escreveu: > On Wed, 25 Sep 2024 06:04:19 +0200 > Mauro Carvalho Chehab wrote: > > > The hardware error firmware is where HEST error structures are > > stored. Those can be GHESv2, but they can also be other types. > > > > Better name the loca

Re: [PATCH 14/15] better name the offset of the hardware error firmware

2024-09-26 Thread Jonathan Cameron via
On Wed, 25 Sep 2024 06:04:19 +0200 Mauro Carvalho Chehab wrote: > The hardware error firmware is where HEST error structures are > stored. Those can be GHESv2, but they can also be other types. > > Better name the location of the hardware error. > > No functional changes. > > Signed-off-by: Ma

[PATCH 14/15] better name the offset of the hardware error firmware

2024-09-24 Thread Mauro Carvalho Chehab
The hardware error firmware is where HEST error structures are stored. Those can be GHESv2, but they can also be other types. Better name the location of the hardware error. No functional changes. Signed-off-by: Mauro Carvalho Chehab --- hw/acpi/generic_event_device.c | 4 ++-- hw/acpi/ghes.c