Skip to content

Commit 0442660

Browse files
committed
qemu: Fix mouse regrabbing issue
Added 3 patches from Intel Distribution Qemu Commit 2a16676 This code change includes fix for an issue, 'mouse regrabbing upon HPD' and some improvement for IOmediator save/restore. Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
1 parent 9e815aa commit 0442660

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

SPECS/qemu/0055-hw-display-virtio-gpu-Manual-res-flush-to-redraw-sav.patch renamed to SPECS/qemu/0059-hw-display-virtio-gpu-Manual-res-flush-to-redraw-sav.patch

File renamed without changes.

SPECS/qemu/0056-hw-display-virtio-gpu-Properly-free-current_cursor.patch renamed to SPECS/qemu/0060-hw-display-virtio-gpu-Properly-free-current_cursor.patch

File renamed without changes.

SPECS/qemu/0057-ui-gtk-Re-grabbing-PTR-KBD-individually.patch renamed to SPECS/qemu/0061-ui-gtk-Re-grabbing-PTR-KBD-individually.patch

File renamed without changes.

SPECS/qemu/qemu.spec

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ Obsoletes: sgabios-bin <= 1:0.20180715git-10.fc38
446446
Summary: QEMU is a FAST! processor emulator
447447
Name: qemu
448448
Version: 9.1.0
449-
Release: 6%{?dist}
449+
Release: 7%{?dist}
450450
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND FSFAP AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT AND LicenseRef-Fedora-Public-Domain AND CC-BY-3.0
451451
URL: http://www.qemu.org/
452452

@@ -541,6 +541,9 @@ Patch59: 0056-hw-display-virtio-gpu-Properly-free-current_cursor.patch
541541
Patch60: 0057-ui-gtk-Re-grabbing-PTR-KBD-individually.patch
542542
Patch61: 0058-hw-usb-host-libusb-Do-not-assert-when-detects-invali.patch
543543
Patch62: CVE-2025-54567.patch
544+
Patch63: 0059-hw-display-virtio-gpu-Manual-res-flush-to-redraw-sav.patch
545+
Patch64: 0060-hw-display-virtio-gpu-Properly-free-current_cursor.patch
546+
Patch65: 0061-ui-gtk-Re-grabbing-PTR-KBD-individually.patch
544547

545548
BuildRequires: gnupg2
546549
BuildRequires: meson >= %{meson_version}
@@ -3539,6 +3542,11 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
35393542

35403543

35413544
%changelog
3545+
* Mon Mar 16 2026 Dongwon Kim <dongwon.kim@intel.com> - 9.1.0-7
3546+
- Added 3 patches from Intel Distribution Qemu Commit 2a16676
3547+
- IOmediator save/restore fix
3548+
- Mouse regrabbing upon HPD fix
3549+
35423550
* Tue Jan 27 2025 Rajesh Shanmugam <rajesh1x.shanmugam@intel.com> - 9.1.0-6
35433551
- Added 1 patch from Intel Distribution Qemu Commit 8e06d09
35443552
- Add patch for CVE-2025-54566 CVE-2025-54567

0 commit comments

Comments
 (0)