From dd41f1a7ca546285adbf48c4e0ff0dfb0b7a9f15 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mar 25 2020 17:25:36 +0000 Subject: spec: Disable liburing, it's breaking the test suite Signed-off-by: Cole Robinson --- diff --git a/qemu.spec b/qemu.spec index a06407b..97883f9 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1124,6 +1124,10 @@ run_configure \ %if 0%{?fedora} > 30 --enable-slirp=system \ %endif + --disable-linux-io-uring + +# uring temporarily disabled, it's breaking the test suite: +# https://lists.gnu.org/archive/html/qemu-block/2020-03/msg01395.html echo "config-host.mak contents:" echo "==="