From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbnAt-0006hm-Tc for qemu-devel@nongnu.org; Wed, 08 Oct 2014 05:04:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbnAn-00046f-1o for qemu-devel@nongnu.org; Wed, 08 Oct 2014 05:04:47 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:41387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbnAm-00046I-Mu for qemu-devel@nongnu.org; Wed, 08 Oct 2014 05:04:40 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 8 Oct 2014 10:04:38 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 645D81B08067 for ; Wed, 8 Oct 2014 10:05:50 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s9894YUI48955490 for ; Wed, 8 Oct 2014 09:04:34 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s9894VvR026238 for ; Wed, 8 Oct 2014 03:04:34 -0600 Date: Wed, 8 Oct 2014 11:04:28 +0200 From: Cornelia Huck Message-ID: <20141008110428.6fc78115.cornelia.huck@de.ibm.com> In-Reply-To: <54349246.6000905@amacapital.net> References: <1412692807-12398-1-git-send-email-cornelia.huck@de.ibm.com> <54349246.6000905@amacapital.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC 00/11] qemu: towards virtio-1 host support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andy Lutomirski Cc: thuth@linux.vnet.ibm.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org On Tue, 07 Oct 2014 18:24:22 -0700 Andy Lutomirski wrote: > On 10/07/2014 07:39 AM, Cornelia Huck wrote: > > This patchset aims to get us some way to implement virtio-1 compliant > > and transitional devices in qemu. Branch available at > > > > git://github.com/cohuck/qemu virtio-1 > > > > I've mainly focused on: > > - endianness handling > > - extended feature bits > > - virtio-ccw new/changed commands > > At the risk of some distraction, would it be worth thinking about a > solution to the IOMMU bypassing mess as part of this? I think that is a whole different issue. virtio-1 is basically done - we just need to implement it - while the IOMMU/DMA stuff certainly needs more discussion. Therefore, I'd like to defer to the other discussion thread here.