Re: [PATCH v9 06/10] ACPI ERST: build the ACPI ERST table

2021-12-06 Thread Eric DeVolder
Hi Ani, response below. eric On 12/6/21 04:30, Ani Sinha wrote: On Fri, Dec 3, 2021 at 12:40 AM Eric DeVolder wrote: This builds the ACPI ERST table to inform OSPM how to communicate with the acpi-erst device. Signed-off-by: Eric DeVolder --- hw/acpi/erst.c | 241 +

Re: [PATCH v9 06/10] ACPI ERST: build the ACPI ERST table

2021-12-06 Thread Ani Sinha
On Fri, Dec 3, 2021 at 12:40 AM Eric DeVolder wrote: > > This builds the ACPI ERST table to inform OSPM how to communicate > with the acpi-erst device. > > Signed-off-by: Eric DeVolder > --- > hw/acpi/erst.c | 241 > + > 1 file changed, 24

[PATCH v9 06/10] ACPI ERST: build the ACPI ERST table

2021-12-02 Thread Eric DeVolder
This builds the ACPI ERST table to inform OSPM how to communicate with the acpi-erst device. Signed-off-by: Eric DeVolder --- hw/acpi/erst.c | 241 + 1 file changed, 241 insertions(+) diff --git a/hw/acpi/erst.c b/hw/acpi/erst.c index 4304