From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XH5ec-0004rx-Ai for qemu-devel@nongnu.org; Tue, 12 Aug 2014 02:33:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XH5eX-0006PG-6B for qemu-devel@nongnu.org; Tue, 12 Aug 2014 02:33:54 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:64419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XH5eX-0006PA-0Y for qemu-devel@nongnu.org; Tue, 12 Aug 2014 02:33:49 -0400 Received: by mail-wi0-f172.google.com with SMTP id n3so5314419wiv.5 for ; Mon, 11 Aug 2014 23:33:48 -0700 (PDT) Message-ID: <53E9B547.90305@linaro.org> Date: Tue, 12 Aug 2014 08:33:43 +0200 From: Eric Auger MIME-Version: 1.0 References: <53E8AE99.7000307@linaro.org> <20140811135009.GE15853@arm.com> <53E8D318.4040307@linaro.org> <20140811175721.GG8828@arm.com> In-Reply-To: <20140811175721.GG8828@arm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] VFIO-PCI testing after VFIO-platform rework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Will Deacon Cc: Peter Maydell , Stuart Yoder , "agraf@suse.de" , Alvise Rigo , qemu list , "Bharat.Bhushan@freescale.com" , Alex Williamson , Christoffer Dall On 08/11/2014 07:57 PM, Will Deacon wrote: > 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). Hi Will, Sure. This merge will be done soon along with the integration of the vgic cleanup serie (http://www.spinics.net/lists/kvm-arm/msg10325.html). Best Regards Eric > > Will >