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-02-14 19:15:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qemu (Old)
 and      /work/SRC/openSUSE:Factory/.qemu.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qemu"

Fri Feb 14 19:15:02 2025 rev:286 rq:1245591 version:9.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qemu/qemu.changes        2025-02-07 
22:57:55.072149278 +0100
+++ /work/SRC/openSUSE:Factory/.qemu.new.8181/qemu.changes      2025-02-14 
19:16:38.488137223 +0100
@@ -1,0 +2,44 @@
+Wed Feb 12 16:06:45 UTC 2025 - [email protected]
+
+- Fix bsc#1228343:
+  * tests/acpi: q35: Update host address width in DMAR (bsc#1228343)
+  * intel_iommu: Set default aw_bits to 48 starting from QEMU 9.2 (bsc#1228343)
+  * tests/acpi: q35: allow DMAR acpi table changes (bsc#1228343)
+
+- Full boot order support (jsc#PED-958):
+  * pc-bios: Update the s390 bios images with the recent changes (jsc#PED-958)
+  * pc-bios/s390-ccw: Abort IPL on invalid loadparm (jsc#PED-958)
+  * pc-bios/s390-ccw/netmain: Fix error messages with regards to the TFTP 
server (jsc#PED-958)
+  * pc-bios/s390-ccw: Fix boot problem with virtio-net devices (jsc#PED-958)
+  * pc-bios/s390-ccw/virtio: Add a function to reset a virtio device 
(jsc#PED-958)
+  * hw/s390x: Fix crash that occurs when inspecting older versioned machines 
types (jsc#PED-958)
+
+- Update to latest upstream release, 9.2.1:
+  The full list of changes are available at:
+   
https://lore.kernel.org/qemu-devel/[email protected]/
+  Highlights include:
+  * 9pfs: fix regression regarding CVE-2023-2861
+  * tcg: Reset free_temps before tcg_optimize
+  * tcg/riscv: Fix StoreStore barrier generation
+  * x86/loader: only patch linux kernels
+  * roms: re-add edk2-basetools target
+  * pc-bios: add missing riscv64 descriptor
+  * hw/intc/arm_gicv3_its: Zero initialize local DTEntry etc structs
+  * meson.build: Disallow libnfs v6 to fix the broken macOS build
+  * target/i386: Reset TSCs of parked vCPUs too on VM reset
+  * hw/intc/riscv_aplic: Fix APLIC in_clrip and clripnum write emulation
+  * s390x/s390-virtio-ccw: don't crash on weird RAM sizes
+  * target/loongarch: Use actual operand size with vbsrl check
+  * docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation
+  * docs: Correct release of TCG trace-events removal
+  * target/i386/cpu: Fix notes for CPU models
+  * migration/multifd: Fix compile error caused by page_size usage
+  * migration/multifd: Fix compat with QEMU < 9.0
+  * migration: Add more error handling to analyze-migration.py
+  * migration: Remove unused argument in vmsd_desc_field_end
+  * migration: Fix parsing of s390 stream
+  * s390x: Fix CSS migration
+  * migration: Rename vmstate_info_nullptr
+  * ...
+
+-------------------------------------------------------------------

Old:
----
  qemu-9.2.0.obscpio

New:
----
  qemu-9.2.1.obscpio

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

Other differences:
------------------
++++++ qemu-linux-user.spec ++++++
--- /var/tmp/diff_new_pack.GxRrgR/_old  2025-02-14 19:16:58.844976839 +0100
+++ /var/tmp/diff_new_pack.GxRrgR/_new  2025-02-14 19:16:58.848977004 +0100
@@ -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:        9.2.0
+Version:        9.2.1
 Release:        0
 Source0:        qemu-%{version}.tar.xz
 Source1:        common.inc

++++++ qemu.spec ++++++
--- /var/tmp/diff_new_pack.GxRrgR/_old  2025-02-14 19:16:58.908979479 +0100
+++ /var/tmp/diff_new_pack.GxRrgR/_new  2025-02-14 19:16:58.908979479 +0100
@@ -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:        9.2.0
+Version:        9.2.1
 Release:        0
 Source0:        qemu-%{version}.tar.xz
 Source1:        common.inc
@@ -855,6 +855,7 @@
 unlink %{buildroot}%_datadir/%name/firmware/60-edk2-i386.json
 unlink %{buildroot}%_datadir/%name/firmware/60-edk2-x86_64.json
 unlink %{buildroot}%_datadir/%name/firmware/60-edk2-loongarch64.json
+unlink %{buildroot}%_datadir/%name/firmware/60-edk2-riscv64.json
 unlink %{buildroot}%_datadir/%name/edk2-aarch64-code.fd
 unlink %{buildroot}%_datadir/%name/edk2-arm-code.fd
 unlink %{buildroot}%_datadir/%name/edk2-arm-vars.fd
@@ -1871,7 +1872,7 @@
 %package seabios
 Summary:        x86 Legacy BIOS for QEMU
 Group:          System/Emulators/PC
-Version:        9.2.0%{sbver}
+Version:        9.2.1%{sbver}
 Release:        0
 BuildArch:      noarch
 Conflicts:      %name < 1.6.0
@@ -1892,7 +1893,7 @@
 %package vgabios
 Summary:        VGA BIOSes for QEMU
 Group:          System/Emulators/PC
-Version:        9.2.0%{sbver}
+Version:        9.2.1%{sbver}
 Release:        0
 BuildArch:      noarch
 Conflicts:      %name < 1.6.0
@@ -1918,7 +1919,7 @@
 %package ipxe
 Summary:        PXE ROMs for QEMU NICs
 Group:          System/Emulators/PC
-Version:        9.2.0
+Version:        9.2.1
 Release:        0
 BuildArch:      noarch
 Conflicts:      %name < 1.6.0

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.GxRrgR/_old  2025-02-14 19:16:59.012983769 +0100
+++ /var/tmp/diff_new_pack.GxRrgR/_new  2025-02-14 19:16:59.020984099 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/opensuse/qemu.git</param>
-              <param 
name="changesrevision">1d18e5f574872fadd610c8da56f6c1d6935a1c1d</param></service></servicedata>
+              <param 
name="changesrevision">d01225572a8e5ad3d23b82d911d5cadaede9bb0e</param></service></servicedata>
 (No newline at EOF)
 

++++++ qemu-9.2.0.obscpio -> qemu-9.2.1.obscpio ++++++
/work/SRC/openSUSE:Factory/qemu/qemu-9.2.0.obscpio 
/work/SRC/openSUSE:Factory/.qemu.new.8181/qemu-9.2.1.obscpio differ: char 50, 
line 1

++++++ qemu.obsinfo ++++++
--- /var/tmp/diff_new_pack.GxRrgR/_old  2025-02-14 19:16:59.088986904 +0100
+++ /var/tmp/diff_new_pack.GxRrgR/_new  2025-02-14 19:16:59.092987069 +0100
@@ -1,5 +1,5 @@
 name: qemu
-version: 9.2.0
-mtime: 1738677630
-commit: 1d18e5f574872fadd610c8da56f6c1d6935a1c1d
+version: 9.2.1
+mtime: 1739280805
+commit: d01225572a8e5ad3d23b82d911d5cadaede9bb0e
 

Reply via email to