60061b
From 6072c9986ebe95feceadcf0d75d8a6b1ed919414 Mon Sep 17 00:00:00 2001
60061b
From: Igor Mammedov <imammedo@redhat.com>
60061b
Date: Wed, 12 Jan 2022 08:03:32 -0500
60061b
Subject: [PATCH 10/12] tests: acpi: update expected blobs
60061b
60061b
RH-Author: Igor Mammedov <imammedo@redhat.com>
60061b
RH-MergeRequest: 129: acpi: fix QEMU crash when started with SLIC table
60061b
RH-Commit: [8/10] a4ba098c69a8a2911143ba6e74ed3a61640e02f8
60061b
RH-Bugzilla: 2059311
60061b
RH-Acked-by: Jon Maloy <jmaloy@redhat.com>
60061b
RH-Acked-by: Gerd Hoffmann <kraxel@redhat.com>
60061b
RH-Acked-by: MST <None>
60061b
60061b
Expected changes caused by previous commit:
60061b
60061b
nvdimm ssdt (q35/pc/virt):
60061b
  - *     OEM Table ID     "NVDIMM  "
60061b
  + *     OEM Table ID     "NVDIMM"
60061b
60061b
SLIC test FADT (tests/data/acpi/q35/FACP.slic):
60061b
  -[010h 0016   8]                 Oem Table ID : "ME      "
60061b
  +[010h 0016   8]                 Oem Table ID : "ME"
60061b
60061b
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
60061b
Message-Id: <20220112130332.1648664-5-imammedo@redhat.com>
60061b
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
60061b
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
60061b
(cherry picked from commit 5adc3aba875416b0e077d8a29ddd0357883746f4)
60061b
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
60061b
---
60061b
 tests/data/acpi/pc/SSDT.dimmpxm             | Bin 734 -> 734 bytes
60061b
 tests/data/acpi/q35/FACP.slic               | Bin 244 -> 244 bytes
60061b
 tests/data/acpi/q35/SSDT.dimmpxm            | Bin 734 -> 734 bytes
60061b
 tests/data/acpi/virt/SSDT.memhp             | Bin 736 -> 736 bytes
60061b
 tests/qtest/bios-tables-test-allowed-diff.h |   4 ----
60061b
 5 files changed, 4 deletions(-)
60061b
60061b
60061b
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
60061b
index 7faa8f53be..dfb8523c8b 100644
60061b
--- a/tests/qtest/bios-tables-test-allowed-diff.h
60061b
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
60061b
@@ -1,5 +1 @@
60061b
 /* List of comma-separated changed AML files to ignore */
60061b
-"tests/data/acpi/virt/SSDT.memhp",
60061b
-"tests/data/acpi/pc/SSDT.dimmpxm",
60061b
-"tests/data/acpi/q35/SSDT.dimmpxm",
60061b
-"tests/data/acpi/q35/FACP.slic",
60061b
-- 
60061b
2.27.0
60061b