From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KK9FH-0001rs-EM for qemu-devel@nongnu.org; Sat, 19 Jul 2008 06:00:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KK9FF-0001pq-UD for qemu-devel@nongnu.org; Sat, 19 Jul 2008 06:00:54 -0400 Received: from [199.232.76.173] (port=34906 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KK9FF-0001pW-FF for qemu-devel@nongnu.org; Sat, 19 Jul 2008 06:00:53 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:34086) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KK9FE-0004nw-U3 for qemu-devel@nongnu.org; Sat, 19 Jul 2008 06:00:53 -0400 Date: Sat, 19 Jul 2008 11:00:49 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH] native vde support Message-ID: <20080719100049.GB30285@networkno.de> References: <20080701201131.GA14931@pintsize> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080701201131.GA14931@pintsize> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luca Bigliardi Cc: qemu-devel@nongnu.org Luca Bigliardi wrote: > Hi! > > The patch I'm proposing here adds native support to Virtual Distributed > Ethernet using libvdeplug. > > A small example: > - patch latest svn with the attached patch > - configure qemu to use vde support (disabled by default) using > "./configure --enable-vde" When no libvdeplug is available it silently ignores the user selection. I changed that, removed a hardcoded -lvdeplug in Makefile, and committed the result. Thiemo