From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiHZV-0004Dq-7Y for qemu-devel@nongnu.org; Wed, 15 Apr 2015 03:17:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiHZU-0008Nl-8M for qemu-devel@nongnu.org; Wed, 15 Apr 2015 03:17:17 -0400 Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:34984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiHZU-0008Na-0o for qemu-devel@nongnu.org; Wed, 15 Apr 2015 03:17:16 -0400 Received: by labbd9 with SMTP id bd9so25871051lab.2 for ; Wed, 15 Apr 2015 00:17:14 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 15 Apr 2015 09:17:14 +0200 Message-ID: From: =?UTF-8?Q?Mauricio_V=C3=A1squez?= Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] Inter-guest communication using VirtIO List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, I'm trying to realize if there is an implementation of direct Inter-guest network communication using VirtIO for QEMU/KVM. I found that there is an implementation for lguest http://lists.ozlabs.org/pipermail/lguest/2008-March/001064.html and somebody already discussed something similar here https://lists.nongnu.org/archive/html/qemu-devel/2014-06/msg02534.html but I can not understand if finally somebody implemented it or not. Thank you very much.