!674 support rbd by default

From: @bigclouds99 
Reviewed-by: @yezengruan, @aven6 
Signed-off-by: @yezengruan
This commit is contained in:
openeuler-ci-bot 2022-11-07 13:07:26 +00:00 committed by Gitee
commit ca15a811d5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: qemu Name: qemu
Version: 6.2.0 Version: 6.2.0
Release: 55 Release: 56
Epoch: 10 Epoch: 10
Summary: QEMU is a generic and open source machine emulator and virtualizer Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
@ -565,6 +565,7 @@ cd ../
--enable-virglrenderer \ --enable-virglrenderer \
--enable-cap-ng \ --enable-cap-ng \
--enable-libusb \ --enable-libusb \
--enable-rbd \
--disable-dmg \ --disable-dmg \
--disable-qcow1 \ --disable-qcow1 \
--disable-vdi \ --disable-vdi \
@ -855,6 +856,9 @@ getent passwd qemu >/dev/null || \
%endif %endif
%changelog %changelog
* Mon Nov 07 2022 yuelongguang <yuelg@chinaunicom.cn> - 10:6.2.0-56
- support rbd by adding --enable-rbd compilation option
* Thu Nov 03 2022 yezengruan <yezengruan@huawei.com> - 10:6.2.0-55 * Thu Nov 03 2022 yezengruan <yezengruan@huawei.com> - 10:6.2.0-55
- support dirty restraint on vCPU - support dirty restraint on vCPU
- support SPR AMX in Qemu - support SPR AMX in Qemu