Sync from SUSE:SLFO:Main qemu revision 63ebd35d9d3b686c30d01aa154746a06

This commit is contained in:
Adrian Schröter 2025-02-07 18:41:09 +01:00
parent 323a598877
commit 16710f9a89
6 changed files with 40 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<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">16eaa1c18adfd3a1cd4db77f13445b198afc19a0</param></service></servicedata> <param name="changesrevision">1d18e5f574872fadd610c8da56f6c1d6935a1c1d</param></service></servicedata>

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

Binary file not shown.

View File

@ -1,7 +1,7 @@
# #
# spec file for package qemu-linux-user # spec file for package qemu-linux-user
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Feb 05 01:31:02 UTC 2025 - dfaggioli@suse.com
- Fix bsc#1235709:
* target/s390x: Fix MVC not always invalidating translation blocks
-------------------------------------------------------------------
Thu Jan 23 11:36:36 UTC 2025 - dfaggioli@suse.com
- CPU model for new IBM Z HW (jsc#PED-10266):
* s390x/cpumodel: gen17 model
* s390x/cpumodel: Add PLO-extension facility
* s390x/cpumodel: correct PLO feature wording
* s390x/cpumodel: Add Sequential-Instruction-Fetching facility
* s390x/cpumodel: add Ineffective-nonconstrained-transaction facility
* s390x/cpumodel: add Vector-Packed-Decimal-Enhancement facility 3
* s390x/cpumodel: add Miscellaneous-Instruction-Extensions Facility 4
* s390x/cpumodel: add Vector Enhancements facility 3
* s390x/cpumodel: add Concurrent-functions facility support
* linux-headers: Update to Linux 6.13-rc1
* s390x/cpumodel: Add ptff Query Time-Stamp Event (QTSE) support
* s390x/cpumodel: add msa13 subfunctions
* s390x/cpumodel: add msa12 changes
* s390x/cpumodel: add msa11 subfunctions
* s390x/cpumodel: add msa10 subfunctions
-------------------------------------------------------------------
Wed Jan 22 15:04:53 UTC 2025 - dfaggioli@suse.com
- Build properly with the latest version of Sphinx:
* [openSUSE][RPM] Fix the build with the latest Sphinx
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 20 08:03:35 UTC 2024 - dfaggioli@suse.com Fri Dec 20 08:03:35 UTC 2024 - dfaggioli@suse.com

View File

@ -1,4 +1,4 @@
name: qemu name: qemu
version: 9.2.0 version: 9.2.0
mtime: 1734684709 mtime: 1738677630
commit: 16eaa1c18adfd3a1cd4db77f13445b198afc19a0 commit: 1d18e5f574872fadd610c8da56f6c1d6935a1c1d

View File

@ -1,7 +1,7 @@
# #
# spec file for package qemu # spec file for package qemu
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -161,6 +161,7 @@ BuildRequires: libcbor-devel
%if 0%{?suse_version} >= 1600 %if 0%{?suse_version} >= 1600
BuildRequires: python3-Sphinx BuildRequires: python3-Sphinx
BuildRequires: python3-base >= 3.8 BuildRequires: python3-base >= 3.8
BuildRequires: python3-sphinx_rtd_theme
%else %else
BuildRequires: python311-Sphinx BuildRequires: python311-Sphinx
BuildRequires: python311-base BuildRequires: python311-base