From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4VGZ-0006hf-Rr for qemu-devel@nongnu.org; Mon, 15 Jun 2015 10:21:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4VGV-0003fF-Vf for qemu-devel@nongnu.org; Mon, 15 Jun 2015 10:21:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4VGV-0003f6-RC for qemu-devel@nongnu.org; Mon, 15 Jun 2015 10:21:31 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 72045B1F8F for ; Mon, 15 Jun 2015 14:21:31 +0000 (UTC) Date: Mon, 15 Jun 2015 16:21:27 +0200 From: "Michael S. Tsirkin" Message-ID: <1434378073-13180-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] vhost-user: part of virtio List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Jason Wang , Markus Armbruster , Stefan Hajnoczi , Amit Shah , Paolo Bonzini vhost user is related to virtio, add it to the relevant entry. Signed-off-by: Michael S. Tsirkin --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0463696..7a13d68 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -694,6 +694,7 @@ virtio M: Michael S. Tsirkin S: Supported F: hw/*/virtio* +F: net/vhost-user.c virtio-9p M: Aneesh Kumar K.V -- MST