From patchwork Wed Sep 9 11:59:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?SsO8cmdlbiBHcm/Dnw==?= X-Patchwork-Id: 11765413 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 57B6A59D for ; Wed, 9 Sep 2020 12:15:11 +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 2BA4C21D40 for ; Wed, 9 Sep 2020 12:15:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2BA4C21D40 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.com 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 1kFyz8-000765-Ok; Wed, 09 Sep 2020 12:13:58 +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 1kFyz7-00075s-1u for xen-devel@lists.xenproject.org; Wed, 09 Sep 2020 12:13:57 +0000 X-Inumbo-ID: 54d206e6-2bc1-433d-a48a-d98498563517 Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 54d206e6-2bc1-433d-a48a-d98498563517; Wed, 09 Sep 2020 12:13:55 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 1EB95B233; Wed, 9 Sep 2020 12:14:10 +0000 (UTC) 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 1/2] maintainers: fix libxl paths Date: Wed, 9 Sep 2020 13:59:43 +0200 Message-Id: <20200909115944.4181-2-jgross@suse.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200909115944.4181-1-jgross@suse.com> References: <20200909115944.4181-1-jgross@suse.com> MIME-Version: 1.0 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" Fix the paths of libxl in the MAINTAINERS file. Signed-off-by: Juergen Gross --- MAINTAINERS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 26c5382075..482407b049 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -357,7 +357,8 @@ M: Ian Jackson M: Wei Liu M: Anthony PERARD S: Supported -F: tools/libxl/ +F: tools/libs/guest/ +F: tools/libs/light/ F: tools/xl/ LIVEPATCH @@ -428,9 +429,9 @@ M: Shriram Rajagopalan M: Yang Hongyang S: Maintained F: docs/README.remus -F: tools/libxl/libxl_remus_* -F: tools/libxl/libxl_netbuffer.c -F: tools/libxl/libxl_nonetbuffer.c +F: tools/libs/light/libxl_remus_* +F: tools/libs/light/libxl_netbuffer.c +F: tools/libs/light/libxl_nonetbuffer.c F: tools/hotplug/Linux/remus-netbuf-setup F: tools/hotplug/Linux/block-drbd-probe