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

2022-01-10 Thread Eric DeVolder
Thanks for looking at this Michael, I've an inline response below. eric On 1/6/22 04:45, Michael S. Tsirkin wrote: On Wed, Dec 15, 2021 at 10:38:11AM -0500, Eric DeVolder wrote: This builds the ACPI ERST table to inform OSPM how to communicate with the acpi-erst device. Signed-off-by: Eric

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

2022-01-06 Thread Michael S. Tsirkin
On Wed, Dec 15, 2021 at 10:38:11AM -0500, 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 | 188 > + > 1 file

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

2021-12-15 Thread Ani Sinha
On Wed, Dec 15, 2021 at 23:27 Eric DeVolder wrote: > Hi Ani, > Thanks for such quick feedback! One inline response below. > eric > > On 12/15/21 10:33, Ani Sinha wrote: > > On Wed, Dec 15, 2021 at 9:08 PM Eric DeVolder > wrote: > >> > >> This builds the ACPI ERST table to inform OSPM how to

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

2021-12-15 Thread Eric DeVolder
Hi Ani, Thanks for such quick feedback! One inline response below. eric On 12/15/21 10:33, Ani Sinha wrote: On Wed, Dec 15, 2021 at 9:08 PM 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 ---

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

2021-12-15 Thread Ani Sinha
On Wed, Dec 15, 2021 at 9:08 PM 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 | 188 > + > 1 file changed,

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

2021-12-15 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 | 188 + 1 file changed, 188 insertions(+) diff --git a/hw/acpi/erst.c b/hw/acpi/erst.c index