From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1ILv-0007xf-HN for qemu-devel@nongnu.org; Thu, 09 Jan 2014 11:21:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1ILn-00017R-3s for qemu-devel@nongnu.org; Thu, 09 Jan 2014 11:21:03 -0500 Received: from mail-ee0-x233.google.com ([2a00:1450:4013:c00::233]:41546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1ILm-00017I-TQ for qemu-devel@nongnu.org; Thu, 09 Jan 2014 11:20:55 -0500 Received: by mail-ee0-f51.google.com with SMTP id b15so1444151eek.10 for ; Thu, 09 Jan 2014 08:20:53 -0800 (PST) Message-ID: <52CECC62.5060504@gmail.com> Date: Thu, 09 Jan 2014 17:20:50 +0100 From: Piotr Karbowski MIME-Version: 1.0 References: <52B744BC.60605@gmail.com> <20140108042935.GE30570@stefanha-thinkpad.redhat.com> In-Reply-To: <20140108042935.GE30570@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Missing vhost=on support on -netdev bridge. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Hi On 01/08/2014 05:29 AM, Stefan Hajnoczi wrote: > On Sun, Dec 22, 2013 at 08:59:56PM +0100, Piotr Karbowski wrote: >> Looks like netdev bridge have no support for vhost=on switch. Would >> be ince if that could be added. > > Try -netdev tap,helper=/path/to/qemu-bridge-helper,vhost=on,... Sadly, -netdev tap does not support br= so I can't specify the bridge for helper. And I can't pass the '--use-br=' argument for helper= tap's option so no workaround here. -- Piotr.