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=-11.4 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 30B8AC433E0 for ; Sat, 1 Aug 2020 17:54:17 +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 062EB206E9 for ; Sat, 1 Aug 2020 17:54:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 062EB206E9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=tls.msk.ru Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:50696 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k1vi3-0006xB-TO for qemu-devel@archiver.kernel.org; Sat, 01 Aug 2020 13:54:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33844) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1veP-0005bV-UM for qemu-devel@nongnu.org; Sat, 01 Aug 2020 13:50:29 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:56503) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1veN-0003O7-TW for qemu-devel@nongnu.org; Sat, 01 Aug 2020 13:50:29 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 68C9B4000B; Sat, 1 Aug 2020 20:50:24 +0300 (MSK) Received: from [192.168.177.99] (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.corpit.ru (Postfix) with ESMTP id 85211C3; Sat, 1 Aug 2020 20:50:25 +0300 (MSK) Subject: Re: [PATCH v2 0/4] target-hppa fixes To: Helge Deller , qemu-devel@nongnu.org References: <20200801131357.17379-1-deller@gmx.de> <21ec077f-b3aa-b755-7191-fc12985714bc@msgid.tls.msk.ru> <066e9cd1-9a69-7302-3d8f-0800455b67a7@gmx.de> From: Michael Tokarev Message-ID: Date: Sat, 1 Aug 2020 20:50:24 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <066e9cd1-9a69-7302-3d8f-0800455b67a7@gmx.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: none client-ip=86.62.121.231; envelope-from=mjt@tls.msk.ru; helo=isrv.corpit.ru X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/01 12:47:11 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] 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_NONE=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: Richard Henderson Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" 01.08.2020 20:26, Helge Deller wrote: > Hi Michael, > > On 01.08.20 18:47, Michael Tokarev wrote: >> 01.08.2020 16:13, Helge Deller wrote: >>> A few late fixes for target-hppa: >>> >>> * Fix the SeaBIOS-hppa firmware build with gcc-10 on Debian >> >> It looks like you forgot the above change somehow. > > Actually, no, I did not forgot this patch. > It's part of the seabios-hppa repo, see here: > https://github.com/hdeller/seabios-hppa/commit/14a26ffb0d9ad1fc510da5d03215b0e36f717fce Oh. Yeah, my bad, I thought that patch should be within the 4 changes of this series, while this series is about qemu, not the seabios-hppa sources. N/m :) /mjt