From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzR3f-0008I2-2a for qemu-devel@nongnu.org; Wed, 17 Jul 2013 08:42:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzR3d-0004w0-Kl for qemu-devel@nongnu.org; Wed, 17 Jul 2013 08:42:15 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:54271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzR3c-0004vm-Vy for qemu-devel@nongnu.org; Wed, 17 Jul 2013 08:42:13 -0400 Received: from /spool/local by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 17 Jul 2013 06:42:11 -0600 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id A9E0F1FF0027 for ; Wed, 17 Jul 2013 06:36:48 -0600 (MDT) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6HCg8Tb144724 for ; Wed, 17 Jul 2013 06:42:08 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r6HCg7Db032400 for ; Wed, 17 Jul 2013 06:42:08 -0600 From: Anthony Liguori In-Reply-To: References: <39E5AB85-E7DD-4B9F-9F6F-F80CA6FCAC11@suse.de> <83A07262-ED9A-4E5A-BC11-5B357F5B4996@suse.de> <87li5gbyqv.fsf@codemonkey.ws> <39D95139-6E9C-4FD8-A007-C08444C1AA67@suse.de> <87mwpwpxqm.fsf@codemonkey.ws> <20130717093026.GD49546@lvm> Date: Wed, 17 Jul 2013 07:41:50 -0500 Message-ID: <87k3kpicj5.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 0/8] Add virtio-mmio and use it in vexpress List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Christoffer Dall Cc: Alexander Graf , David Gibson , kvmarm@lists.cs.columbia.edu, qemu-devel@nongnu.org, patches@linaro.org Peter Maydell writes: > On 17 July 2013 10:30, Christoffer Dall wrote: >> I'm not familiar enough with QEMU internals to intelligently comment on >> this discussion, but I do have two observations: >> >> (1) It would be tremendously beneficial to have this patch series >> merged, so people can actually start to have upstream code that supports >> usable VMs on ARM, and it doesn't seem too invasive to me. > > Well, v3 of the patchset rather than this one, but yes. > Anthony -- are you going to apply it directly (at some point, > v3 has only been on list a day or so) as virtio maintainer, > or should I put it in via arm-devs? I would be happy for it to go through arm-devs and for any future changes to virtio-mmio to go through that tree. Regards, Anthony Liguori > > thanks > -- PMM