|
|
dc1fe0 |
From 1dd4518bbf917158c9558dfb9e92be0a3f74b42b Mon Sep 17 00:00:00 2001
|
|
|
dc1fe0 |
From: Igor Mammedov <imammedo@redhat.com>
|
|
|
dc1fe0 |
Date: Mon, 27 Dec 2021 14:31:20 -0500
|
|
|
dc1fe0 |
Subject: [PATCH 08/14] tests: acpi: SLIC: 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: [4/10] 9023e98b18b9145ef889eec912b222e039fcc76f
|
|
|
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 |
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
|
|
|
dc1fe0 |
Message-Id: <20211227193120.1084176-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 c8adb4d222c42951a9d0367e5f5d4e1f5e2c9ad7)
|
|
|
dc1fe0 |
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
|
|
|
dc1fe0 |
---
|
|
|
dc1fe0 |
tests/data/acpi/q35/FACP.slic | Bin 244 -> 244 bytes
|
|
|
dc1fe0 |
tests/data/acpi/q35/SLIC.slic | Bin 0 -> 36 bytes
|
|
|
dc1fe0 |
tests/qtest/bios-tables-test-allowed-diff.h | 2 --
|
|
|
dc1fe0 |
3 files changed, 2 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 49dbf8fa3e..dfb8523c8b 100644
|
|
|
dc1fe0 |
--- a/tests/qtest/bios-tables-test-allowed-diff.h
|
|
|
dc1fe0 |
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
|
|
|
dc1fe0 |
@@ -1,3 +1 @@
|
|
|
dc1fe0 |
/* List of comma-separated changed AML files to ignore */
|
|
|
dc1fe0 |
-"tests/data/acpi/q35/FACP.slic",
|
|
|
dc1fe0 |
-"tests/data/acpi/q35/SLIC.slic",
|
|
|
dc1fe0 |
--
|
|
|
dc1fe0 |
2.31.1
|
|
|
dc1fe0 |
|