Description:
This update for qemu fixes the following issues:
- qemu was updated to version to 8.2.8:
* QEMU 8.2.8 is primarily a bug fix release.
Areas being fixed include filesystems, plugins, Docker, networking, audio, interrupt controllers, NVMe, KVM,
Linux user emulation, migration, CPU emulation (ARM, x86, PowerPC, RISC-V, m68k), code generation (TCG) and testing
infrastructure.
* Full changelog is available here:
https://lore.kernel.org/qemu-devel/1b7d3242-abe9-408a-bd77-85162e0d0de4@tls.msk.ru/
- Highlighted bugs fixed:
* CPU: Exposed IBPB-BRTYPE and SBPB CPUID bits for x86 guests (bsc#1228079)
* Translation: Fixed missing QEMU translation installation (bsc#1231166)
* SCSI: Corrected internal CDB length for MegaSAS controller (bsc#1233530)
* Block: Improved qcow2 invalidation handling by moving the query-block operation
blocker (bsc#1221812, bsc#1232283, bsc#1230978)
* Audio: Fixed a memory leak during the HDA audio setup (bsc#1232728)