4841a6
From 4785d2a77fbea681975e5c48ae6a1be49058e089 Mon Sep 17 00:00:00 2001
4841a6
From: Jon Maloy <jmaloy@redhat.com>
4841a6
Date: Wed, 30 Mar 2022 14:52:34 -0400
4841a6
Subject: [PATCH 16/18] tests: acpi: update expected blobs
4841a6
4841a6
RH-Author: Jon Maloy <jmaloy@redhat.com>
4841a6
RH-MergeRequest: 141: acpi: fix QEMU crash when started with SLIC table
4841a6
RH-Commit: [8/10] e069c5de88f34393d65d32b60380865832820302 (jmaloy/qemu-kvm)
4841a6
RH-Bugzilla: 2062611
4841a6
RH-Acked-by: Igor Mammedov <imammedo@redhat.com>
4841a6
4841a6
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2062611
4841a6
Upstream: Merged
4841a6
4841a6
commit 5adc3aba875416b0e077d8a29ddd0357883746f4
4841a6
Author: Igor Mammedov <imammedo@redhat.com>
4841a6
Date:   Wed Jan 12 08:03:32 2022 -0500
4841a6
4841a6
    tests: acpi: update expected blobs
4841a6
4841a6
    Expected changes caused by previous commit:
4841a6
4841a6
    nvdimm ssdt (q35/pc/virt):
4841a6
      - *     OEM Table ID     "NVDIMM  "
4841a6
      + *     OEM Table ID     "NVDIMM"
4841a6
4841a6
    SLIC test FADT (tests/data/acpi/q35/FACP.slic):
4841a6
      -[010h 0016   8]                 Oem Table ID : "ME      "
4841a6
      +[010h 0016   8]                 Oem Table ID : "ME"
4841a6
4841a6
    Signed-off-by: Igor Mammedov <imammedo@redhat.com>
4841a6
    Message-Id: <20220112130332.1648664-5-imammedo@redhat.com>
4841a6
    Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
4841a6
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
4841a6
60061b
(cherry picked from commit 5adc3aba875416b0e077d8a29ddd0357883746f4)
4841a6
Signed-off-by: Jon Maloy <jmaloy@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
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