From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQgYL-0000FA-M5 for qemu-devel@nongnu.org; Wed, 16 Nov 2011 09:33:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQgYJ-0000Ut-2M for qemu-devel@nongnu.org; Wed, 16 Nov 2011 09:33:29 -0500 Received: from mail-yw0-f45.google.com ([209.85.213.45]:62524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQgYI-0000Uj-TR for qemu-devel@nongnu.org; Wed, 16 Nov 2011 09:33:27 -0500 Received: by ywa17 with SMTP id 17so5889603ywa.4 for ; Wed, 16 Nov 2011 06:33:26 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4EC3C9B1.5050109@redhat.com> Date: Wed, 16 Nov 2011 15:33:21 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1321282528-19070-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1321282528-19070-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 0/4] virtio-mmio transport List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , Peter Maydell On 11/14/2011 03:55 PM, Peter Maydell wrote: > This set of patches implements the QEMU end of the MMIO virtio transport > (as specified by Appendix X of the latest virtio spec from here > http://ozlabs.org/~rusty/virtio-spec/virtio.pdf > and implemented by patches which I think are going into Linux 3.2). How does this compare against hw/syborg_virtio.c? Paolo