From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGqah-0006AO-Fl for qemu-devel@nongnu.org; Mon, 11 Aug 2014 10:28:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGqab-00005P-JK for qemu-devel@nongnu.org; Mon, 11 Aug 2014 10:28:51 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:61609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGqab-000055-EC for qemu-devel@nongnu.org; Mon, 11 Aug 2014 10:28:45 -0400 Received: by mail-wi0-f178.google.com with SMTP id hi2so4297064wib.17 for ; Mon, 11 Aug 2014 07:28:44 -0700 (PDT) Message-ID: <53E8D318.4040307@linaro.org> Date: Mon, 11 Aug 2014 16:28:40 +0200 From: Eric Auger MIME-Version: 1.0 References: <53E8AE99.7000307@linaro.org> <20140811135009.GE15853@arm.com> In-Reply-To: <20140811135009.GE15853@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 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) the qemu part is at: git://git.linaro.org/people/eric.auger/qemu.git (branch vfio_integ_v5) Please do not hesitate to contact me for any support. Best Regards Eric > > Will