From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGpzO-0003cV-9p for qemu-devel@nongnu.org; Mon, 11 Aug 2014 09:50:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGpzI-0004Fs-5r for qemu-devel@nongnu.org; Mon, 11 Aug 2014 09:50:18 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:33068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGpzH-0004Ey-QZ for qemu-devel@nongnu.org; Mon, 11 Aug 2014 09:50:12 -0400 Date: Mon, 11 Aug 2014 14:50:09 +0100 From: Will Deacon Message-ID: <20140811135009.GE15853@arm.com> References: <53E8AE99.7000307@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53E8AE99.7000307@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 12:52:57PM +0100, Eric Auger wrote: > Dear all, > > I would like to test VFIO-PCI after rework done for [PATCH v5 00/10] KVM > platform device passthrough. > > Do you have advises about best test environment (was thinking about TCG > system platform suitable for VFIO PCI assignment?). 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? Will