From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1NEb-000762-HM for qemu-devel@nongnu.org; Thu, 09 Jan 2014 16:33:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1NER-0006GB-Lw for qemu-devel@nongnu.org; Thu, 09 Jan 2014 16:33:49 -0500 Received: from mail-ea0-x230.google.com ([2a00:1450:4013:c01::230]:53877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1NER-0006Fg-6j for qemu-devel@nongnu.org; Thu, 09 Jan 2014 16:33:39 -0500 Received: by mail-ea0-f176.google.com with SMTP id h14so1730640eaj.7 for ; Thu, 09 Jan 2014 13:33:37 -0800 (PST) Message-ID: <52CF15AD.3020800@gmail.com> Date: Thu, 09 Jan 2014 22:33:33 +0100 From: Piotr Karbowski MIME-Version: 1.0 References: <52B744BC.60605@gmail.com> <20140108042935.GE30570@stefanha-thinkpad.redhat.com> <52CECC62.5060504@gmail.com> <52CED7D9.5010507@linux.vnet.ibm.com> In-Reply-To: <52CED7D9.5010507@linux.vnet.ibm.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: Corey Bryant , Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 01/09/2014 06:09 PM, Corey Bryant wrote: > You should be able to pass a command line like this: > > -net tap,helper="/usr/local/libexec/qemu-bridge-helper --br=br0" > Qemu treat it as one, single command as a whole. :< sh: /usr/libexec/qemu-bridge-helper --br=lebridge0: not found failed to launch bridge helper qemu-system-x86_64: -netdev tap,id=if0,helper="/usr/libexec/qemu-bridge-helper --br=lebridge0": Device 'tap' could not be initialized -- Piotr.