Re: [PATCH v4 4/6] ACPI ERST: create ACPI ERST table for pc/x86 machines.

2021-06-21 Thread Igor Mammedov
On Fri, 11 Jun 2021 14:31:21 -0400 Eric DeVolder wrote: > This change exposes ACPI ERST support for x86 guests. > > Signed-off-by: Eric DeVolder > --- > hw/i386/acpi-build.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c > index de987

[PATCH v4 4/6] ACPI ERST: create ACPI ERST table for pc/x86 machines.

2021-06-11 Thread Eric DeVolder
This change exposes ACPI ERST support for x86 guests. Signed-off-by: Eric DeVolder --- hw/i386/acpi-build.c | 5 + 1 file changed, 5 insertions(+) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index de98750..d8cae69 100644 --- a/hw/i386/acpi-build.c +++ b/hw/i386/acpi-build.c @@