From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzvgh-0003c2-F5 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 18:29:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzvgb-00025z-Jz for qemu-devel@nongnu.org; Wed, 25 Jun 2014 18:29:07 -0400 Received: from cantor2.suse.de ([195.135.220.15]:57996 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzvgb-00025k-EF for qemu-devel@nongnu.org; Wed, 25 Jun 2014 18:29:01 -0400 Message-ID: <53AB4D2A.7000100@suse.de> Date: Thu, 26 Jun 2014 00:28:58 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1401695374-4287-1-git-send-email-eric.auger@linaro.org> <1401695374-4287-7-git-send-email-eric.auger@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v3 06/10] virt: Assign a VFIO platform device with -device option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Eric Auger Cc: Kim Phillips , eric.auger@st.com, Patch Tracking , QEMU Developers , Alvise Rigo , Alex Williamson , christophe.barnichon@st.com, Stuart Yoder , Antonios Motakis , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall On 26.06.14 00:28, Peter Maydell wrote: > On 2 June 2014 08:49, Eric Auger wrote: >> This patch aims at allowing the end-user to specify the device he >> wants to directly assign to his mach-virt guest in the QEMU command >> line. >> hw/arm/virt.c | 222 +++++++++++++++++++++++++++++++++++++++++--------- > This is way too much code to be adding to virt.c. I really don't > want to be dealing with VFIO related code in board models > beyond an absolute minimal "go do vfio stuff if the user asked > for it" set of hooks. And device tree chunks :). Alex