From patchwork Sat Sep 9 10:26:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 1831815 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=patchwork.ozlabs.org) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4RjTjb2GMvz1yh5 for ; Sat, 9 Sep 2023 20:29:05 +1000 (AEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qevC2-0006rH-Mg; Sat, 09 Sep 2023 06:28:00 -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 1qevBz-0006pQ-6s; Sat, 09 Sep 2023 06:27:56 -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 1qevBw-0004Nx-Co; Sat, 09 Sep 2023 06:27:54 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 2802C20493; Sat, 9 Sep 2023 13:28:38 +0300 (MSK) Received: from tls.msk.ru (mjt.wg.tls.msk.ru [192.168.177.130]) by tsrv.corpit.ru (Postfix) with SMTP id 2ACB826CF1; Sat, 9 Sep 2023 13:27:47 +0300 (MSK) Received: (nullmailer pid 346606 invoked by uid 1000); Sat, 09 Sep 2023 10:27:47 -0000 From: Michael Tokarev To: qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org, Michael Tokarev Subject: [Stable-8.1.1 00/34] Patch Round-up for stable 8.1.1, freeze on 2023-09-19 Date: Sat, 9 Sep 2023 13:26:53 +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+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following patches are queued for QEMU stable v8.1.1: https://gitlab.com/qemu-project/qemu/-/commits/staging-8.1 Patch freeze is 2023-09-19, and the release is planned for 2023-09-21: https://wiki.qemu.org/Planning/8.1 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 791b2b6a9302 Ilya Leoshkevich: target/s390x: Fix the "ignored match" case in VSTRS 02 23e87d419f34 Ilya Leoshkevich: target/s390x: Use a 16-bit immediate in VREP 03 6db3518ba4fc Ilya Leoshkevich: target/s390x: Fix VSTL with a large length 04 6a2ea6151835 Ilya Leoshkevich: target/s390x: Check reserved bits of VFMIN/VFMAX's M5 05 d19436291013 Thomas Huth: include/hw/virtio/virtio-gpu: Fix virtio-gpu with blob on big endian hosts 06 5e0d65909c6f Akihiko Odaki: kvm: Introduce kvm_arch_get_default_type hook 07 1ab445af8cd9 Akihiko Odaki: accel/kvm: Specify default IPA size for arm64 08 4b3520fd93cd Richard Henderson: target/arm: Fix SME ST1Q 09 cd1e4db73646 Richard Henderson: target/arm: Fix 64-bit SSRA 10 09a3fffae00b Philippe Mathieu-Daudé: docs/about/license: Update LICENSE URL 11 86e4f93d827d Richard Henderson: softmmu: Assert data in bounds in iotlb_to_section 12 0d58c660689f Richard Henderson: softmmu: Use async_run_on_cpu in tcg_commit 13 f187609f27b2 Fabiano Rosas: block-migration: Ensure we don't crash during migration cleanup 14 9e771a2fc68d Alex Bennée: target/arm: properly document FEAT_CRC32 15 aec338d63bc2 Richard Henderson: linux-user: Adjust brk for load_bias 16 c1f27a0c6ae4 Paolo Bonzini: target/i386: raise FERR interrupt with iothread locked 17 cb6ccdc9ca70 Bilal Elmoussaoui: ui/dbus: Properly dispose touch/mouse dbus objects 18 7b8589d7ce7e Nicholas Piggin: ppc/vof: Fix missed fields in VOF cleanup 19 6ec65b69ba17 Maksim Kostin: hw/ppc/e500: fix broken snapshot replay 20 af03aeb631ee Richard Henderson: target/ppc: Flush inputs to zero with NJ in ppc_store_vscr 21 718209358f2e Nicholas Piggin: target/ppc: Fix LQ, STQ register-pair order for big-endian 22 c3461c6264a7 Niklas Cassel: hw/ide/core: set ERR_STAT in unsupported command completion 23 2967dc8209dd Niklas Cassel: hw/ide/ahci: write D2H FIS when processing NCQ command 24 e2a5d9b3d9c3 Niklas Cassel: hw/ide/ahci: simplify and document PxCI handling 25 d73b84d0b664 Niklas Cassel: hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared 26 1a16ce64fda1 Niklas Cassel: hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set 27 7e85cb0db4c6 Niklas Cassel: hw/ide/ahci: fix ahci_write_fis_sdb() 28 9f8942353765 Niklas Cassel: hw/ide/ahci: fix broken SError handling 29 97b8aa5ae9ff Hang Yu: hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode 30 961faf3ddbd8 Hang Yu: hw/i2c/aspeed: Fix TXBUF transmission start position error 31 bcd8e243083c Thomas Huth: qemu-options.hx: Rephrase the descriptions of the -hd* and -cdrom options 32 b21a6e31a182 Markus Armbruster: docs tests: Fix use of migrate_set_parameter 33 90a0778421ac Thomas Huth: hw/net/vmxnet3: Fix guest-triggerable assert() 34 95bef686e490 Marc-André Lureau: qxl: don't assert() if device isn't yet initialized