From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB2lc-0002cE-Ak for qemu-devel@nongnu.org; Wed, 05 Feb 2014 08:43:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB2lX-0001QQ-FM for qemu-devel@nongnu.org; Wed, 05 Feb 2014 08:43:52 -0500 Received: from mel.v6.act-europe.fr ([2a02:2ab8:224:1::a0a:d2]:37454 helo=smtp.eu.adacore.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB2lX-0001PM-9c for qemu-devel@nongnu.org; Wed, 05 Feb 2014 08:43:47 -0500 Message-ID: <52F24010.1070909@adacore.com> Date: Wed, 05 Feb 2014 14:43:44 +0100 From: Fabien Chouteau MIME-Version: 1.0 References: <1374508822-15097-1-git-send-email-chouteau@adacore.com> <52A70213.50806@ozlabs.ru> <31972A85-FE25-476F-B701-0EAC166FDF12@suse.de> <52A74C14.8040805@adacore.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2] Add Enhanced Three-Speed Ethernet Controller (eTSEC) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Alexey Kardashevskiy , Scott Wood , Peter Crosthwaite , "qemu-ppc@nongnu.org list:PowerPC" , QEMU Developers On 12/10/2013 06:20 PM, Alexander Graf wrote: > On 10.12.2013, at 18:15, Fabien Chouteau wrote: >> Unfortunately I won't have time to fix before January. > Hello Alex, I fixed the compiler errors and I will send version 3 in few minutes. > That works for me. While at it, please also add a patch to enable -net usage with etsec. > -net nic,model=ETSEC,vlan=0 already works. Regards,