From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbfzU-0007j9-Tg for qemu-devel@nongnu.org; Tue, 07 Oct 2014 21:24:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbfzP-0003Go-0j for qemu-devel@nongnu.org; Tue, 07 Oct 2014 21:24:32 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:42649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbfzO-0003Gc-RG for qemu-devel@nongnu.org; Tue, 07 Oct 2014 21:24:26 -0400 Received: by mail-pd0-f177.google.com with SMTP id v10so5866144pde.8 for ; Tue, 07 Oct 2014 18:24:25 -0700 (PDT) Message-ID: <54349246.6000905@amacapital.net> Date: Tue, 07 Oct 2014 18:24:22 -0700 From: Andy Lutomirski MIME-Version: 1.0 References: <1412692807-12398-1-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: <1412692807-12398-1-git-send-email-cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 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: Cornelia Huck , virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org, kvm@vger.kernel.org Cc: thuth@linux.vnet.ibm.com 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? --Andy