From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd2wN-0002Oo-IL for qemu-devel@nongnu.org; Fri, 18 Sep 2015 17:11:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zd2wI-0004sA-FQ for qemu-devel@nongnu.org; Fri, 18 Sep 2015 17:11:31 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:34580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd2wI-0004ry-5h for qemu-devel@nongnu.org; Fri, 18 Sep 2015 17:11:26 -0400 Received: by wicfx3 with SMTP id fx3so79214936wic.1 for ; Fri, 18 Sep 2015 14:11:24 -0700 (PDT) Sender: Paolo Bonzini References: <20150831160655-mutt-send-email-mst@redhat.com> <55ED854A.1080804@huawei.com> <55EFF03A.4000109@huawei.com> <55FC3BE7.5010503@huawei.com> From: Paolo Bonzini Message-ID: <55FC7DFA.80204@redhat.com> Date: Fri, 18 Sep 2015 23:11:22 +0200 MIME-Version: 1.0 In-Reply-To: <55FC3BE7.5010503@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] RFC: virtio-peer shared memory based peer communication device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana , "Zhang, Yang Z" , "Michael S. Tsirkin" , "qemu-devel@nongnu.org" , "virtualization@lists.linux-foundation.org" , "virtio-dev@lists.oasis-open.org" , "opnfv-tech-discuss@lists.opnfv.org" Cc: Jan Kiszka On 18/09/2015 18:29, Claudio Fontana wrote: > > this is a first RFC for virtio-peer 0.1, which is still very much a work in progress: > > https://github.com/hw-claudio/virtio-peer/wiki > > It is also available as PDF there, but the text is reproduced here for commenting: > > Peer shared memory communication device (virtio-peer) Apart from the windows idea, how does virtio-peer compare to virtio-rpmsg? Paolo