From nobody Fri Mar 29 08:32:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1599479340; cv=none; d=zohomail.com; s=zohoarc; b=BQ1V3Tzz6VRIN6w5lpfjBOoNhpYfkvlv1xMRTozhJw1jXMfbIC3FILGCrlIaHBuP1bzrfaPwdZNXwLggdrREmnWZfKMSM9+nT1tFFp5l5fA0O1nYQg5MZOkuZ/Wk505hkGc47onX8IdvyeweKevb7U9o15Oe9srOnJEHBemj7Os= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1599479340; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=8aayvkeNrUK3N0kMoe/cVm9K8I7/19nfuXMmU+V0UGw=; b=A5tde6h7SVfp9onaEZ/KrNoW7kzS7wPH9Rrtu69XZApMs7tuf0FVdi3Cpf1GZPUht0SdyIM8pDhaM7cYS1KR5v2niyPPnnCf/bOJV2SUvxoGEXDY73IEta5O5fls5MgS41qoxXgYLW9TdygW2ZSdQYfwf1GCa2iwYhe2aiB4Gbg= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1599479340042533.882981483593; Mon, 7 Sep 2020 04:49:00 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kFFdU-0002IQ-9j; Mon, 07 Sep 2020 11:48:36 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kFFdT-0002IB-Gp for xen-devel@lists.xenproject.org; Mon, 07 Sep 2020 11:48:35 +0000 Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 9b9e78d1-857a-415e-853a-7c76f8cfadc3; Mon, 07 Sep 2020 11:48:34 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id BA549AC2F; Mon, 7 Sep 2020 11:48:34 +0000 (UTC) X-Inumbo-ID: 9b9e78d1-857a-415e-853a-7c76f8cfadc3 X-Virus-Scanned: by amavisd-new at test-mx.suse.de From: Juergen Gross To: xen-devel@lists.xenproject.org Cc: Juergen Gross , Andrew Cooper , George Dunlap , Ian Jackson , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH] minios: use more recent commit for building xen unstable Date: Mon, 7 Sep 2020 13:48:14 +0200 Message-Id: <20200907114814.15620-2-jgross@suse.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200907114814.15620-1-jgross@suse.com> References: <20200907114814.15620-1-jgross@suse.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Type: text/plain; charset="utf-8" Commit 82c3d15c903aa43 ("minios: Revert recent change and revert to working minios") switched the used commit for the build of Xen unstable from master to a rather old commit (the one used for Xen 4.13 instead of the last one without a known problem). Switch to Mini-OS commit 051b87bb9c196 instead, which doesn't contain the problematic modification being reason for switching away from master. Signed-off-by: Juergen Gross Acked-by: Wei Liu --- Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.mk b/Config.mk index db434ee2c6..259e68863d 100644 --- a/Config.mk +++ b/Config.mk @@ -246,7 +246,7 @@ MINIOS_UPSTREAM_URL ?=3D git://xenbits.xen.org/mini-os.= git endif OVMF_UPSTREAM_REVISION ?=3D a3741780fe3535e19e02efa869a7cac481891129 QEMU_UPSTREAM_REVISION ?=3D master -MINIOS_UPSTREAM_REVISION ?=3D 0b4b7897e08b967a09bed2028a79fabff82342dd +MINIOS_UPSTREAM_REVISION ?=3D 051b87bb9c19609976fb038f386920e1ce5454c5 =20 SEABIOS_UPSTREAM_REVISION ?=3D rel-1.14.0 =20 --=20 2.26.2