From nobody Fri Apr 26 08:51:33 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=Tww5MyCMO1SvFzr9AQQDNG0LcvTFreqMCE74C3g6xJaiPbKiQdjfKqs2hPNJHDcc9fivpzmeUboaONZgt9aVH/DVgxWlLcijdIT4ead8NujhO8GsKWLM9eeESkIP7HXHBkiqOR6skAVSe68VBgrV24VEy5/tLi+jzVzJMuVEvK4= 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:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=3Iw1h4FbL7nlWnS2LFu58assM9M6DbNMW91QSNXNhBA=; b=Ac2VB2FWnIcV7OyiF8/fTkFVCarfQLfRVz4f4eGGJBqfp92cbn4A/aoOC5EQZLNvtk/SD+Va0pJypaqXi2C7BF0IBMhQqsCcQoiIE0qBMAnVDtbvBtenqaUd9LT8qMXnCrLNcdWHFP0uo7LTZ2CYyAZcFSEpoUguOVvu4AVNBxg= 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 1599479340957851.3328223172304; 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-0002IK-1J; Mon, 07 Sep 2020 11:48:36 +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.92) (envelope-from ) id 1kFFdT-0002IA-Cv 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-amaz-eas2.inumbo.com (Halon) with ESMTPS id 95745e6a-79f7-40ef-8069-8dd473645db1; Mon, 07 Sep 2020 11:48:33 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 49E44ACB8; Mon, 7 Sep 2020 11:48:33 +0000 (UTC) X-Inumbo-ID: 95745e6a-79f7-40ef-8069-8dd473645db1 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 , Ian Jackson Subject: [PATCH] config: use mini-os master for unstable Date: Mon, 7 Sep 2020 13:48:13 +0200 Message-Id: <20200907114814.15620-1-jgross@suse.com> X-Mailer: git-send-email 2.26.2 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" 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 --- 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