From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQkQa-00015J-7g for qemu-devel@nongnu.org; Wed, 16 Nov 2011 13:41:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQkQY-0002K2-Nf for qemu-devel@nongnu.org; Wed, 16 Nov 2011 13:41:44 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:55767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQkQY-0002Jq-JE for qemu-devel@nongnu.org; Wed, 16 Nov 2011 13:41:42 -0500 Received: by eyh6 with SMTP id 6so887611eyh.4 for ; Wed, 16 Nov 2011 10:41:41 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4EC3C9B1.5050109@redhat.com> References: <1321282528-19070-1-git-send-email-peter.maydell@linaro.org> <4EC3C9B1.5050109@redhat.com> Date: Wed, 16 Nov 2011 18:41:40 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [RFC 0/4] virtio-mmio transport List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel , Pawel Moll On 16 November 2011 14:33, Paolo Bonzini wrote: > 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? Pawel may have more detail, but to me the significant difference is that virtio-mmio is an implementation of a specification extension agreed with the virtio spec maintainers, whereas syborg doesn't seem to be mentioned in the virtio spec anywhere, so I am unsure what it is intended to be implementing. (There are some technical differences too, like virtio-mmio allowing the guest to specify queue sizes and alignments; these mostly came out of the process of agreeing the spec extension.) -- PMM