0727d3
From 4785d2a77fbea681975e5c48ae6a1be49058e089 Mon Sep 17 00:00:00 2001
0727d3
From: Jon Maloy <jmaloy@redhat.com>
0727d3
Date: Wed, 30 Mar 2022 14:52:34 -0400
0727d3
Subject: [PATCH 16/18] tests: acpi: update expected blobs
0727d3
0727d3
RH-Author: Jon Maloy <jmaloy@redhat.com>
0727d3
RH-MergeRequest: 141: acpi: fix QEMU crash when started with SLIC table
0727d3
RH-Commit: [8/10] e069c5de88f34393d65d32b60380865832820302 (jmaloy/qemu-kvm)
0727d3
RH-Bugzilla: 2062611
0727d3
RH-Acked-by: Igor Mammedov <imammedo@redhat.com>
0727d3
0727d3
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2062611
0727d3
Upstream: Merged
0727d3
0727d3
commit 5adc3aba875416b0e077d8a29ddd0357883746f4
0727d3
Author: Igor Mammedov <imammedo@redhat.com>
0727d3
Date:   Wed Jan 12 08:03:32 2022 -0500
0727d3
0727d3
    tests: acpi: update expected blobs
0727d3
0727d3
    Expected changes caused by previous commit:
0727d3
0727d3
    nvdimm ssdt (q35/pc/virt):
0727d3
      - *     OEM Table ID     "NVDIMM  "
0727d3
      + *     OEM Table ID     "NVDIMM"
0727d3
0727d3
    SLIC test FADT (tests/data/acpi/q35/FACP.slic):
0727d3
      -[010h 0016   8]                 Oem Table ID : "ME      "
0727d3
      +[010h 0016   8]                 Oem Table ID : "ME"
0727d3
0727d3
    Signed-off-by: Igor Mammedov <imammedo@redhat.com>
0727d3
    Message-Id: <20220112130332.1648664-5-imammedo@redhat.com>
0727d3
    Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
0727d3
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
0727d3
0727d3
(cherry picked from commit 5adc3aba875416b0e077d8a29ddd0357883746f4)
0727d3
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
0727d3
---
0727d3
 tests/data/acpi/pc/SSDT.dimmpxm             | Bin 734 -> 734 bytes
0727d3
 tests/data/acpi/q35/FACP.slic               | Bin 244 -> 244 bytes
0727d3
 tests/data/acpi/q35/SSDT.dimmpxm            | Bin 734 -> 734 bytes
0727d3
 tests/data/acpi/virt/SSDT.memhp             | Bin 736 -> 736 bytes
0727d3
 tests/qtest/bios-tables-test-allowed-diff.h |   4 ----
0727d3
 5 files changed, 4 deletions(-)
0727d3
0727d3
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
0727d3
index 7faa8f53be..dfb8523c8b 100644
0727d3
--- a/tests/qtest/bios-tables-test-allowed-diff.h
0727d3
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
0727d3
@@ -1,5 +1 @@
0727d3
 /* List of comma-separated changed AML files to ignore */
0727d3
-"tests/data/acpi/virt/SSDT.memhp",
0727d3
-"tests/data/acpi/pc/SSDT.dimmpxm",
0727d3
-"tests/data/acpi/q35/SSDT.dimmpxm",
0727d3
-"tests/data/acpi/q35/FACP.slic",
0727d3
-- 
0727d3
2.27.0
0727d3