[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 07/10] tests/acpi: Update q35/DSDT.cxl for removed duplicate _
From: |
Jonathan Cameron |
Subject: |
[PATCH v3 07/10] tests/acpi: Update q35/DSDT.cxl for removed duplicate _UID |
Date: |
Mon, 30 Jan 2023 14:37:02 +0000 |
Dropping the ID effects this table in trivial fashion.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
v3: New patch to update the table.
tests/data/acpi/q35/DSDT.cxl | Bin 9636 -> 9622 bytes
tests/qtest/bios-tables-test-allowed-diff.h | 1 -
2 files changed, 1 deletion(-)
diff --git a/tests/data/acpi/q35/DSDT.cxl b/tests/data/acpi/q35/DSDT.cxl
index
f9c6dd4ee0502ca000509493411b421dfd23b96f..e0a141d6f80865c5f2573dabd41fc353108df89a
100644
GIT binary patch
delta 65
zcmZ4DJ<XfTCD<ionkoYWBiBZ*y)xV`DlzfFPVv!A-pZ3N$yjZUmtV~|d7oS;iiDgz
INWzs30G34*AOHXW
delta 79
zcmbQ{y~LZ#CD<ioi7EpFW8Oxty)xY1DlzfFPVv!APAZcx$yl+)hkCkj-P;@>zlL%0
ScDYa#d2xBDJP%ObjST?dDi`tq
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index 9ce0f596cc..dfb8523c8b 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1,2 +1 @@
/* List of comma-separated changed AML files to ignore */
-"tests/data/acpi/q35/DSDT.cxl",
--
2.37.2
- [PATCH v3 00/10] hw/cxl: CXL emulation cleanups and minor fixes for upstream, Jonathan Cameron, 2023/01/30
- [PATCH v3 01/10] hw/mem/cxl_type3: Improve error handling in realize(), Jonathan Cameron, 2023/01/30
- [PATCH v3 02/10] hw/pci-bridge/cxl_downstream: Fix type naming mismatch, Jonathan Cameron, 2023/01/30
- [PATCH v3 03/10] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL, Jonathan Cameron, 2023/01/30
- [PATCH v3 04/10] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition, Jonathan Cameron, 2023/01/30
- [PATCH v3 05/10] tests/acpi: Allow update of q35/DSDT.cxl, Jonathan Cameron, 2023/01/30
- [PATCH v3 06/10] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge, Jonathan Cameron, 2023/01/30
- [PATCH v3 07/10] tests/acpi: Update q35/DSDT.cxl for removed duplicate _UID,
Jonathan Cameron <=
- [PATCH v3 08/10] qemu/bswap: Add const_le64(), Jonathan Cameron, 2023/01/30
- [PATCH v3 09/10] qemu/uuid: Add UUID static initializer, Jonathan Cameron, 2023/01/30
- [PATCH v3 10/10] hw/cxl/mailbox: Use new UUID network order define for cel_uuid, Jonathan Cameron, 2023/01/30
- Re: [PATCH v3 00/10] hw/cxl: CXL emulation cleanups and minor fixes for upstream, Gregory Price, 2023/01/30