cryptospore / rpms / qemu-kvm

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