From ddd3abde97cb2f73c7f975c4be8b0a73e800c995 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 26 Sep 2024 15:18:16 +0800 Subject: [PATCH] enable block_rbd for loongarch64 --- qemu.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index b2f7ded..af5d49d 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,4 +1,4 @@ -%define anolis_release 18 +%define anolis_release 19 %bcond_with check @@ -73,7 +73,11 @@ %global have_edk2 1 # All modules should be listed here. +%ifarch loongarch64 +%define have_block_rbd 1 +%else %define have_block_rbd 0 +%endif %global have_block_gluster 1 @@ -1921,6 +1925,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \ %endif %changelog +* Thu Sep 26 2024 Wenlong Zhang - 2:8.2.0-19 +- enable block_rbd for loongarch64 + * Sun Aug 18 2024 Wencheng Yang - 2:8.2.0-18 - Patch1054: 1054-virtio-net-Fix-network-stall-at-the-host-side-waitin.patch (Fix network stall at the host side waiting for kick) -- Gitee