From patchwork Mon Jul 15 07:46:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 13733028 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 271E5C3DA45 for ; Mon, 15 Jul 2024 07:48:28 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sTGQP-0004fQ-IX; Mon, 15 Jul 2024 03:47:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTGQN-0004Vj-0g; Mon, 15 Jul 2024 03:47:07 -0400 Received: from isrv.corpit.ru ([86.62.121.231]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTGQK-0007jM-VM; Mon, 15 Jul 2024 03:47:06 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id B611A7A4EC; Mon, 15 Jul 2024 10:46:59 +0300 (MSK) Received: from tls.msk.ru (mjt.wg.tls.msk.ru [192.168.177.130]) by tsrv.corpit.ru (Postfix) with SMTP id DB83C108BA4; Mon, 15 Jul 2024 10:47:00 +0300 (MSK) Received: (nullmailer pid 567666 invoked by uid 1000); Mon, 15 Jul 2024 07:47:00 -0000 From: Michael Tokarev To: qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org, Michael Tokarev Subject: [Stable-8.2.6 00/23] Patch Round-up for stable 8.2.6, frozen on 2024-07-14 Date: Mon, 15 Jul 2024 10:46:54 +0300 Message-Id: X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Received-SPF: pass client-ip=86.62.121.231; envelope-from=mjt@tls.msk.ru; helo=isrv.corpit.ru X-Spam_score_int: -68 X-Spam_score: -6.9 X-Spam_bar: ------ X-Spam_report: (-6.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org The following patches are queued for QEMU stable v8.2.6: https://gitlab.com/qemu-project/qemu/-/commits/staging-8.2 Patch freeze is 2024-07-14 (frozen), and the release is planned for 2024-07-16: https://wiki.qemu.org/Planning/8.2 I expect this to be the last release in stable-8.2.x series. Please respond here or CC qemu-stable@nongnu.org on any additional patches you think should (or shouldn't) be included in the release. The changes which are staging for inclusion, with the original commit hash from master branch, are given below the bottom line. Thanks! /mjt -------------------------------------- 01* 3973615e7fba Mark Cave-Ayland: target/i386: fix size of EBP writeback in gen_enter() 02* 2c3e4e2de699 Alexey Dobriyan: virtio-net: drop too short packets early 03* 77bf310084da Dongwon Kim: ui/gtk: Draw guest frame at refresh cycle 04* a276ec8e2632 Philippe Mathieu-Daudé: hw/audio/virtio-snd: Always use little endian audio format 05* b1cf266c82cb Gerd Hoffmann: stdvga: fix screen blanking 06* 3b279f73fa37 Anton Johansson: accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded 07* 54b27921026d Ilya Leoshkevich: linux-user: Make TARGET_NR_setgroups affect only the current thread 08* 6b4965373e56 Clément Chigot: target/sparc: use signed denominator in sdiv helper 09* 521d7fb3ebdf Richard Henderson: tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers 10* 6d3279655ac4 Fabiano Rosas: migration: Fix file migration with fdset 11* 641b1efe01b2 Thomas Huth: tests: Update our CI to use CentOS Stream 9 instead of 8 12* 903916f0a017 Chuang Xu: i386/cpu: fixup number of addressable IDs for processor cores in the physical package 13* 76bccf3cb9d9 Richard Henderson: target/arm: Fix VCMLA Dd, Dn, Dm[idx] 14* 7619129f0d4a Richard Henderson: target/arm: Fix FJCVTZS vs flush-to-zero 15* bd385a5298d7 Kevin Wolf: qcow2: Don't open data_file with BDRV_O_NO_IO 16* 2eb42a728d27 Kevin Wolf: iotests/244: Don't store data-file with protocol in image 17* 7e1110664ecb Kevin Wolf: iotests/270: Don't store data-file with json: prefix in image 18* 7ead94699861 Kevin Wolf: block: Parse filenames only when explicitly requested 19 a113d041e8d0 Cindy Lu: virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one() 20 7aa6492401e9 Stefano Garzarella: virtio: remove virtio_tswap16s() call in vring_packed_event_read() 21 a0124e333e21 Maxim Mikityanskiy: char-stdio: Restore blocking mode of stdout on exit 22 e389929d19a5 Markus Armbruster: sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments 23 3936bbdf9a2e Vincent Fu: hw/nvme: fix number of PIDs for FDP RUH update (commit(s) marked with * were in previous series and are not resent)