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
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