From nobody Fri May 3 05:39:04 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=1586267355; cv=none; d=zohomail.com; s=zohoarc; b=XixDw4xdEg1tilNKZyXkPDzjJboibnLdvRe0qoqLERzE7D7mmf7uW8lNcIMnI55l3CCcCSUNuKiool01lYxnFqPdwsaRP8noc7uwf/CLMJ47d9iCyBh7XYIQpjB9gfJZTUWbx8bqhOzpyQqZtG3pXUXQleTxGGkXzFA19jWQyJA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1586267355; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To; bh=3Iw1h4FbL7nlWnS2LFu58assM9M6DbNMW91QSNXNhBA=; b=COHKA8kK1SMIaGSzhd+2uFy3Kb/7es7d1W3ghMmJ1Qa3CIJydIENNXfzxagTUXenbRAiLWIixMkMJ8xfLgP3r3kA7QRNjB4n4jJicnctZqJLfTwcAhkXGUH9fH+tTdr1lIsCFk5lOEtyT7FZT33Vnk5Ltzyh5Uj4gn9Rz08HNiw= 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 1586267355483506.96609600588215; Tue, 7 Apr 2020 06:49:15 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jLoal-0005dD-0E; Tue, 07 Apr 2020 13:48:39 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jLoai-0005d8-V2 for xen-devel@lists.xenproject.org; Tue, 07 Apr 2020 13:48:36 +0000 Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 79efa524-78d6-11ea-80cb-12813bfff9fa; Tue, 07 Apr 2020 13:48:35 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id DA223AC79; Tue, 7 Apr 2020 13:48:33 +0000 (UTC) X-Inumbo-ID: 79efa524-78d6-11ea-80cb-12813bfff9fa X-Virus-Scanned: by amavisd-new at test-mx.suse.de From: Juergen Gross To: xen-devel@lists.xenproject.org Subject: [PATCH] config: use mini-os master for unstable Date: Tue, 7 Apr 2020 15:48:31 +0200 Message-Id: <20200407134831.22354-1-jgross@suse.com> X-Mailer: git-send-email 2.16.4 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Juergen Gross , Stefano Stabellini , Julien Grall , Wei Liu , Andrew Cooper , Ian Jackson , George Dunlap , Jan Beulich Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" We haven't used mini-os master for about 2 years now due to a stubdom test failing [1]. Booting a guest with mini-os master used for building stubdom didn't reveal any problem, so use master for unstable in order to let OSStest find any problems not showing up in the local test. [1]: https://lists.xen.org/archives/html/minios-devel/2018-04/msg00015.html 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 dc6e7d03df..0f303c79b2 100644 --- a/Config.mk +++ b/Config.mk @@ -245,7 +245,7 @@ MINIOS_UPSTREAM_URL ?=3D git://xenbits.xen.org/mini-os.= git endif OVMF_UPSTREAM_REVISION ?=3D 20d2e5a125e34fc8501026613a71549b2a1a3e54 QEMU_UPSTREAM_REVISION ?=3D master -MINIOS_UPSTREAM_REVISION ?=3D 0b4b7897e08b967a09bed2028a79fabff82342dd +MINIOS_UPSTREAM_REVISION ?=3D master =20 SEABIOS_UPSTREAM_REVISION ?=3D rel-1.13.0 =20 --=20 2.16.4