diff --git a/qemu.spec b/qemu.spec index b2f7ded4259332200a1ab1e337a4e4cf5e239d75..af5d49d48cdbf18ac3205dd3b9d2c96baa8b4a0b 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)