Re: [PATCH v10 02/21] acpi/generic_event_device: Update GHES migration to cover hest addr

From: Mauro Carvalho Chehab
Date: Wed Sep 25 2024 - 03:33:08 EST


Em Tue, 17 Sep 2024 14:01:46 +0200
Igor Mammedov <imammedo@xxxxxxxxxx> escreveu:

> > @@ -354,13 +355,13 @@ static const VMStateDescription vmstate_ghes = {
> > static bool ghes_needed(void *opaque)
> > {
> > AcpiGedState *s = opaque;
> > - return s->ghes_state.ghes_addr_le;
> ^^^^^^^^^^^^
> another thing, perhaps we should rename it to 'hardware_errors_addr'
> to make it less confusing

At the cleanups, I added a rename patch. I opted to a shorter name:
hw_error_le.

Thanks,
Mauro