[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET)
From: |
Liran Alon |
Subject: |
[PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET) |
Date: |
Fri, 13 Mar 2020 16:50:06 +0200 |
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]
- [PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET),
Liran Alon <=