From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmYO9-0001Nz-Em for qemu-devel@nongnu.org; Tue, 02 Mar 2010 15:08:17 -0500 Received: from [199.232.76.173] (port=46978 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmYO9-0001Ng-4H for qemu-devel@nongnu.org; Tue, 02 Mar 2010 15:08:17 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NmYO8-0000QV-1u for qemu-devel@nongnu.org; Tue, 02 Mar 2010 15:08:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48171) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NmYO7-0000QR-MC for qemu-devel@nongnu.org; Tue, 02 Mar 2010 15:08:15 -0500 Date: Tue, 2 Mar 2010 22:04:51 +0200 From: "Michael S. Tsirkin" Message-ID: <20100302200451.GA12899@redhat.com> References: <1266164189-21062-3-git-send-email-weil@mail.berlios.de> <1267555416-12400-1-git-send-email-weil@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1267555416-12400-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] Re: [PATCH 03/20] eepro100: Fix PXE boot List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On Tue, Mar 02, 2010 at 07:43:36PM +0100, Stefan Weil wrote: > The phy handling was wrong for PXE, GPXE boot: > GPXE's eepro100 driver did not detect a valid link. > > This is fixed here. > > V2 - Use UPPER_CASE for enum values > > Signed-off-by: Stefan Weil Please repost the whole series, using prefix PATCHv3 and Cc me. Thanks!