From 9cefb766202e0d14ce2bcceda68499e06beecbcf77cca469f7f8d993d1095963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 4 Dec 2024 09:26:36 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main qemu revision 643495f0e494f4edffb19cd7294024eb --- _servicedata | 2 +- qemu-9.1.1.obscpio | 3 -- qemu-9.1.2.obscpio | 3 ++ qemu-linux-user.spec | 2 +- qemu.changes | 80 ++++++++++++++++++++++++++++++++++++++++++++ qemu.obsinfo | 6 ++-- qemu.spec | 8 ++--- 7 files changed, 92 insertions(+), 12 deletions(-) delete mode 100644 qemu-9.1.1.obscpio create mode 100644 qemu-9.1.2.obscpio diff --git a/_servicedata b/_servicedata index 851b28f..3e116bb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/opensuse/qemu.git - b0b6a79d592ce8d759bf3e2a5915cf84e51f0cc6 \ No newline at end of file + 4f451714da46010723277d07ed24b48fc81657e3 \ No newline at end of file diff --git a/qemu-9.1.1.obscpio b/qemu-9.1.1.obscpio deleted file mode 100644 index 4cd5e3d..0000000 --- a/qemu-9.1.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf12f66449655a8cf4a7ce7e96469f1fe5132d45611a9b613462c44ea205d424 -size 850206223 diff --git a/qemu-9.1.2.obscpio b/qemu-9.1.2.obscpio new file mode 100644 index 0000000..9f07490 --- /dev/null +++ b/qemu-9.1.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb179e10c941aac757652b0abe26e57dead63bf146656bc95cb1b061aca6a0b +size 1122801679 diff --git a/qemu-linux-user.spec b/qemu-linux-user.spec index 6d46f3f..165401a 100644 --- a/qemu-linux-user.spec +++ b/qemu-linux-user.spec @@ -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 diff --git a/qemu.changes b/qemu.changes index a26face..9031809 100644 --- a/qemu.changes +++ b/qemu.changes @@ -1,3 +1,83 @@ +------------------------------------------------------------------- +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 + +- Fix bsc#1232617: + * qemu-ga: Fix a SIGSEGV in ga_run_command() helper (bsc#1232617) + ------------------------------------------------------------------- Tue Oct 29 11:03:28 UTC 2024 - Dario Faggioli diff --git a/qemu.obsinfo b/qemu.obsinfo index 51ad1b5..1b21002 100644 --- a/qemu.obsinfo +++ b/qemu.obsinfo @@ -1,4 +1,4 @@ name: qemu -version: 9.1.1 -mtime: 1730196107 -commit: b0b6a79d592ce8d759bf3e2a5915cf84e51f0cc6 +version: 9.1.2 +mtime: 1732632549 +commit: 4f451714da46010723277d07ed24b48fc81657e3 diff --git a/qemu.spec b/qemu.spec index 97987ea..d1995a4 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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