qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Liran Alon <liran.alon@oracle.com>
To: qemu-devel@nongnu.org
Cc: ehabkost@redhat.com, mst@redhat.com, pbonzini@redhat.com,
	imammedo@redhat.com, rth@twiddle.net
Subject: [PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET)
Date: Fri, 13 Mar 2020 16:50:06 +0200	[thread overview]
Message-ID: <20200313145009.144820-1-liran.alon@oracle.com> (raw)

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]



             reply	other threads:[~2020-03-13 14:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-13 14:50 Liran Alon [this message]
2020-03-13 14:50 ` [PATCH v2 1/3] acpi: unit-test: Ignore diff in WAET ACPI table Liran Alon
2020-03-13 14:50 ` [PATCH v2 2/3] acpi: Add Windows ACPI Emulated Device Table (WAET) Liran Alon
2020-03-16 10:28   ` Igor Mammedov
2020-03-27 15:14     ` Liran Alon
2020-03-29 11:29       ` Michael S. Tsirkin
2020-03-13 14:50 ` [PATCH v2 3/3] acpi: unit-test: Update WAET ACPI Table expected binaries Liran Alon
2020-03-13 15:58 ` [PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET) no-reply
2020-03-13 16:22   ` Liran Alon
2020-03-14 18:27   ` Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200313145009.144820-1-liran.alon@oracle.com \
    --to=liran.alon@oracle.com \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).