From e7c0de953778d255d8992973ada4bc9dd440cd27 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Wed, 15 Apr 2026 06:43:48 +0000 Subject: [PATCH] Enable QXL device build Enable building for ppc64le Re-added Spice support Don't remove slof.bin for ppc64le --- 2001-Add-ppc64-support.patch | 2 +- qemu-kvm.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2001-Add-ppc64-support.patch b/2001-Add-ppc64-support.patch index f4f3bbf..5d41f3c 100644 --- a/2001-Add-ppc64-support.patch +++ b/2001-Add-ppc64-support.patch @@ -139,7 +139,7 @@ index b0a0f8c68..5369bbba4 100644 +#if 0 /* Disabled for Red Hat Enterprise Linux */ /* - * pseries-10.0 + * pseries-10.1 */ @@ -5060,6 +5089,95 @@ static void spapr_machine_3_0_class_options(MachineClass *mc) } diff --git a/qemu-kvm.spec b/qemu-kvm.spec index b45719d..73aa3c4 100644 --- a/qemu-kvm.spec +++ b/qemu-kvm.spec @@ -1565,7 +1565,7 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \ %endif %changelog -* Tue Apr 14 2026 Eduard Abdullin - 18:10.1.0-16.alma.1 +* Wed Apr 15 2026 Eduard Abdullin - 18:10.1.0-16.alma.1 - Enable QXL device build - Enable building for ppc64le - Re-added Spice support