Sync from SUSE:ALP:Source:Standard:1.0 qemu revision 07f0a6ff510ae7cd0edf1ad1af06ad0e
This commit is contained in:
parent
3d66c81785
commit
d3331cb6d6
@ -1,5 +1,4 @@
|
|||||||
<constraints>
|
<constraints>
|
||||||
<!-- All builds are fine with 10GB disk -->
|
|
||||||
<overwrite>
|
<overwrite>
|
||||||
<conditions>
|
<conditions>
|
||||||
<package>qemu</package>
|
<package>qemu</package>
|
||||||
@ -7,7 +6,7 @@
|
|||||||
</conditions>
|
</conditions>
|
||||||
<hardware>
|
<hardware>
|
||||||
<disk>
|
<disk>
|
||||||
<size unit="G">12</size>
|
<size unit="G">13</size>
|
||||||
</disk>
|
</disk>
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
4
_service
4
_service
@ -1,8 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/opensuse/qemu.git</param>
|
<param name="url">https://gitlab.suse.de/virtualization/qemu.git</param>
|
||||||
<param name="revision">v8.2.5-sle15sp6</param>
|
<param name="revision">v8.2-sle15sp6</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">[v]?([^-+a-z]+)(.*)</param>
|
<param name="versionrewrite-pattern">[v]?([^-+a-z]+)(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/opensuse/qemu.git</param>
|
<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">e83e6402af51931a2baa4eb623eadefd589ea833</param></service></servicedata>
|
BIN
qemu-8.2.5.obscpio
(Stored with Git LFS)
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
BIN
qemu-8.2.6.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -27,7 +27,7 @@ URL: https://www.qemu.org/
|
|||||||
Summary: CPU emulator for user space
|
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
|
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
|
Group: System/Emulators/PC
|
||||||
Version: 8.2.5
|
Version: 8.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: qemu-%{version}.tar.xz
|
Source0: qemu-%{version}.tar.xz
|
||||||
Source1: common.inc
|
Source1: common.inc
|
||||||
|
58
qemu.changes
58
qemu.changes
@ -1,3 +1,61 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 17 10:00:55 UTC 2024 - dfaggioli@suse.com
|
||||||
|
|
||||||
|
- Fix bsc#1229929 (patch already submitted upstream):
|
||||||
|
* [openSUSE] target/ppc: Fix lxvx/stxvx facility check (bsc#1229929)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Jun 28 14:40:26 UTC 2024 - dfaggioli@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: qemu
|
name: qemu
|
||||||
version: 8.2.5
|
version: 8.2.6
|
||||||
mtime: 1719586332
|
mtime: 1726566496
|
||||||
commit: ecafdb27b7a381e6334a337bbd4ba00b9c7a79ed
|
commit: e83e6402af51931a2baa4eb623eadefd589ea833
|
||||||
|
@ -82,7 +82,7 @@ URL: https://www.qemu.org/
|
|||||||
Summary: Machine emulator and virtualizer
|
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
|
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
|
Group: System/Emulators/PC
|
||||||
Version: 8.2.5
|
Version: 8.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: qemu-%{version}.tar.xz
|
Source0: qemu-%{version}.tar.xz
|
||||||
Source1: common.inc
|
Source1: common.inc
|
||||||
@ -1962,7 +1962,7 @@ wider support than qboot, but still focuses on quick boot up.
|
|||||||
%package seabios
|
%package seabios
|
||||||
Summary: x86 Legacy BIOS for QEMU
|
Summary: x86 Legacy BIOS for QEMU
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
Version: 8.2.5%{sbver}
|
Version: 8.2.6%{sbver}
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Conflicts: %name < 1.6.0
|
Conflicts: %name < 1.6.0
|
||||||
@ -1983,7 +1983,7 @@ is the default and legacy BIOS for QEMU.
|
|||||||
%package vgabios
|
%package vgabios
|
||||||
Summary: VGA BIOSes for QEMU
|
Summary: VGA BIOSes for QEMU
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
Version: 8.2.5%{sbver}
|
Version: 8.2.6%{sbver}
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Conflicts: %name < 1.6.0
|
Conflicts: %name < 1.6.0
|
||||||
@ -2009,7 +2009,7 @@ video card. For use with QEMU.
|
|||||||
%package ipxe
|
%package ipxe
|
||||||
Summary: PXE ROMs for QEMU NICs
|
Summary: PXE ROMs for QEMU NICs
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
Version: 8.2.5
|
Version: 8.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Conflicts: %name < 1.6.0
|
Conflicts: %name < 1.6.0
|
||||||
|
Loading…
Reference in New Issue
Block a user