From 3b535edd7c04bf62bf9a2243de11e3a35a53c580 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Fri, 18 Apr 2014 21:59:01 +0200 Subject: [PATCH] Disable xen on rhel --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 040cdae..9c01338 100644 --- a/qemu.spec +++ b/qemu.spec @@ -140,12 +140,16 @@ %endif %endif +%if 0%{?rhel} +%define with_xen 0 +%else # Xen is available only on i386 x86_64 (from libvirt spec) %ifnarch %{ix86} x86_64 %define with_xen 0 %else %define with_xen 1 %endif +%endif Summary: QEMU is a FAST! processor emulator