[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] enable ATS per pcie root port, not globally
From: |
Ani Sinha |
Subject: |
[PATCH 0/4] enable ATS per pcie root port, not globally |
Date: |
Mon, 22 Aug 2022 14:38:07 +0530 |
This is towards a possible fix for RedHat ticket
https://bugzilla.redhat.com/show_bug.cgi?id=2089545 .
Michael suggested we try to enable ATS per pcie root port instead of enabling it
globally by setting the ALL_PORTS flag to 1 in the Root Port ATS capability
structure.
This patchset makes this happen.
Ani Sinha (4):
hw/acpi: allow changes to DSDT and DMAR tables
hw/acpi: set ATS capability explicitly per pcie root port
tests/acpi/bios-table-test: add pcie root port device for DMAR test
tests/acpi/bios-tables-test: update DSDT and DMAR table blobs
hw/i386/acpi-build.c | 74 ++++++++++++++++++++++++++++++++-
tests/data/acpi/q35/DMAR.dmar | Bin 120 -> 136 bytes
tests/data/acpi/q35/DSDT.dmar | Bin 0 -> 8421 bytes
tests/qtest/bios-tables-test.c | 3 +-
4 files changed, 74 insertions(+), 3 deletions(-)
create mode 100644 tests/data/acpi/q35/DSDT.dmar
--
2.25.1
- [PATCH 0/4] enable ATS per pcie root port, not globally, Ani Sinha, 2022/08/22
- [PATCH 1/4] hw/acpi: allow changes to DSDT and DMAR tables, Ani Sinha, 2022/08/22
- [PATCH 3/4] tests/acpi/bios-table-test: add pcie root port device for DMAR test, Ani Sinha, 2022/08/22
- [PATCH 4/4] tests/acpi/bios-tables-test: update DSDT and DMAR table blobs, Ani Sinha, 2022/08/22
- [PATCH 2/4] hw/acpi: set ATS capability explicitly per pcie root port, Ani Sinha, 2022/08/22
- [PATCH] hw/acpi: set ATS capability explicitly per pcie root port, Ani Sinha, 2022/08/22
- [PATCH 0/4] enable ATS per pcie root port, not globally,
Ani Sinha <=
- [PATCH 3/4] tests/acpi/bios-table-test: add pcie root port device for DMAR test, Ani Sinha, 2022/08/22
- [PATCH 4/4] tests/acpi/bios-tables-test: update DSDT and DMAR table blobs, Ani Sinha, 2022/08/22