Hi, This patch-series aims to expose WAET ACPI table to guest. Which improves performance of Windows guests (since Vista) and ignored by other guests. This ACPI table is exposed by default by other common hypervisors such as VMware, Xen (HVM), GCP and AWS.
Regards, -Liran v1->v2: - Update bios-tables-test qtest by the process described at ./tests/qtest/bios-tables-test.c [MST] - Add to commit message and code better description of the effect of enabling the ACPI PM timer good bit. [MST] - Remove WAET flags macros and instead use them directly in WAET code generation together with a proper comment. [MST] - Remove WaetAcpiTable structure and generate table by new coding convention (E.g. Use build_append_int_noprefix()) [Igor] - Add documentation to build_waet() on specification, spec version and purpose of table. [MST] - Removed flag that controls if WAET is exposed or not. [Igor]