From: Neal Gompa Date: Mon, 5 Oct 2020 02:16:57 +0000 (-0400) Subject: rpm: Enable Xen support on AArch64 X-Git-Tag: v6.9.0-rc1~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ebf0638972c5922d32e9819f2f979f3345bd9c2;p=thirdparty%2Flibvirt.git rpm: Enable Xen support on AArch64 Starting with Linux 5.9, Xen Dom0 works on commonly available AArch64 devices, such as the Raspberry Pi 4. Reference: https://xenproject.org/2020/09/29/xen-on-raspberry-pi-4-adventures/ Signed-off-by: Neal Gompa Reviewed-by: Andrea Bolognani --- diff --git a/libvirt.spec.in b/libvirt.spec.in index d13aae5cf5..933e12f4d2 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -97,8 +97,8 @@ # Finally set the OS / architecture specific special cases -# Xen is available only on i386 x86_64 -%ifnarch %{ix86} x86_64 +# Xen is available only on some architectures +%ifnarch %{ix86} x86_64 aarch64 %define with_libxl 0 %endif