From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6wSA-0003Hj-Ek for qemu-devel@nongnu.org; Mon, 22 Jun 2015 03:47:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6wS7-0008FI-8F for qemu-devel@nongnu.org; Mon, 22 Jun 2015 03:47:38 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:34690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6wS7-0008Ef-1n for qemu-devel@nongnu.org; Mon, 22 Jun 2015 03:47:35 -0400 Received: by wicnd19 with SMTP id nd19so67899123wic.1 for ; Mon, 22 Jun 2015 00:47:33 -0700 (PDT) Message-ID: <5587BD81.1010408@linaro.org> Date: Mon, 22 Jun 2015 09:47:13 +0200 From: Eric Auger MIME-Version: 1.0 References: <1434455898-17895-1-git-send-email-eric.auger@linaro.org> <55801264.7030507@linaro.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v17] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: b.reynal@virtualopensystems.com, Patch Tracking , QEMU Developers , Alex Williamson , eric.auger@st.com, Christoffer Dall On 06/18/2015 10:27 PM, Peter Maydell wrote: > On 16 June 2015 at 13:11, Eric Auger wrote: >> Hi Peter, >> On 06/16/2015 01:59 PM, Peter Maydell wrote: >>> This was part of a series before -- is it a standalone >>> patch now? What's the relationship with the other patches? >> >> This patch makes possible to instantiate the VFIO Calxeda xgmac device >> which is already in the master. The rest of the series enables irqfd >> usage by the base VFIO device so to me it is independent. Currently >> eventfds are handled on user-side, which is particularly inefficient but >> functional. >> >> Let me know if you prefer I resend the whole series. > > OK, if it stands on its own I can apply this to target-arm.next. > Please update the changelog wiki page with something appropriate > about this new feature. Hi Peter, thanks for the pull. I don't have any wiki account yet. Can anyone create an account for me? Best Regards Eric > > -- PMM >