- Fix the build of qemu-linux-user

OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=874
This commit is contained in:
Dario Faggioli 2024-12-20 09:39:10 +00:00 committed by Git OBS Bridge
parent 7d9ca39f9c
commit 2fad4b8ef1
5 changed files with 33 additions and 33 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">84aedea96bb2c6cc25ca76998cf82765d8efc1b1</param></service></servicedata> <param name="changesrevision">16eaa1c18adfd3a1cd4db77f13445b198afc19a0</param></service></servicedata>

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

Binary file not shown.

View File

@ -74,7 +74,6 @@ syscall layer occurs on the native hardware and operating system.
%_bindir/qemu-alpha %_bindir/qemu-alpha
%_bindir/qemu-arm %_bindir/qemu-arm
%_bindir/qemu-armeb %_bindir/qemu-armeb
%_bindir/qemu-cris
%_bindir/qemu-hexagon %_bindir/qemu-hexagon
%_bindir/qemu-hppa %_bindir/qemu-hppa
%_bindir/qemu-i386 %_bindir/qemu-i386

View File

@ -2,35 +2,36 @@
Fri Dec 20 08:03:35 UTC 2024 - dfaggioli@suse.com Fri Dec 20 08:03:35 UTC 2024 - dfaggioli@suse.com
- Update to latest upstream release, 9.2.0: - Update to latest upstream release, 9.2.0:
The full list of changes are available at: https://wiki.qemu.org/ChangeLog/9.2 The full list of changes are available at:
https://wiki.qemu.org/ChangeLog/9.2
Highlights include: Highlights include:
virtio-gpu: support for 3D acceleration of Vulkan applications via * virtio-gpu: support for 3D acceleration of Vulkan applications via
Venus Vulkan driver in the guest and virglrenderer host library Venus Vulkan driver in the guest and virglrenderer host library
crypto: GLib crypto backend now supports SHA-384 hashes * crypto: GLib crypto backend now supports SHA-384 hashes
migration: QATzip-accelerated compression support while using multiple * migration: QATzip-accelerated compression support while using multiple
migration streams migration streams
Rust: experimental support for device models written in Rust (for * Rust: experimental support for device models written in Rust (for
development use only) development use only)
ARM: emulation support for FEAT_EBF16, FEAT_CMOW architecture features * ARM: emulation support for FEAT_EBF16, FEAT_CMOW architecture features
ARM: support for two-stage SMMU translation for sbsa-ref and virt boards * ARM: support for two-stage SMMU translation for sbsa-ref and virt boards
ARM: support for CPU Security Extensions for xilinx-zynq-a9 board * ARM: support for CPU Security Extensions for xilinx-zynq-a9 board
ARM: 64GB+ memory support when using HVF acceleration on newer Macs * ARM: 64GB+ memory support when using HVF acceleration on newer Macs
HPPA: SeaBIOS-hppa v17 firmware with various fixes and enhancements * HPPA: SeaBIOS-hppa v17 firmware with various fixes and enhancements
RISC-V: IOMMU support for virt machine * RISC-V: IOMMU support for virt machine
RISC-V: support for control flow integrity and Svvptc extensions, and * RISC-V: support for control flow integrity and Svvptc extensions, and
support for Bit-Manipulation extension on OpenTitan boards support for Bit-Manipulation extension on OpenTitan boards
RISC-V: improved performance for vector unit-stride/whole register * RISC-V: improved performance for vector unit-stride/whole register
ld/st instructions ld/st instructions
s390x: support for booting from other devices if the previous ones fail * s390x: support for booting from other devices if the previous ones fail
x86: support for new nitro-enclave machine type that can emulate * x86: support for new nitro-enclave machine type that can emulate
AWS Nitro Enclave and can boot from Enclave Image Format files. * AWS Nitro Enclave and can boot from Enclave Image Format files.
x86: KVM support for enabling AVX10, as well as enabling specific * x86: KVM support for enabling AVX10, as well as enabling specific
AVX10 versions via command-line AVX10 versions via command-line
and lots more... * and lots more...
Other changes: - Other changes:
Removed deprecated 'cris' support * Removed deprecated 'cris' support
Removed deprecated virtfs-proxy-helper * Removed deprecated virtfs-proxy-helper
`--enable-rust` not addressed yet * (`--enable-rust` not addressed yet)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 10 17:36:14 UTC 2024 - dfaggioli@suse.com Tue Dec 10 17:36:14 UTC 2024 - dfaggioli@suse.com

View File

@ -1,4 +1,4 @@
name: qemu name: qemu
version: 9.2.0 version: 9.2.0
mtime: 1734618922 mtime: 1734684709
commit: 84aedea96bb2c6cc25ca76998cf82765d8efc1b1 commit: 16eaa1c18adfd3a1cd4db77f13445b198afc19a0