Re: [PATCH v8 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines

2021-10-23 Thread Boris Ostrovsky
On 10/23/21 4:14 PM, Michael S. Tsirkin wrote: On Sat, Oct 23, 2021 at 07:52:21AM +0530, Ani Sinha wrote: On Fri, 22 Oct 2021, Eric DeVolder wrote: Ani, inline below. eric On 10/22/21 05:18, Ani Sinha wrote: On Fri, 15 Oct 2021, Eric DeVolder wrote: diff --git a/hw/i386/acpi-microvm.c

Re: [PATCH v8 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines

2021-10-23 Thread Michael S. Tsirkin
On Sat, Oct 23, 2021 at 07:52:21AM +0530, Ani Sinha wrote: > > > On Fri, 22 Oct 2021, Eric DeVolder wrote: > > > Ani, inline below. > > eric > > > > On 10/22/21 05:18, Ani Sinha wrote: > > > > > > > > > On Fri, 15 Oct 2021, Eric DeVolder wrote: > > > > > > > This change exposes ACPI ERST support

Re: [PATCH v8 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines

2021-10-22 Thread Ani Sinha
On Fri, 22 Oct 2021, Eric DeVolder wrote: > Ani, inline below. > eric > > On 10/22/21 05:18, Ani Sinha wrote: > > > > > > On Fri, 15 Oct 2021, Eric DeVolder wrote: > > > > > This change exposes ACPI ERST support for x86 guests. > > > > > > Signed-off-by: Eric DeVolder > > > --- > > > hw/i386

Re: [PATCH v8 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines

2021-10-22 Thread Eric DeVolder
Ani, inline below. eric On 10/22/21 05:18, Ani Sinha wrote: On Fri, 15 Oct 2021, Eric DeVolder wrote: This change exposes ACPI ERST support for x86 guests. Signed-off-by: Eric DeVolder --- hw/i386/acpi-build.c | 9 + hw/i386/acpi-microvm.c | 9 + include/hw/acpi/erst.

Re: [PATCH v8 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines

2021-10-22 Thread Ani Sinha
On Fri, 15 Oct 2021, Eric DeVolder wrote: > This change exposes ACPI ERST support for x86 guests. > > Signed-off-by: Eric DeVolder > --- > hw/i386/acpi-build.c | 9 + > hw/i386/acpi-microvm.c | 9 + > include/hw/acpi/erst.h | 5 + > 3 files changed, 23 insertions(+) > >

[PATCH v8 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines

2021-10-15 Thread Eric DeVolder
This change exposes ACPI ERST support for x86 guests. Signed-off-by: Eric DeVolder --- hw/i386/acpi-build.c | 9 + hw/i386/acpi-microvm.c | 9 + include/hw/acpi/erst.h | 5 + 3 files changed, 23 insertions(+) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index 8