From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGtqU-0007El-2d for qemu-devel@nongnu.org; Mon, 11 Aug 2014 13:57:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGtqP-0007Zi-7z for qemu-devel@nongnu.org; Mon, 11 Aug 2014 13:57:22 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:36593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGtqO-0007ZV-U2 for qemu-devel@nongnu.org; Mon, 11 Aug 2014 13:57:17 -0400 Date: Mon, 11 Aug 2014 18:57:21 +0100 From: Will Deacon Message-ID: <20140811175721.GG8828@arm.com> References: <53E8AE99.7000307@linaro.org> <20140811135009.GE15853@arm.com> <53E8D318.4040307@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53E8D318.4040307@linaro.org> Subject: Re: [Qemu-devel] VFIO-PCI testing after VFIO-platform rework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger Cc: Peter Maydell , Stuart Yoder , "agraf@suse.de" , Alvise Rigo , qemu list , "Bharat.Bhushan@freescale.com" , Alex Williamson , Christoffer Dall On Mon, Aug 11, 2014 at 03:28:40PM +0100, Eric Auger wrote: > On 08/11/2014 03:50 PM, Will Deacon wrote: > > I'm playing with PCI device assignment with kvmtool, so I could do some > > basic testing if you like. Can you put the patches on a git tree somewhere > > please? > > Hi Will, > > Thanks for your proposal, > > the kernel part is at: > git://git.linaro.org/people/eric.auger/linux.git (branch irqfd_integ_v4) I run into a bunch of horrible vgic conflicts if I try to merge this with my testing branch -- can you take a look at rebasing on top of Marc's GICv3 code, please? (that should all be in mainline now). Will