cryptospore / rpms / qemu-kvm

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