Blame SOURCES/kvm-redhat-Enable-the-test-block-iothread-test-again.patch

a83cc2
From 4231cac75289acd643c2daaa2dece485b958bef1 Mon Sep 17 00:00:00 2001
a83cc2
From: Thomas Huth <thuth@redhat.com>
a83cc2
Date: Fri, 20 Aug 2021 10:27:12 +0200
a83cc2
Subject: [PATCH 4/4] redhat: Enable the 'test-block-iothread' test again
a83cc2
MIME-Version: 1.0
a83cc2
Content-Type: text/plain; charset=UTF-8
a83cc2
Content-Transfer-Encoding: 8bit
a83cc2
a83cc2
RH-Author: Thomas Huth <thuth@redhat.com>
a83cc2
RH-MergeRequest: 36: Disable LTO on non-x86 architectures
a83cc2
RH-Commit: [2/2] e010396f3ee0f3f39ff8bcd4749f8ae2e8624980 (thuth/qemu-kvm-cs9)
a83cc2
RH-Bugzilla: 1950192
a83cc2
RH-Acked-by: Andrew Jones <drjones@redhat.com>
a83cc2
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
a83cc2
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
a83cc2
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
a83cc2
a83cc2
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1950192
a83cc2
a83cc2
Now that we disabled LTO to fix the coroutines/iothreads on s390x and
a83cc2
aarch64, we can also enable the 'test-block-iothread' test again.
a83cc2
a83cc2
Signed-off-by: Thomas Huth <thuth@redhat.com>
a83cc2
---
a83cc2
 tests/unit/meson.build | 2 +-
a83cc2
 1 file changed, 1 insertion(+), 1 deletion(-)
a83cc2
a83cc2
diff --git a/tests/unit/meson.build b/tests/unit/meson.build
a83cc2
index 244d35f5d4..b3bc2109da 100644
a83cc2
--- a/tests/unit/meson.build
a83cc2
+++ b/tests/unit/meson.build
a83cc2
@@ -65,7 +65,7 @@ if have_block
a83cc2
     'test-blockjob': [testblock],
a83cc2
     'test-blockjob-txn': [testblock],
a83cc2
     'test-block-backend': [testblock],
a83cc2
-#    'test-block-iothread': [testblock],
a83cc2
+    'test-block-iothread': [testblock],
a83cc2
     'test-write-threshold': [testblock],
a83cc2
     'test-crypto-hash': [crypto],
a83cc2
     'test-crypto-hmac': [crypto],
a83cc2
-- 
a83cc2
2.27.0
a83cc2