Accepting request 1239873 from Virtualization

- 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
- Build properly with the latest version of Sphinx:
  * [openSUSE][RPM] Fix the build with the latest Sphinx

OBS-URL: https://build.opensuse.org/request/show/1239873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qemu?expand=0&rev=284
This commit is contained in:
Ana Guerrero 2025-01-23 16:57:25 +00:00 committed by Git OBS Bridge
commit 97df9f691a
6 changed files with 34 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/opensuse/qemu.git</param>
<param name="changesrevision">16eaa1c18adfd3a1cd4db77f13445b198afc19a0</param></service></servicedata>
<param name="changesrevision">c5929021382fa3fac6c7b81c969af1b8f133295b</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
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
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

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -161,6 +161,7 @@ BuildRequires: libcbor-devel
%if 0%{?suse_version} >= 1600
BuildRequires: python3-Sphinx
BuildRequires: python3-base >= 3.8
BuildRequires: python3-sphinx_rtd_theme
%else
BuildRequires: python311-Sphinx
BuildRequires: python311-base