Received: by 2002:a05:6a10:8395:0:0:0:0 with SMTP id n21csp94436pxh; Tue, 9 Nov 2021 07:49:17 -0800 (PST) X-Google-Smtp-Source: ABdhPJxfjBj6Mb+ReFhotMrmA6/R4hyry6Y02zg5xW5oseFgP2ocI4wP+nEkBhqQWJCKqsSMEqx3 X-Received: by 2002:a17:907:6da9:: with SMTP id sb41mr11430618ejc.88.1636472956941; Tue, 09 Nov 2021 07:49:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1636472956; cv=none; d=google.com; s=arc-20160816; b=RNzeP2OCWMXKRgzRrfeZoI2UOEUuU1A0cMgxBqu+WtEbeVs0XRgMuDQPn+fojZqpMW dU4+wyNGGUL+bp+f7XEDRkoEUGx2JuZfYMLXp1Ru6kyQGVhZf+Jh9l96nOP5Z/TXm7B9 +CPCsUefUn+lbBt/KvWPuN9FlnGhkaBfVuTASvFYJUZ9yLM+NZIvRVrFSTHU+EHPhncn GzkiVDdpn+wavNWgZF+fUVexyByF5reL5rLqVZ9MgaVsWvDjxyBp7O1BweFRaEBfSVOX Z7hociK3jVJSSBhQmg6bcHJxjOUwKbP83YPbjjoJU2tp8ZPWACX/OFfjKrKsYOVYgYMx bc7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=nDd+TNK5BWJ2EEd9oTcvkuBz63a42dscDgfaPMkporM=; b=V3mpgPB9OuGVmuOBfl4zaO/lPD0O8Iq7NNtLF5/Hj43Lypc0VUXVq/C/dr3eGD1uCo lialLZbwDEkrBtIOGOX63CXXDNSYjWc1NTLQQS0I+q/6CHtWJZ9XbrDgNUrsiPkZvnan zMczvdA28Xu08grfHxn02YFAZJRWkXltAxctELhWIvpFUGFSacUxwbIZhRbIpL91M7Sh 3bIkZC7Gz8Z6N9K4lk4ANWs7K6X5NhqkFy0VUymZpE3OMY3mEQEJAHvZESqVCxXMdRpS Jcp/9nRmrwqWNQZFlsSEI1k2BRDtronLUyBXVCacl6IXcefLTK8DWOxXnTZ+BLG5SCRP 1Z4w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i14si29650026edf.22.2021.11.09.07.48.52; Tue, 09 Nov 2021 07:49:16 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243808AbhKIH7N (ORCPT + 99 others); Tue, 9 Nov 2021 02:59:13 -0500 Received: from verein.lst.de ([213.95.11.211]:48904 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243795AbhKIH7N (ORCPT ); Tue, 9 Nov 2021 02:59:13 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 5E36168AA6; Tue, 9 Nov 2021 08:56:26 +0100 (CET) Date: Tue, 9 Nov 2021 08:56:26 +0100 From: Christoph Hellwig To: Jason Gunthorpe Cc: Joonas Lahtinen , Christoph Hellwig , Jani Nikula , Rodrigo Vivi , Zhenyu Wang , Zhi Wang , intel-gfx@lists.freedesktop.org, intel-gvt-dev@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 02/29] drm/i915/gvt: integrate into the main Makefile Message-ID: <20211109075626.GB27339@lst.de> References: <20211102070601.155501-1-hch@lst.de> <20211102070601.155501-3-hch@lst.de> <163602902009.4807.3745093259631583283@jlahtine-mobl.ger.corp.intel.com> <20211104123225.GV2744544@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211104123225.GV2744544@nvidia.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 04, 2021 at 09:32:25AM -0300, Jason Gunthorpe wrote: > On Thu, Nov 04, 2021 at 02:30:20PM +0200, Joonas Lahtinen wrote: > > Quoting Christoph Hellwig (2021-11-02 09:05:34) > > > Remove the separately included Makefile and just use the relative > > > reference from the main i915 Makefile as for source files in other > > > subdirectories. > > > > The thinking behind the split is to avoid any merge conflicts as the > > gvt/ subdirectory is handled through separate pull request flow and > > are note part of drm-tip. > > Oh? In that case can we eventually move the VFIO mdev driver to > drivers/vfio/mdev/intel_gvt/ please? It pull in a lot from the general i915 driver..