Sync from SUSE:SLFO:Main qemu revision de1343c4c605b788025661052c2364b6

This commit is contained in:
Adrian Schröter 2024-08-30 15:34:30 +02:00
parent a49410456e
commit 1079bc3adc
9 changed files with 69 additions and 16 deletions

View File

@ -1,5 +1,4 @@
<constraints>
<!-- All builds are fine with 10GB disk -->
<overwrite>
<conditions>
<package>qemu</package>
@ -7,7 +6,7 @@
</conditions>
<hardware>
<disk>
<size unit="G">12</size>
<size unit="G">13</size>
</disk>
</hardware>
</overwrite>

View File

@ -1,8 +1,8 @@
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/opensuse/qemu.git</param>
<param name="revision">v8.2.5-sle15sp6</param>
<param name="url">https://gitlab.suse.de/virtualization/qemu.git</param>
<param name="revision">v8.2-sle15sp6</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^-+a-z]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/opensuse/qemu.git</param>
<param name="changesrevision">ecafdb27b7a381e6334a337bbd4ba00b9c7a79ed</param></service></servicedata>
<param name="changesrevision">3d43249322bfbd34777557b4b29fbafa72983928</param></service><service name="tar_scm">
<param name="url">https://gitlab.suse.de/virtualization/qemu.git</param>
<param name="changesrevision">22326de67004fb0d838241fda1d0e6e3ac2347b1</param></service></servicedata>

BIN
qemu-8.2.5.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
qemu-8.2.6.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -27,7 +27,7 @@ URL: https://www.qemu.org/
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: 8.2.5
Version: 8.2.6
Release: 0
Source0: qemu-%{version}.tar.xz
Source1: common.inc

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Tue Aug 27 16:38:53 UTC 2024 - dfaggioli@suse.com
- Fix bsc#1221812:
* [openSUSE] block: Reschedule query-block during qcow2 invalidation (bsc#1221812)
- Fixup old patches and infra issues:
* [openSUSE] fixup patch "pc: q35: Allow 1024 cpus for old machine types"
* [openSUSE] Point submodule branches to gitlab
-------------------------------------------------------------------
Tue Aug 13 15:58:46 UTC 2024 - dfaggioli@suse.com
- Fix bsc#1229007, CVE-2024-7409:
* nbd/server: CVE-2024-7409: Close stray clients at server-stop (bsc#1229007)
* nbd/server: CVE-2024-7409: Drop non-negotiating clients (bsc#1229007)
* nbd/server: CVE-2024-7409: Cap default max-connections to 100 (bsc#1229007)
* nbd/server: Plumb in new args to nbd_client_add() (bsc#1229007, CVE-2024-7409)
* nbd: Minor style and typo fixes (bsc#1229007, CVE-2024-7409)
-------------------------------------------------------------------
Mon Aug 12 16:47:31 UTC 2024 - dfaggioli@suse.com
- Update to version 8.2.6:
Full backport lists (from the various releases) here:
https://lore.kernel.org/qemu-devel/1721203806.547734.831464.nullmailer@tls.msk.ru/
Some of the upstream backports are:
hw/nvme: fix number of PIDs for FDP RUH update
sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments
char-stdio: Restore blocking mode of stdout on exit
virtio: remove virtio_tswap16s() call in vring_packed_event_read()
virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()
block: Parse filenames only when explicitly requested
iotests/270: Don't store data-file with json: prefix in image
iotests/244: Don't store data-file with protocol in image
qcow2: Don't open data_file with BDRV_O_NO_IO (bsc#1227322, CVE-2024-4467)
target/arm: Fix FJCVTZS vs flush-to-zero
target/arm: Fix VCMLA Dd, Dn, Dm[idx]
i386/cpu: fixup number of addressable IDs for processor cores in the physical package
tests: Update our CI to use CentOS Stream 9 instead of 8
migration: Fix file migration with fdset
tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers
target/sparc: use signed denominator in sdiv helper
linux-user: Make TARGET_NR_setgroups affect only the current thread
accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
stdvga: fix screen blanking
hw/audio/virtio-snd: Always use little endian audio format
ui/gtk: Draw guest frame at refresh cycle
virtio-net: drop too short packets early
target/i386: fix size of EBP writeback in gen_enter()
-------------------------------------------------------------------
Fri Jun 28 14:40:26 UTC 2024 - dfaggioli@suse.com

View File

@ -1,4 +1,4 @@
name: qemu
version: 8.2.5
mtime: 1719586332
commit: ecafdb27b7a381e6334a337bbd4ba00b9c7a79ed
version: 8.2.6
mtime: 1724772992
commit: 22326de67004fb0d838241fda1d0e6e3ac2347b1

View File

@ -82,7 +82,7 @@ URL: https://www.qemu.org/
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: 8.2.5
Version: 8.2.6
Release: 0
Source0: qemu-%{version}.tar.xz
Source1: common.inc
@ -1962,7 +1962,7 @@ wider support than qboot, but still focuses on quick boot up.
%package seabios
Summary: x86 Legacy BIOS for QEMU
Group: System/Emulators/PC
Version: 8.2.5%{sbver}
Version: 8.2.6%{sbver}
Release: 0
BuildArch: noarch
Conflicts: %name < 1.6.0
@ -1983,7 +1983,7 @@ is the default and legacy BIOS for QEMU.
%package vgabios
Summary: VGA BIOSes for QEMU
Group: System/Emulators/PC
Version: 8.2.5%{sbver}
Version: 8.2.6%{sbver}
Release: 0
BuildArch: noarch
Conflicts: %name < 1.6.0
@ -2009,7 +2009,7 @@ video card. For use with QEMU.
%package ipxe
Summary: PXE ROMs for QEMU NICs
Group: System/Emulators/PC
Version: 8.2.5
Version: 8.2.6
Release: 0
BuildArch: noarch
Conflicts: %name < 1.6.0