Accepting request 1226796 from Virtualization
- 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) - Fix bsc#1228079: * target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest (bsc#1228079) - Add further CPUID bits fixes: * target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBX * target/i386: Expose bits related to SRSO vulnerability * target/i386: Add PerfMonV2 feature bit * target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bit OBS-URL: https://build.opensuse.org/request/show/1226796 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qemu?expand=0&rev=281
This commit is contained in:
commit
b59502d6d4
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/qemu.git</param>
|
||||
<param name="changesrevision">0217be221cbb890ab79f026e48042d1fc79fe942</param></service></servicedata>
|
||||
<param name="changesrevision">4f451714da46010723277d07ed24b48fc81657e3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4b9c85f70177e747fc515116baef6c22781f38874e407c3cfe5332dd13a5799
|
||||
size 850206223
|
BIN
qemu-9.1.2.obscpio
(Stored with Git LFS)
Normal file
BIN
qemu-9.1.2.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
74
qemu.changes
74
qemu.changes
@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Fix bsc#1228079:
|
||||
* target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest (bsc#1228079)
|
||||
- Add further CPUID bits fixes:
|
||||
* target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBX
|
||||
* target/i386: Expose bits related to SRSO vulnerability
|
||||
* target/i386: Add PerfMonV2 feature bit
|
||||
* target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 06 14:04:13 UTC 2024 - dfaggioli@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: qemu
|
||||
version: 9.1.1
|
||||
mtime: 1730891320
|
||||
commit: 0217be221cbb890ab79f026e48042d1fc79fe942
|
||||
version: 9.1.2
|
||||
mtime: 1732632549
|
||||
commit: 4f451714da46010723277d07ed24b48fc81657e3
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user