From 52cf04624c334193effe580fc420a6350988c8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 12 Sep 2013 19:09:51 +0200 Subject: [PATCH] - Enable TCG interpreter for s390 as the native backend supports 64-bit only - Don't require RDMA on s390(x) --- qemu.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 2b2147c..6a644df 100644 --- a/qemu.spec +++ b/qemu.spec @@ -140,7 +140,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 1.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD Group: Development/Tools @@ -275,7 +275,9 @@ BuildRequires: vte3-devel # GTK translations BuildRequires: gettext # RDMA migration +%ifnarch s390 s390x BuildRequires: librdmacm-devel +%endif # For sanity test %if 0%{?fedora} >= 20 BuildRequires: qemu-sanity-check-nodeps @@ -784,6 +786,9 @@ dobuild() { --with-gtkabi="3.0" \ %endif --enable-tpm \ +%ifarch s390 + --enable-tcg-interpreter \ +%endif "$@" echo "config-host.mak contents:" @@ -1420,6 +1425,10 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Sep 12 2013 Dan HorĂ¡k - 2:1.6.0-7 +- Enable TCG interpreter for s390 as the native backend supports 64-bit only +- Don't require RDMA on s390(x) + * Tue Sep 03 2013 Cole Robinson - 2:1.6.0-6 - Fix qmp capabilities calls on i686 (bz #1003162) - Fix crash with -M isapc -cpu Haswell (bz #986790)