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-04-03 18:40:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qemu (Old)
 and      /work/SRC/openSUSE:Factory/.qemu.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qemu"

Thu Apr  3 18:40:49 2025 rev:288 rq:1266451 version:9.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/qemu/qemu.changes        2025-03-02 
12:21:19.775259164 +0100
+++ /work/SRC/openSUSE:Factory/.qemu.new.1907/qemu.changes      2025-04-03 
18:43:47.121733101 +0200
@@ -1,0 +2,48 @@
+Wed Apr 02 00:32:54 UTC 2025 - dfaggi...@suse.com
+
+- Update to latest stable release (9.2.3)
+  Full backport list here:
+   
https://lore.kernel.org/qemu-devel/44124379-3349-45cf-9238-8a847d8b2...@tls.msk.ru/
+  Fixes: bsc#1240005
+  Highlights include:
+  * hw/intc/aspeed: Fix IRQ handler mask check
+  * hw/misc/aspeed_hace: Fix buffer overflow in has_padding function
+  * target/riscv: fix handling of nop for vstart >= vl in some vector 
instruction
+  * target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a 
parameter
+  * Makefile: "make dist" generates a .xz, not .bz2
+  * target/ppc: Fix e200 duplicate SPRs
+  * target/ppc: Fix facility interrupt checks for VSX
+  * ppc/spapr: fix default cpu for pre-9.0 machines.
+  * host/include/loongarch64: Fix inline assembly compatibility with Clang
+  * linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall
+  * target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
+  * target/riscv: fix access permission checks for CSR_SSP
+  * docs/about/emulation: Fix broken link
+  * vdpa: Allow vDPA to work on big-endian machine
+  * vdpa: Fix endian bugs in shadow virtqueue
+  * target/loongarch: Fix vldi inst
+  * target/arm: Simplify pstate_sm check in sve_access_check
+  * target/arm: Make DisasContext.{fp, sve}_access_checked tristate
+  * util/cacheflush: Make first DSB unconditional on aarch64
+  * docs: Rename default-configs to configs
+  * block: Zero block driver state before reopening
+  * hw/xen/hvm: Fix Aarch64 typo
+  * hw/net/smc91c111: Don't allow data register access to overrun buffer
+  * hw/net/smc91c111: Sanitize packet length on tx
+  * hw/net/smc91c111: Sanitize packet numbers
+  * ppc/pnv/occ: Fix common area sensor offsets
+  * xen: No need to flush the mapcache for grants (bsc#1240005)
+  * net: move backend cleanup to NIC cleanup
+  * net: parameterize the removing client from nc list
+  * util/qemu-timer.c: Don't warp timer from timerlist_rearm()
+  * target/arm: Correct STRD atomicity
+  * target/arm: Correct LDRD atomicity and fault behaviour
+  * hw/arm: enable secure EL2 timers for sbsa machine
+  * hw/arm: enable secure EL2 timers for virt machine
+  * target/arm: Implement SEL2 physical and virtual timers
+  * ...
+
+- Fix bsc#1240157:
+  * [openSUSE][RPM] spec: Require ipxe and virtio-gpu packages for more arch-es
+
+-------------------------------------------------------------------

Old:
----
  qemu-9.2.2.obscpio

New:
----
  qemu-9.2.3.obscpio

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

Other differences:
------------------
++++++ qemu-linux-user.spec ++++++
--- /var/tmp/diff_new_pack.Z5nABA/_old  2025-04-03 18:43:54.078024930 +0200
+++ /var/tmp/diff_new_pack.Z5nABA/_new  2025-04-03 18:43:54.078024930 +0200
@@ -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.2
+Version:        9.2.3
 Release:        0
 Source0:        qemu-%{version}.tar.xz
 Source1:        common.inc

++++++ qemu.spec ++++++
--- /var/tmp/diff_new_pack.Z5nABA/_old  2025-04-03 18:43:54.110026273 +0200
+++ /var/tmp/diff_new_pack.Z5nABA/_new  2025-04-03 18:43:54.110026273 +0200
@@ -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.2
+Version:        9.2.3
 Release:        0
 Source0:        qemu-%{version}.tar.xz
 Source1:        common.inc
@@ -242,8 +242,13 @@
 Requires:       (qemu-guest-agent = %{version} if qemu-guest-agent)
 ## Packages we will RECOMMEND
 %ifarch s390x
-Recommends:     qemu-hw-s390x-virtio-gpu-ccw
+Requires:       qemu-hw-s390x-virtio-gpu-ccw
 %else
+%ifarch arm
+Requires:       qemu-hw-display-virtio-gpu-pci
+%else
+Recommends:     qemu-hw-display-virtio-gpu-pci
+%endif
 Recommends:     qemu-hw-display-qxl
 Recommends:     qemu-hw-display-virtio-gpu
 Recommends:     qemu-hw-display-virtio-gpu-pci
@@ -1125,7 +1130,7 @@
 Group:          System/Emulators/PC
 Requires:       %name = %{version}
 Requires:       qemu-SLOF
-Recommends:     qemu-ipxe
+Requires:       qemu-ipxe
 Recommends:     qemu-vgabios
 
 %description ppc
@@ -1166,8 +1171,8 @@
 Summary:        Machine emulator and virtualizer for ARM architectures
 Group:          System/Emulators/PC
 Requires:       %name = %{version}
+Requires:       qemu-ipxe
 Recommends:     ovmf
-Recommends:     qemu-ipxe
 Recommends:     qemu-uefi-aarch64
 Recommends:     qemu-vgabios
 
@@ -1872,7 +1877,7 @@
 %package seabios
 Summary:        x86 Legacy BIOS for QEMU
 Group:          System/Emulators/PC
-Version:        9.2.2%{sbver}
+Version:        9.2.3%{sbver}
 Release:        0
 BuildArch:      noarch
 Conflicts:      %name < 1.6.0
@@ -1893,7 +1898,7 @@
 %package vgabios
 Summary:        VGA BIOSes for QEMU
 Group:          System/Emulators/PC
-Version:        9.2.2%{sbver}
+Version:        9.2.3%{sbver}
 Release:        0
 BuildArch:      noarch
 Conflicts:      %name < 1.6.0
@@ -1919,7 +1924,7 @@
 %package ipxe
 Summary:        PXE ROMs for QEMU NICs
 Group:          System/Emulators/PC
-Version:        9.2.2
+Version:        9.2.3
 Release:        0
 BuildArch:      noarch
 Conflicts:      %name < 1.6.0

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Z5nABA/_old  2025-04-03 18:43:54.226031140 +0200
+++ /var/tmp/diff_new_pack.Z5nABA/_new  2025-04-03 18:43:54.226031140 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/opensuse/qemu.git</param>
-              <param 
name="changesrevision">e0edd9571dfd37b2401798366eaf603698707548</param></service></servicedata>
+              <param 
name="changesrevision">6fb936cf745e33f3b78f548e6179411475a193c8</param></service></servicedata>
 (No newline at EOF)
 

++++++ qemu-9.2.2.obscpio -> qemu-9.2.3.obscpio ++++++
/work/SRC/openSUSE:Factory/qemu/qemu-9.2.2.obscpio 
/work/SRC/openSUSE:Factory/.qemu.new.1907/qemu-9.2.3.obscpio differ: char 49, 
line 1

++++++ qemu.obsinfo ++++++
--- /var/tmp/diff_new_pack.Z5nABA/_old  2025-04-03 18:43:54.286033657 +0200
+++ /var/tmp/diff_new_pack.Z5nABA/_new  2025-04-03 18:43:54.286033657 +0200
@@ -1,5 +1,5 @@
 name: qemu
-version: 9.2.2
-mtime: 1740740179
-commit: e0edd9571dfd37b2401798366eaf603698707548
+version: 9.2.3
+mtime: 1743523515
+commit: 6fb936cf745e33f3b78f548e6179411475a193c8
 

Reply via email to