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:
commit
97df9f691a
@ -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">c5929021382fa3fac6c7b81c969af1b8f133295b</param></service></servicedata>
|
BIN
qemu-9.2.0.obscpio
(Stored with Git LFS)
BIN
qemu-9.2.0.obscpio
(Stored with Git LFS)
Binary file not shown.
@ -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
|
||||||
|
26
qemu.changes
26
qemu.changes
@ -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
|
Fri Dec 20 08:03:35 UTC 2024 - dfaggioli@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: qemu
|
name: qemu
|
||||||
version: 9.2.0
|
version: 9.2.0
|
||||||
mtime: 1734684709
|
mtime: 1737629541
|
||||||
commit: 16eaa1c18adfd3a1cd4db77f13445b198afc19a0
|
commit: c5929021382fa3fac6c7b81c969af1b8f133295b
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user