- Fix bsc#1233530:

* docs: use consistent markup for footnotes (bsc#1233530)
  * docs: avoid footnotes consisting of just URLs (bsc#1233530)
  * docs: fix invalid footnote syntax (bsc#1233692)

- Fix bsc#1233530:
  * scsi: megasas: Internal cdbs have 16-byte length (bsc#1233530)

- Fix bsc#1221812, bsc#1232283, bsc#1230978:
  * [openSUSE] block: Move qcow2 invalidation query-block op_blocker

- Update to version 9.1.2:
  Full changelog here:
   https://lore.kernel.org/qemu-devel/21ba2773-11a6-45ad-bf98-9b5c2cdccb9b@tls.msk.ru/
  Some of the most notable features:
   * usb-hub: Fix handling port power control messages
   *  hw/audio/hda: fix memory leak on audio setup
   *  Revert "hw/audio/hda: fix memory leak on audio setup" (bsc#1232728)
   *  hw/misc/mos6522: Fix bad class definition of the MOS6522 device
   *  vfio/container: Fix container object destruction
   *  target/i386: fix hang when using slow path for ptw_setl
   *  tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
   *  linux-user/arm: Select vdso for be8 and be32 modes
   *  linux-user/arm: Reduce vdso alignment to 4k
   *  linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
   *  accel/tcg: Fix user-only probe_access_internal plugin check
   *  target/arm: Drop user-only special case in sve_stN_r
   *  linux-user: Fix setreuid and setregid to use direct syscalls
   *  hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
   *  target/i386: Fix legacy page table walk
   *  9pfs: fix crash on 'Treaddir' request
   *  hw/nvme: fix handling of over-committed queues
   *  migration: Ensure vmstate_save() sets errp
   *  target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
   *  target/arm: Add new MMU indexes for AArch32 Secure PL1&0
   *  Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
   *  acpi/disassemle-aml.sh: fix up after dir reorg
   *  hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
   *  qemu-ga: Fix a SIGSEGV in ga_run_command() helper
   *  hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
   *  tests/tcg: Replace -mpower8-vector with -mcpu=power8
   *  hw/ssi/pnv_spi: Fixes Coverity CID 1558831
   *  hw/ssi/pnv_spi: Return early in transfer()

- Build and bug fixes:
  * edk2: update submodule to edk2-stable202408.01
  * Revert "hw/audio/hda: fix memory leak on audio setup" (bsc#1232728)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=868
This commit is contained in:
Dario Faggioli 2024-11-26 23:51:57 +00:00 committed by Git OBS Bridge
parent 689cc938e2
commit d63ab4919f
7 changed files with 75 additions and 12 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">ac7c1fdf34a82929f14a1448fe5481ec6a508bba</param></service></servicedata>
<param name="changesrevision">4f451714da46010723277d07ed24b48fc81657e3</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:959e164c7d8ead136b1c3554d2091f61e35f35cfc6267d7588eed44ee3ff877c
size 850208271

BIN
qemu-9.1.2.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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: 9.1.1
Version: 9.1.2
Release: 0
Source0: qemu-%{version}.tar.xz
Source1: common.inc

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Tue Nov 26 16:06:49 UTC 2024 - dfaggioli@suse.com
- Fix bsc#1233530:
* docs: use consistent markup for footnotes (bsc#1233530)
* docs: avoid footnotes consisting of just URLs (bsc#1233530)
* docs: fix invalid footnote syntax (bsc#1233692)
-------------------------------------------------------------------
Tue Nov 26 14:26:05 UTC 2024 - dfaggioli@suse.com
- Fix bsc#1233530:
* scsi: megasas: Internal cdbs have 16-byte length (bsc#1233530)
-------------------------------------------------------------------
Tue Nov 26 14:07:32 UTC 2024 - dfaggioli@suse.com
- Fix bsc#1221812, bsc#1232283, bsc#1230978:
* [openSUSE] block: Move qcow2 invalidation query-block op_blocker
-------------------------------------------------------------------
Tue Nov 26 14:00:53 UTC 2024 - dfaggioli@suse.com
- Update to version 9.1.2:
Full changelog here:
https://lore.kernel.org/qemu-devel/21ba2773-11a6-45ad-bf98-9b5c2cdccb9b@tls.msk.ru/
Some of the most notable features:
* usb-hub: Fix handling port power control messages
* hw/audio/hda: fix memory leak on audio setup
* Revert "hw/audio/hda: fix memory leak on audio setup" (bsc#1232728)
* hw/misc/mos6522: Fix bad class definition of the MOS6522 device
* vfio/container: Fix container object destruction
* target/i386: fix hang when using slow path for ptw_setl
* tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
* linux-user/arm: Select vdso for be8 and be32 modes
* linux-user/arm: Reduce vdso alignment to 4k
* linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
* accel/tcg: Fix user-only probe_access_internal plugin check
* target/arm: Drop user-only special case in sve_stN_r
* linux-user: Fix setreuid and setregid to use direct syscalls
* hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
* target/i386: Fix legacy page table walk
* 9pfs: fix crash on 'Treaddir' request
* hw/nvme: fix handling of over-committed queues
* migration: Ensure vmstate_save() sets errp
* target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
* target/arm: Add new MMU indexes for AArch32 Secure PL1&0
* Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
* acpi/disassemle-aml.sh: fix up after dir reorg
* hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
* qemu-ga: Fix a SIGSEGV in ga_run_command() helper
* hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
* tests/tcg: Replace -mpower8-vector with -mcpu=power8
* hw/ssi/pnv_spi: Fixes Coverity CID 1558831
* hw/ssi/pnv_spi: Return early in transfer()
-------------------------------------------------------------------
Mon Nov 18 09:48:05 UTC 2024 - dfaggioli@suse.com
- Build and bug fixes:
* edk2: update submodule to edk2-stable202408.01
* Revert "hw/audio/hda: fix memory leak on audio setup" (bsc#1232728)
-------------------------------------------------------------------
Thu Nov 07 09:29:31 UTC 2024 - dfaggioli@suse.com

View File

@ -1,4 +1,4 @@
name: qemu
version: 9.1.1
mtime: 1730971402
commit: ac7c1fdf34a82929f14a1448fe5481ec6a508bba
version: 9.1.2
mtime: 1732632549
commit: 4f451714da46010723277d07ed24b48fc81657e3

View File

@ -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: 9.1.1
Version: 9.1.2
Release: 0
Source0: qemu-%{version}.tar.xz
Source1: common.inc
@ -1854,7 +1854,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: 9.1.1%{sbver}
Version: 9.1.2%{sbver}
Release: 0
BuildArch: noarch
Conflicts: %name < 1.6.0
@ -1875,7 +1875,7 @@ is the default and legacy BIOS for QEMU.
%package vgabios
Summary: VGA BIOSes for QEMU
Group: System/Emulators/PC
Version: 9.1.1%{sbver}
Version: 9.1.2%{sbver}
Release: 0
BuildArch: noarch
Conflicts: %name < 1.6.0
@ -1901,7 +1901,7 @@ video card. For use with QEMU.
%package ipxe
Summary: PXE ROMs for QEMU NICs
Group: System/Emulators/PC
Version: 9.1.1
Version: 9.1.2
Release: 0
BuildArch: noarch
Conflicts: %name < 1.6.0