From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXg1L-0007qK-Sf for qemu-devel@nongnu.org; Thu, 24 May 2012 17:56:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXg1K-0008S5-AJ for qemu-devel@nongnu.org; Thu, 24 May 2012 17:56:35 -0400 Received: from gate.crashing.org ([63.228.1.57]:56224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXg1K-0008RI-1y for qemu-devel@nongnu.org; Thu, 24 May 2012 17:56:34 -0400 Message-ID: <1337896579.16119.2.camel@pasglop> From: Benjamin Herrenschmidt Date: Fri, 25 May 2012 07:56:19 +1000 In-Reply-To: <1337872323.4714.10.camel@ul30vt> References: <4FBDA68B.30405@ozlabs.ru> <1337872323.4714.10.camel@ul30vt> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] vfio-powerpc: enabled and supported on power List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: kvm@vger.kernel.org, Alexey Kardashevskiy , linux-kernel@vger.kernel.org, Alex Graf , qemu-devel@nongnu.org, David Gibson On Thu, 2012-05-24 at 09:12 -0600, Alex Williamson wrote: > > --- /dev/null > > +++ b/arch/powerpc/kernel/iommu_vfio.c > > Should this be drivers/vfio/vfio_iommu_powerpc.c? Very minor bike shed painting... too long file names suck, in this case what's the point of the "vfio" prefix for files already in the "vfio" directory ? Cheers, Ben.