|
|
|
@ -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: 11%{?rcrel}%{?dist}%{?cc_suffix}.6
|
|
|
|
|
Release: 11%{?rcrel}%{?dist}%{?cc_suffix}.6.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)
|
|
|
|
@ -536,11 +536,11 @@ Patch138: kvm-tests-unit-Bump-test-replication-timeout-to-60-secon.patch
|
|
|
|
|
Patch139: kvm-iotests-iothreads-stream-Use-the-right-TimeoutError.patch
|
|
|
|
|
# For RHEL-24045 - QEMU: default-enable dynamically using multiple memslots for virtio-mem
|
|
|
|
|
Patch140: kvm-virtio-mem-default-enable-dynamic-memslots.patch
|
|
|
|
|
# For RHEL-3934 - [qemu-kvm] Failed on repeatedly hotplug/unplug disk iothread enabled
|
|
|
|
|
# For RHEL-3934 - [qemu-kvm] Failed on repeatedly hotplug/unplug disk iothread enabled
|
|
|
|
|
Patch141: kvm-virtio-scsi-Attach-event-vq-notifier-with-no_poll.patch
|
|
|
|
|
# For RHEL-3934 - [qemu-kvm] Failed on repeatedly hotplug/unplug disk iothread enabled
|
|
|
|
|
# For RHEL-3934 - [qemu-kvm] Failed on repeatedly hotplug/unplug disk iothread enabled
|
|
|
|
|
Patch142: kvm-virtio-Re-enable-notifications-after-drain.patch
|
|
|
|
|
# For RHEL-3934 - [qemu-kvm] Failed on repeatedly hotplug/unplug disk iothread enabled
|
|
|
|
|
# For RHEL-3934 - [qemu-kvm] Failed on repeatedly hotplug/unplug disk iothread enabled
|
|
|
|
|
Patch143: kvm-virtio-blk-Use-ioeventfd_attach-in-start_ioeventfd.patch
|
|
|
|
|
# For RHEL-15394 - virtio-blk: qemu hang on "no response on QMP query-status" when write data to disk without enough space
|
|
|
|
|
Patch144: kvm-virtio-blk-avoid-using-ioeventfd-state-in-irqfd-cond.patch
|
|
|
|
@ -1742,11 +1742,17 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
|
|
|
|
|
- Resolves: RHEL-33754
|
|
|
|
|
(Qemu hang when quit dst vm after storage migration(nbd+tls) [rhel-9.4.z])
|
|
|
|
|
|
|
|
|
|
* Thu Jun 06 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 17:8.2.0-11.2.inferit
|
|
|
|
|
- Update to 8.2.0-11.el9_4.2
|
|
|
|
|
|
|
|
|
|
* Mon May 20 2024 Miroslav Rezanina <mrezanin@redhat.com> - 8.2.0-11.el9_4.2
|
|
|
|
|
- kvm-kvm-error-out-of-kvm_irqchip_add_msi_route-in-case-o.patch [RHEL-32990]
|
|
|
|
|
- Resolves: RHEL-32990
|
|
|
|
|
(qemu crash with kvm_irqchip_commit_routes: Assertion `ret == 0' failed if booting with many virtio disks and vcpus [rhel-9.4.z])
|
|
|
|
|
|
|
|
|
|
* Wed May 1 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 8.2.0-11.inferit
|
|
|
|
|
- Added host_cdrom driver to whitelist (INF-741)
|
|
|
|
|
|
|
|
|
|
* Thu Apr 18 2024 Miroslav Rezanina <mrezanin@redhat.com> - 8.2.0-11.el9_4.1
|
|
|
|
|
- kvm-virtio-pci-fix-use-of-a-released-vector.patch [RHEL-32837]
|
|
|
|
|
- Resolves: RHEL-32837
|
|
|
|
@ -2370,6 +2376,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
|
|
|
|
|
- Resolves: bz#2156876
|
|
|
|
|
([virtual network][rhel7.9_guest] qemu-kvm: vhost vring error in virtqueue 1: Invalid argument (22))
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 7.2.0-12
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
* Sun Mar 12 2023 Miroslav Rezanina <mrezanin@redhat.com> - 7.2.0-12
|
|
|
|
|
- kvm-scsi-protect-req-aiocb-with-AioContext-lock.patch [bz#2155748]
|
|
|
|
|
- kvm-dma-helpers-prevent-dma_blk_cb-vs-dma_aio_cancel-rac.patch [bz#2155748]
|
|
|
|
|