From 24fd6e3b1cdb0369bb9770335fab344bb612b26a Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 2 Apr 2024 19:31:12 +0300 Subject: [PATCH] Added host_cdrom driver to whitelist (INF-741) --- SPECS/qemu-kvm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/qemu-kvm.spec b/SPECS/qemu-kvm.spec index 675052a..c6ad1ac 100644 --- a/SPECS/qemu-kvm.spec +++ b/SPECS/qemu-kvm.spec @@ -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,virtio-blk-vhost-vdpa,virtio-blk-vfio-pci,virtio-blk-vhost-user,io_uring,nvme-io_uring -%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" @@ -149,7 +149,7 @@ Obsoletes: %{name}-block-ssh <= %{epoch}:%{version} \ Summary: QEMU is a machine emulator and virtualizer Name: qemu-kvm Version: 8.2.0 -Release: 6%{?rcrel}%{?dist}%{?cc_suffix} +Release: 6%{?rcrel}%{?dist}%{?cc_suffix}.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) @@ -1609,6 +1609,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \ %endif %changelog +* Tue Apr 02 2024 Arkady L. Shane - 17:8.2.0-6.inferit +- Added host_cdrom driver to whitelist (INF-741) + * Mon Feb 19 2024 Miroslav Rezanina - 8.2.0-6 - kvm-virtio-scsi-Attach-event-vq-notifier-with-no_poll.patch [RHEL-3934] - kvm-virtio-Re-enable-notifications-after-drain.patch [RHEL-3934]