From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 093D2C433ED for ; Tue, 13 Apr 2021 06:20:07 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 19BDD61370 for ; Tue, 13 Apr 2021 06:20:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 19BDD61370 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=weilnetz.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:36312 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWCP6-0001Ey-Vy for qemu-devel@archiver.kernel.org; Tue, 13 Apr 2021 02:20:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWCOR-0000om-1D for qemu-devel@nongnu.org; Tue, 13 Apr 2021 02:19:23 -0400 Received: from mail.weilnetz.de ([37.120.169.71]:39864 helo=mail.v2201612906741603.powersrv.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWCON-0006Lr-9X for qemu-devel@nongnu.org; Tue, 13 Apr 2021 02:19:22 -0400 Received: from edv-macbook-pro.fritz.box (p5b1511bf.dip0.t-ipconnect.de [91.21.17.191]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.v2201612906741603.powersrv.de (Postfix) with ESMTPSA id A8EE1DA0446; Tue, 13 Apr 2021 08:19:15 +0200 (CEST) To: Bin Meng , Peter Maydell References: From: Stefan Weil Subject: Re: any remaining for-6.0 issues? Message-ID: <5445e140-94f1-dfcf-4652-0e47494e8c23@weilnetz.de> Date: Tue, 13 Apr 2021 08:19:11 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=37.120.169.71; envelope-from=sw@weilnetz.de; helo=mail.v2201612906741603.powersrv.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, 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.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: QEMU Developers Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Am 13.04.21 um 07:56 schrieb Bin Meng: > On Mon, Apr 12, 2021 at 11:33 PM Peter Maydell wrote: >> Last call to note anything we need to fix for 6.0 on >> https://wiki.qemu.org/Planning/6.0#Known_issues please. >> The schedule is to tag rc3 tomorrow, which I would ideally like >> to be the last rc before release. After rc3 I will only be taking >> fixes for bugs which are absolutely critical... > This patch (affects Windows install) > http://patchwork.ozlabs.org/project/qemu-devel/patch/20210326062140.367= 861-1-bmeng.cn@gmail.com/ > > is still not applied. > > Regards, > Bin That patch is based on an older version of my personal QEMU sources and=20 not required for 6.0. The official QEMU sources install the whole share directory, so all=20 required firmware files are included. My latest installer=20 (https://qemu.weilnetz.de/w64/qemu-w64-setup-20210409.exe) installs=20 those files, too. Regards, Stefan