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.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 AA725C433E2 for ; Sat, 5 Sep 2020 21:36:16 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (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 1011B2073B for ; Sat, 5 Sep 2020 21:36:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1011B2073B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kEfql-0003cg-Br; Sat, 05 Sep 2020 21:35:55 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kEfqk-0003cb-JA for xen-devel@lists.xenproject.org; Sat, 05 Sep 2020 21:35:54 +0000 X-Inumbo-ID: 349d8843-98b3-459f-a3ec-a1bd58c96d23 Received: from hera.aquilenet.fr (unknown [185.233.100.1]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 349d8843-98b3-459f-a3ec-a1bd58c96d23; Sat, 05 Sep 2020 21:35:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 1382FFAC; Sat, 5 Sep 2020 23:35:52 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tUl5nNcc-hFE; Sat, 5 Sep 2020 23:35:51 +0200 (CEST) Received: from function (lfbn-bor-1-797-11.w86-234.abo.wanadoo.fr [86.234.239.11]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 45652DCD; Sat, 5 Sep 2020 23:35:51 +0200 (CEST) Received: from samy by function with local (Exim 4.94) (envelope-from ) id 1kEfqg-003vvg-7Q; Sat, 05 Sep 2020 23:35:50 +0200 Date: Sat, 5 Sep 2020 23:35:50 +0200 From: Samuel Thibault To: Jason Long Cc: Ian Jackson , xen-devel@lists.xenproject.org, Jan Beulich , Costin Lupu , Wei Liu Subject: Re: [PATCH] minios: Revert recent change and revert to working minios Message-ID: <20200905213550.r5ru6y6kytr4yrsm@function> Mail-Followup-To: Samuel Thibault , Jason Long , Ian Jackson , xen-devel@lists.xenproject.org, Jan Beulich , Costin Lupu , Wei Liu References: <233c6207-4724-55b0-3c92-84251edfc5b2@suse.com> <20200904160034.11456-1-iwj@xenproject.org> <806680552.2537432.1599256902267@mail.yahoo.com> <20200905181222.6g3vrkwadua2pmo2@function> <2069094130.2730817.1599339736305@mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2069094130.2730817.1599339736305@mail.yahoo.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) 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" Jason Long, le sam. 05 sept. 2020 21:02:16 +0000, a ecrit: > What is the difference with Unikraft? Unikraft is originally based on MiniOS, and AIUI is actively being worked on while MiniOS is mostly only maintained. Samuel