[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 10/12] tests/acpi: Allow update of DSDT.cxl
From: |
Jonathan Cameron |
Subject: |
[PATCH v2 10/12] tests/acpi: Allow update of DSDT.cxl |
Date: |
Fri, 26 Jan 2024 12:01:30 +0000 |
The _STA value returned currently indicates the ACPI0017 device
is not enabled. Whilst this isn't a real device, setting _STA
like this may prevent an OS from enumerating it correctly and
hence from parsing the CEDT table.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
tests/qtest/bios-tables-test-allowed-diff.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..9ce0f596cc 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,2 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/q35/DSDT.cxl",
--
2.39.2
- [PATCH v2 00/12 qemu] CXL emulation fixes and minor cleanup., Jonathan Cameron, 2024/01/26
- [PATCH v2 01/12] cxl/cdat: Handle cdat table build errors, Jonathan Cameron, 2024/01/26
- [PATCH v2 03/12] hw/pci-bridge/cxl_upstream: Drop g_malloc() failure handling, Jonathan Cameron, 2024/01/26
- [PATCH v2 02/12] hw/mem/cxl_type3: Drop handling of failure of g_malloc0() and g_malloc(), Jonathan Cameron, 2024/01/26
- [PATCH v2 04/12] cxl/cdat: Fix header sum value in CDAT checksum, Jonathan Cameron, 2024/01/26
- [PATCH v2 05/12] hw/cxl/mbox: Remove dead code, Jonathan Cameron, 2024/01/26
- [PATCH v2 06/12] hw/cxl/device: read from register values in mdev_reg_read(), Jonathan Cameron, 2024/01/26
- [PATCH v2 07/12] hw/cxl: Pass CXLComponentState to cache_mem_ops, Jonathan Cameron, 2024/01/26
- [PATCH v2 08/12] hw/cxl: Pass NULL for a NULL MemoryRegionOps, Jonathan Cameron, 2024/01/26
- [PATCH v2 09/12] hw/mem/cxl_type3: Fix potential divide by zero reported by coverity, Jonathan Cameron, 2024/01/26
- [PATCH v2 10/12] tests/acpi: Allow update of DSDT.cxl,
Jonathan Cameron <=
- [PATCH v2 11/12] hw/i386: Fix _STA return value for ACPI0017, Jonathan Cameron, 2024/01/26
- [PATCH v2 12/12] tests/acpi: Update DSDT.cxl to reflect change _STA return value., Jonathan Cameron, 2024/01/26