From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMNzF-0004ym-K6 for qemu-devel@nongnu.org; Sun, 20 Dec 2009 10:46:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMNzA-0004tb-OY for qemu-devel@nongnu.org; Sun, 20 Dec 2009 10:46:25 -0500 Received: from [199.232.76.173] (port=45251 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMNzA-0004tP-Hr for qemu-devel@nongnu.org; Sun, 20 Dec 2009 10:46:20 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:49894) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NMNz9-0001ur-Ty for qemu-devel@nongnu.org; Sun, 20 Dec 2009 10:46:20 -0500 Message-ID: <4B2E46C8.2020002@mail.berlios.de> Date: Sun, 20 Dec 2009 16:46:16 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] eepro100.c patches References: <4B2CEC50.4040703@mail.berlios.de> <4B2E39E6.1070809@codemonkey.ws> In-Reply-To: <4B2E39E6.1070809@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: QEMU Developers Anthony Liguori schrieb: > Stefan Weil wrote: >> Hi, >> >> these patches are still missing in QEMU master >> (and would also be good for 0.12.x because many >> people wait for the multicast fix needed for >> junos, see "junos qemu eepro100.c" at google): >> >> 089c60f8e467cfd567a946e005f10559b2fb9462 >> f925f386761fe1abb82aad8472c6fb388b022756 >> 5a89b50ef52e7c9c3cf072638594880fa1a8f596 >> (apply them in this order to avoid conflicts) >> > > Commit ids are referring to? > > None of the patches you have outstanding are 0.12.x material because > they don't actually fix any bugs. > > If you've got bug fixes patches that these depend on, then please send > the whole thing out as a series. > > Regards, > > Anthony Liguori > Ah, sorry, I sent the commit ids which are not included in the patch mails. These patches are missing: * eepro100: Restructure code (new function tx_command) http://patchwork.ozlabs.org/patch/40965/ * eepro100: Better documentation for temporary data http://patchwork.ozlabs.org/patch/41072/ * eepro100: Fix multicast support http://patchwork.ozlabs.org/patch/33959/ The last one is a bug fix needed for junos and other applications which depend on correct multicast handling. I'll resent the patches as a series. Regards, Stefan Weil