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=-8.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,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 338D1C433E1 for ; Mon, 17 Aug 2020 10:17:28 +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 0DECF20758 for ; Mon, 17 Aug 2020 10:17:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0DECF20758 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 1k7cCW-00014E-5e; Mon, 17 Aug 2020 10:17:12 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k7cCV-000149-KQ for xen-devel@lists.xenproject.org; Mon, 17 Aug 2020 10:17:11 +0000 X-Inumbo-ID: 2e47fe83-72c3-4a8d-9098-a292693a18ff Received: from hera.aquilenet.fr (unknown [2a0c:e300::1]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 2e47fe83-72c3-4a8d-9098-a292693a18ff; Mon, 17 Aug 2020 10:17:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id ECC633159; Mon, 17 Aug 2020 12:17:09 +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 x3KhW64Hhigc; Mon, 17 Aug 2020 12:17:09 +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 44E69309B; Mon, 17 Aug 2020 12:17:09 +0200 (CEST) Received: from samy by function with local (Exim 4.94) (envelope-from ) id 1k7cCS-001Xzg-40; Mon, 17 Aug 2020 12:17:08 +0200 Date: Mon, 17 Aug 2020 12:17:08 +0200 From: Samuel Thibault To: Juergen Gross Cc: xen-devel@lists.xenproject.org, xen-devel@dornerworks.com, Andrew Cooper , George Dunlap , Ian Jackson , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu , Josh Whitehead , Stewart Hildebrand , Marek =?utf-8?Q?Marczykowski-G=C3=B3recki?= Subject: Re: [PATCH II v2 17/17] tools: move libxenctrl below tools/libs Message-ID: <20200817101708.widu6u4p35x35cbi@function> Mail-Followup-To: Samuel Thibault , Juergen Gross , xen-devel@lists.xenproject.org, xen-devel@dornerworks.com, Andrew Cooper , George Dunlap , Ian Jackson , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu , Josh Whitehead , Stewart Hildebrand , Marek =?utf-8?Q?Marczykowski-G=C3=B3recki?= References: <20200817094922.15768-1-jgross@suse.com> <20200817094922.15768-18-jgross@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200817094922.15768-18-jgross@suse.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" Juergen Gross, le lun. 17 août 2020 11:49:22 +0200, a ecrit: > diff --git a/stubdom/Makefile b/stubdom/Makefile > index 6fcecadeb9..440adc2eb4 100644 > --- a/stubdom/Makefile > +++ b/stubdom/Makefile > diff --git a/stubdom/mini-os.mk b/stubdom/mini-os.mk > index 32528bb91f..b1387df3f8 100644 > --- a/stubdom/mini-os.mk > +++ b/stubdom/mini-os.mk For these, Reviewed-by: Samuel Thibault