From: Ani Sinha <ani@anisinha.ca>
To: qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>,
Igor Mammedov <imammedo@redhat.com>, Ani Sinha <ani@anisinha.ca>
Cc: yvugenfi@redhat.com, jusual@redhat.com, kkostiuk@redhat.com,
ybendito@redhat.com
Subject: [PATCH 1/4] hw/acpi: allow changes to DSDT and DMAR tables
Date: Mon, 22 Aug 2022 14:38:08 +0530 [thread overview]
Message-ID: <20220822090811.427029-2-ani@anisinha.ca> (raw)
In-Reply-To: <20220822090811.427029-1-ani@anisinha.ca>
Our next change modifies DMAR and DSDT tables. Make sure we whitelist those
changes so that bios-table-test does not break.
Signed-off-by: Ani Sinha <ani@anisinha.ca>
---
tests/data/acpi/q35/DSDT.dmar | 0
tests/qtest/bios-tables-test-allowed-diff.h | 2 ++
2 files changed, 2 insertions(+)
create mode 100644 tests/data/acpi/q35/DSDT.dmar
diff --git a/tests/data/acpi/q35/DSDT.dmar b/tests/data/acpi/q35/DSDT.dmar
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..4efed12b59 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,3 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/q35/DSDT.dmar",
+"tests/data/acpi/q35/DMAR.dmar",
--
2.25.1
next prev parent reply other threads:[~2022-08-22 9:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-22 9:08 [PATCH 0/4] enable ATS per pcie root port, not globally Ani Sinha
2022-08-22 9:08 ` Ani Sinha [this message]
2022-08-22 9:08 ` [PATCH 2/4] hw/acpi: set ATS capability explicitly per pcie root port Ani Sinha
2022-08-24 15:24 ` Igor Mammedov
2022-08-24 16:16 ` Ani Sinha
2022-08-25 8:05 ` Igor Mammedov
2022-08-22 9:08 ` [PATCH 3/4] tests/acpi/bios-table-test: add pcie root port device for DMAR test Ani Sinha
2022-08-22 9:08 ` [PATCH 4/4] tests/acpi/bios-tables-test: update DSDT and DMAR table blobs Ani Sinha
-- strict thread matches above, loose matches on Subject: below --
2022-08-22 9:04 [PATCH 0/4] enable ATS per pcie root port, not globally Ani Sinha
2022-08-22 9:04 ` [PATCH 1/4] hw/acpi: allow changes to DSDT and DMAR tables Ani Sinha
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=20220822090811.427029-2-ani@anisinha.ca \
--to=ani@anisinha.ca \
--cc=imammedo@redhat.com \
--cc=jusual@redhat.com \
--cc=kkostiuk@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=ybendito@redhat.com \
--cc=yvugenfi@redhat.com \
/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).