Blame SOURCES/kvm-tests-acpi-whitelist-expected-blobs-before-changing-.patch

60061b
From 8ffeee963539987cada8999acb9438fab6969851 Mon Sep 17 00:00:00 2001
60061b
From: Igor Mammedov <imammedo@redhat.com>
60061b
Date: Mon, 27 Dec 2021 14:31:18 -0500
60061b
Subject: [PATCH 04/12] tests: acpi: whitelist expected blobs before changing
60061b
 them
60061b
60061b
RH-Author: Igor Mammedov <imammedo@redhat.com>
60061b
RH-MergeRequest: 129: acpi: fix QEMU crash when started with SLIC table
60061b
RH-Commit: [2/10] f25d60661656d4ebc14b9baebfb15bb140651011
60061b
RH-Bugzilla: 2059311
60061b
RH-Acked-by: Jon Maloy <jmaloy@redhat.com>
60061b
RH-Acked-by: Gerd Hoffmann <kraxel@redhat.com>
60061b
RH-Acked-by: MST <None>
60061b
60061b
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
60061b
Message-Id: <20211227193120.1084176-3-imammedo@redhat.com>
60061b
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
60061b
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
60061b
(cherry picked from commit e71f6ab9d93a7d01e833647e7010c1079c4cef30)
60061b
---
60061b
 tests/data/acpi/q35/FACP.slic               | Bin 0 -> 244 bytes
60061b
 tests/data/acpi/q35/SLIC.slic               |   0
60061b
 tests/qtest/bios-tables-test-allowed-diff.h |   2 ++
60061b
 3 files changed, 2 insertions(+)
60061b
 create mode 100644 tests/data/acpi/q35/FACP.slic
60061b
 create mode 100644 tests/data/acpi/q35/SLIC.slic
60061b
60061b
60061b
60061b
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
60061b
index dfb8523c8b..49dbf8fa3e 100644
60061b
--- a/tests/qtest/bios-tables-test-allowed-diff.h
60061b
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
60061b
@@ -1 +1,3 @@
60061b
 /* List of comma-separated changed AML files to ignore */
60061b
+"tests/data/acpi/q35/FACP.slic",
60061b
+"tests/data/acpi/q35/SLIC.slic",
60061b
-- 
60061b
2.27.0
60061b