From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9nvv-0000xD-Ff for qemu-devel@nongnu.org; Mon, 06 Jun 2016 02:22:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9nvq-0004ZF-8H for qemu-devel@nongnu.org; Mon, 06 Jun 2016 02:22:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9nvq-0004Xm-2P for qemu-devel@nongnu.org; Mon, 06 Jun 2016 02:22:38 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D9470C034E77 for ; Mon, 6 Jun 2016 06:22:36 +0000 (UTC) Message-ID: <1465194155.24775.172.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 06 Jun 2016 08:22:35 +0200 In-Reply-To: <1465076003-26291-6-git-send-email-marcandre.lureau@redhat.com> References: <1465076003-26291-1-git-send-email-marcandre.lureau@redhat.com> <1465076003-26291-6-git-send-email-marcandre.lureau@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [RFC 05/14] Add vhost-user backend to virtio-input-host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com Cc: qemu-devel@nongnu.org On Sa, 2016-06-04 at 23:33 +0200, marcandre.lureau@redhat.com wrote: > From: Marc-Andr=C3=A9 Lureau >=20 > Learn to use a vhost-user as a virtio-input backend. Usage: >=20 > -object vhost-user-backend,id=3Dvuid -device virtio-input-host-pci,vhost-= user=3Dvuid IMO this should be a separate device, named "virtio-input-vhost" or "virtio-input-user". There isn't really any common code between this and virtio-input-host. cheers, Gerd