|
|
|
@ -101,7 +101,7 @@
|
|
|
|
|
|
|
|
|
|
%global target_list %{kvm_target}-softmmu
|
|
|
|
|
%global block_drivers_rw_list qcow2,raw,file,host_device,nbd,iscsi,rbd,blkdebug,luks,null-co,nvme,copy-on-read,throttle,compress
|
|
|
|
|
%global block_drivers_ro_list vdi,vmdk,vhdx,vpc,https
|
|
|
|
|
%global block_drivers_ro_list vdi,vmdk,vhdx,vpc,https,host_cdrom
|
|
|
|
|
%define qemudocdir %{_docdir}/%{name}
|
|
|
|
|
%global firmwaredirs "%{_datadir}/qemu-firmware:%{_datadir}/ipxe/qemu:%{_datadir}/seavgabios:%{_datadir}/seabios"
|
|
|
|
|
|
|
|
|
@ -148,7 +148,7 @@ Obsoletes: %{name}-block-ssh <= %{epoch}:%{version} \
|
|
|
|
|
Summary: QEMU is a machine emulator and virtualizer
|
|
|
|
|
Name: qemu-kvm
|
|
|
|
|
Version: 7.2.0
|
|
|
|
|
Release: 14%{?rcrel}%{?dist}%{?cc_suffix}.5
|
|
|
|
|
Release: 14%{?rcrel}%{?dist}%{?cc_suffix}.5.inferit
|
|
|
|
|
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
|
|
|
|
|
# Epoch 15 used for RHEL 8
|
|
|
|
|
# Epoch 17 used for RHEL 9 (due to release versioning offset in RHEL 8.5)
|
|
|
|
@ -1464,6 +1464,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 31 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 7.2.0-14.el9_2.5.inferit
|
|
|
|
|
- Added host_cdrom driver to whitelist (INF-741)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 21 2023 Miroslav Rezanina <mrezanin@redhat.com> - 7.2.0-14.el9_2.5
|
|
|
|
|
- kvm-vdpa-net-move-iova-tree-creation-from-init-to-start.patch [RHEL-1060]
|
|
|
|
|
- kvm-vdpa-reorder-vhost_vdpa_net_cvq_cmd_page_len-functio.patch [RHEL-1060]
|
|
|
|
|