Re: [PATCH v3 5/7] ACPI ERST: create ERST device for pc/x86 machines.

2021-06-07 Thread Igor Mammedov
On Fri, 28 May 2021 14:14:17 -0400 Eric DeVolder wrote: > This change enables ERST support for x86 guests. > > ERST can be disabled at run-time, for example, with: > > -machine q35,erst=off 1st: not everyone needs this feature so I'd turn it off by default 2nd: it looks to me that patch break

[PATCH v3 5/7] ACPI ERST: create ERST device for pc/x86 machines.

2021-05-28 Thread Eric DeVolder
This change enables ERST support for x86 guests. ERST can be disabled at run-time, for example, with: -machine q35,erst=off Signed-off-by: Eric DeVolder --- hw/i386/acpi-build.c | 7 +++ hw/i386/pc.c | 31 +++ include/hw/i386/pc.h | 1 + 3 files chang