Sync from SUSE:SLFO:Main qemu revision 9190883020e621611a2f0650f66a0a29
This commit is contained in:
parent
624be8c066
commit
a49410456e
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/opensuse/qemu.git</param>
|
||||
<param name="revision">factory</param>
|
||||
<param name="revision">v8.2.5-sle15sp6</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">[v]?([^-+a-z]+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/qemu.git</param>
|
||||
<param name="changesrevision">ee47a737acd154d4cecce93fa236a56cb0b1e41d</param></service></servicedata>
|
||||
<param name="changesrevision">ecafdb27b7a381e6334a337bbd4ba00b9c7a79ed</param></service></servicedata>
|
BIN
qemu-8.2.4.obscpio
(Stored with Git LFS)
BIN
qemu-8.2.4.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
qemu-8.2.5.obscpio
(Stored with Git LFS)
Normal file
BIN
qemu-8.2.5.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
|
||||
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.4
|
||||
Version: 8.2.5
|
||||
Release: 0
|
||||
Source0: qemu-%{version}.tar.xz
|
||||
Source1: common.inc
|
||||
|
38
qemu.changes
38
qemu.changes
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 14:40:26 UTC 2024 - dfaggioli@suse.com
|
||||
|
||||
- Update to version 8.2.5:
|
||||
|
||||
Full backport lists (from the various releases) here:
|
||||
https://lore.kernel.org/qemu-devel/1718081047.648425.1238605.nullmailer@tls.msk.ru/
|
||||
|
||||
Some of the upstream backports are:
|
||||
target/loongarch: fix a wrong print in cpu dump
|
||||
ui/sdl2: Allow host to power down screen
|
||||
target/i386: fix SSE and SSE2 feature check
|
||||
target/i386: fix xsave.flat from kvm-unit-tests
|
||||
disas/riscv: Decode all of the pmpcfg and pmpaddr CSRs
|
||||
target/riscv/kvm.c: Fix the hart bit setting of AIA
|
||||
target/riscv: rvzicbo: Fixup CBO extension register calculation
|
||||
target/riscv: do not set mtval2 for non guest-page faults
|
||||
target/riscv: prioritize pmp errors in raise_mmu_exception()
|
||||
target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen instructions
|
||||
target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w
|
||||
target/riscv: rvv: Check single width operator for vector fp widen instructions
|
||||
target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w instructions
|
||||
target/riscv/cpu.c: fix Zvkb extension config
|
||||
target/riscv: Fix the element agnostic function problem
|
||||
target/riscv/kvm: tolerate KVM disable ext errors
|
||||
hw/intc/riscv_aplic: APLICs should add child earlier than realize
|
||||
iotests: test NBD+TLS+iothread
|
||||
qio: Inherit follow_coroutine_ctx across TLS
|
||||
target/arm: Disable SVE extensions when SVE is disabled
|
||||
hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>
|
||||
hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
|
||||
gitlab: use 'setarch -R' to workaround tsan bug
|
||||
gitlab: use $MAKE instead of 'make'
|
||||
dockerfiles: add 'MAKE' env variable to remaining containers
|
||||
gitlab: Update msys2-64bit runner tags
|
||||
target/i386: no single-step exception after MOV or POP SS
|
||||
...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 14:43:38 UTC 2024 - dfaggioli@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: qemu
|
||||
version: 8.2.4
|
||||
mtime: 1715869916
|
||||
commit: ee47a737acd154d4cecce93fa236a56cb0b1e41d
|
||||
version: 8.2.5
|
||||
mtime: 1719586332
|
||||
commit: ecafdb27b7a381e6334a337bbd4ba00b9c7a79ed
|
||||
|
18
qemu.spec
18
qemu.spec
@ -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.4
|
||||
Version: 8.2.5
|
||||
Release: 0
|
||||
Source0: qemu-%{version}.tar.xz
|
||||
Source1: common.inc
|
||||
@ -174,11 +174,6 @@ BuildRequires: multipath-tools-devel
|
||||
BuildRequires: ninja >= 1.7
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: rdma-core-devel
|
||||
BuildRequires: snappy-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: usbredir-devel >= 0.6
|
||||
BuildRequires: xfsprogs-devel
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(epoxy)
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
@ -214,6 +209,11 @@ BuildRequires: pkgconfig(virglrenderer) >= 0.4.1
|
||||
BuildRequires: pkgconfig(vte-2.91)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: rdma-core-devel
|
||||
BuildRequires: snappy-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: usbredir-devel >= 0.6
|
||||
BuildRequires: xfsprogs-devel
|
||||
%{?systemd_ordering}
|
||||
## Packages we will REQUIRE
|
||||
%if %{kvm_available}
|
||||
@ -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.4%{sbver}
|
||||
Version: 8.2.5%{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.4%{sbver}
|
||||
Version: 8.2.5%{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.4
|
||||
Version: 8.2.5
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
Conflicts: %name < 1.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user