Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2025-08-13 16:23:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qemu (Old)
 and      /work/SRC/openSUSE:Factory/.qemu.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qemu"

Wed Aug 13 16:23:40 2025 rev:296 rq:1299133 version:10.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/qemu/qemu.changes        2025-07-24 
18:45:47.458309482 +0200
+++ /work/SRC/openSUSE:Factory/.qemu.new.1085/qemu.changes      2025-08-13 
16:30:48.097121121 +0200
@@ -1,0 +2,41 @@
+Tue Aug 12 08:28:17 UTC 2025 - Dario Faggioli <dfaggi...@suse.com>
+
+- Bug and CVE fixes:
+  * tests: Avoid dependency on padding on signal messages (boo#1246830)
+  * pcie_sriov: Fix configuration and state synchronization (bsc#1246992 
CVE-2025-54566 CVE-2025-54567)
+  * [openSUSE][RPM] linux-user: restart systemd-binfmt upon changes 
(bsc#1247443)
+
+-------------------------------------------------------------------
+Tue Aug 10 10:32:29 UTC 2025 - Dario Faggioli <dfaggi...@suse.com>
+
+- Update to stable release 10.0.3:
+  Full list of backports here:
+   
https://lore.kernel.org/qemu-devel/1748499690.323471.13081.nullmailer@localhost/
+    
+  A selection of them is reported here too:
+   hvf: arm: Emulate ICC_RPR_EL1 accesses properly
+   target/arm: Correct encoding of Debug Communications Channel registers
+   ui: fix setting client_endian field defaults
+   hw/net/npcm_gmac.c: Send the right data for second packet in a row
+   target/i386: do not expose ARCH_CAPABILITIES on AMD CPU
+   i386/cpu: Honor maximum value for CPUID.8000001DH.EAX[25:14]
+   i386/cpu: Fix overflow of cache topology fields in CPUID.04H
+   i386/cpu: Fix cpu number overflow in CPUID.01H.EBX[23:16]
+   ui/vnc: Do not copy z_stream
+   vhost: Fix used memslot tracking when destroying a vhost device
+   roms: re-remove execute bit from hppa-firmware*
+   file-posix: Fix aio=threads performance regression after enablign FUA
+   amd_iommu: Fix truncation of oldval in amdvi_writeq
+   amd_iommu: Remove duplicated definitions
+   amd_iommu: Fix the calculation for Device Table size
+   amd_iommu: Fix mask to retrieve Interrupt Table Root Pointer from DTE
+   amd_iommu: Fix masks for various IOMMU MMIO Registers
+   amd_iommu: Update bitmasks representing DTE reserved fields
+   amd_iommu: Fix Device ID decoding for INVALIDATE_IOTLB_PAGES command
+   amd_iommu: Fix Miscellaneous Information Register 0 encoding
+   virtio-net: Add queues for RSS during migration
+   net: fix buffer overflow in af_xdp_umem_create()
+   accel/kvm: Adjust the note about the minimum required kernel version
+   ...
+
+-------------------------------------------------------------------

Old:
----
  qemu-10.0.2.obscpio

New:
----
  qemu-10.0.3.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qemu-linux-user.spec ++++++
--- /var/tmp/diff_new_pack.Q0uWBq/_old  2025-08-13 16:30:53.297337331 +0200
+++ /var/tmp/diff_new_pack.Q0uWBq/_new  2025-08-13 16:30:53.297337331 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qemu-linux-user
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Summary:        CPU emulator for user space
 License:        BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND 
GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 Group:          System/Emulators/PC
-Version:        10.0.2
+Version:        10.0.3
 Release:        0
 Source0:        qemu-%{version}.tar.xz
 Source1:        common.inc
@@ -107,6 +107,12 @@
 %_sbindir/qemu-binfmt-conf.sh
 %_prefix/lib/binfmt.d/qemu-*.conf
 
+%post
+/usr/bin/systemctl try-restart systemd-binfmt.service >/dev/null 2>&1 || :
+
+%postun
+/usr/bin/systemctl try-restart systemd-binfmt.service >/dev/null 2>&1 || :
+
 %prep
 %autosetup -n qemu-%{version} -p1
 

++++++ qemu.spec ++++++
--- /var/tmp/diff_new_pack.Q0uWBq/_old  2025-08-13 16:30:53.341339161 +0200
+++ /var/tmp/diff_new_pack.Q0uWBq/_new  2025-08-13 16:30:53.345339326 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qemu
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -88,7 +88,7 @@
 Summary:        Machine emulator and virtualizer
 License:        BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND 
GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 Group:          System/Emulators/PC
-Version:        10.0.2
+Version:        10.0.3
 Release:        0
 Source0:        qemu-%{version}.tar.xz
 Source1:        common.inc
@@ -1918,7 +1918,7 @@
 %package seabios
 Summary:        x86 Legacy BIOS for QEMU
 Group:          System/Emulators/PC
-Version:        10.0.2%{sbver}
+Version:        10.0.3%{sbver}
 Release:        0
 BuildArch:      noarch
 Conflicts:      %name < 1.6.0
@@ -1939,7 +1939,7 @@
 %package vgabios
 Summary:        VGA BIOSes for QEMU
 Group:          System/Emulators/PC
-Version:        10.0.2%{sbver}
+Version:        10.0.3%{sbver}
 Release:        0
 BuildArch:      noarch
 Conflicts:      %name < 1.6.0
@@ -1965,7 +1965,7 @@
 %package ipxe
 Summary:        PXE ROMs for QEMU NICs
 Group:          System/Emulators/PC
-Version:        10.0.2
+Version:        10.0.3
 Release:        0
 BuildArch:      noarch
 Conflicts:      %name < 1.6.0

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Q0uWBq/_old  2025-08-13 16:30:53.445343484 +0200
+++ /var/tmp/diff_new_pack.Q0uWBq/_new  2025-08-13 16:30:53.449343651 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/opensuse/qemu.git</param>
-              <param 
name="changesrevision">a3c543897232c74d879ab672ef21eb20b82f0a7b</param></service></servicedata>
+              <param 
name="changesrevision">f2ced7ec25281c7c8bc9b3b138b518c4e094874e</param></service></servicedata>
 (No newline at EOF)
 

++++++ qemu-10.0.2.obscpio -> qemu-10.0.3.obscpio ++++++
/work/SRC/openSUSE:Factory/qemu/qemu-10.0.2.obscpio 
/work/SRC/openSUSE:Factory/.qemu.new.1085/qemu-10.0.3.obscpio differ: char 49, 
line 1

++++++ qemu.obsinfo ++++++
--- /var/tmp/diff_new_pack.Q0uWBq/_old  2025-08-13 16:30:53.513346312 +0200
+++ /var/tmp/diff_new_pack.Q0uWBq/_new  2025-08-13 16:30:53.517346478 +0200
@@ -1,5 +1,5 @@
 name: qemu
-version: 10.0.2
-mtime: 1753251646
-commit: a3c543897232c74d879ab672ef21eb20b82f0a7b
+version: 10.0.3
+mtime: 1754995492
+commit: f2ced7ec25281c7c8bc9b3b138b518c4e094874e
 

Reply via email to