From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymjsz-0006LZ-EH for qemu-devel@nongnu.org; Mon, 27 Apr 2015 10:19:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymjsw-0005LJ-4x for qemu-devel@nongnu.org; Mon, 27 Apr 2015 10:19:49 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:37766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymjsv-0005LC-VK for qemu-devel@nongnu.org; Mon, 27 Apr 2015 10:19:46 -0400 Received: by widdi4 with SMTP id di4so91820374wid.0 for ; Mon, 27 Apr 2015 07:19:45 -0700 (PDT) Message-ID: <553E44DF.1030205@linaro.org> Date: Mon, 27 Apr 2015 16:17:03 +0200 From: Eric Auger MIME-Version: 1.0 References: <1425485909-5091-1-git-send-email-eric.auger@linaro.org> <55390D15.2060909@linaro.org> <553E4168.7090307@suse.de> In-Reply-To: <553E4168.7090307@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v11 0/4] machvirt dynamic sysbus device instantiation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , Baptiste Reynal Cc: Peter Maydell , eric.auger@st.com, patches@linaro.org, qemu-devel@nongnu.org, pbonzini@redhat.com, kvm-arm , Christoffer Dall On 04/27/2015 04:02 PM, Alexander Graf wrote: > On 04/24/2015 09:36 AM, Baptiste Reynal wrote: >> I think it will be a pity to postpone VFIO support on QEMU and would >> rather introduce the support for VIRT_MMIO later. >> >> Alex, what is your position on it ? > > Ah, sorry, I read this mail too late. Converting virtio-mmio to a > dynamic sysbus device should be trivial after Eric's enablement. It's > basically the same as the calxeda nic driver, just that this time around > we're spawning the virtio-mmio bridge devices. Hi Alex, I can do this addition without pain in a separate series. Actually I thought you add in mind something more sophisticated where VIRTIO-MMIO would be added on platform-bus transparently if a VIRTIO device (virtio-net-device for instance) were instantiated. This appeared to me as less immediate. Best Regards Eric > > > Alex >