From beea4b941532f546610f7db8e00f307ee2440378 Mon Sep 17 00:00:00 2001 From: eillon <1377437556@qq.com> Date: Mon, 24 Nov 2025 10:46:23 +0800 Subject: [PATCH] test urma build --- qemu.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 7f8b3524..2fe5dd22 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 8.2.0 -Release: 52 +Release: 53 Epoch: 11 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -1197,6 +1197,9 @@ BuildRequires: spice-server-devel BuildRequires: qatzip-devel BuildRequires: intel-qpl-devel %endif +%ifarch aarch64 +BuildRequires: umdk-urma-devel +%endif BuildRequires: glibc-static glib2-static zlib-static libatomic-static @@ -1454,6 +1457,9 @@ cd ../ --enable-zstd \ --disable-brlapi \ --disable-plugins \ +%ifarch aarch64 + --enable-urma-migration \ +%endif --enable-debug make %{?_smp_mflags} $buildldflags V=1 -- Gitee