From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzBM2-0001kM-A5 for qemu-devel@nongnu.org; Tue, 06 Apr 2010 12:10:18 -0400 Received: from [140.186.70.92] (port=57277 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzBM0-0001jW-Hm for qemu-devel@nongnu.org; Tue, 06 Apr 2010 12:10:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzBLy-00051s-CT for qemu-devel@nongnu.org; Tue, 06 Apr 2010 12:10:16 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:52425) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzBLx-00051L-TV for qemu-devel@nongnu.org; Tue, 06 Apr 2010 12:10:14 -0400 Message-ID: <4BBB5CD4.5080705@mail.berlios.de> Date: Tue, 06 Apr 2010 18:09:56 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1270554249-24861-1-git-send-email-weil@mail.berlios.de> <20100406124020.GA19739@redhat.com> In-Reply-To: <20100406124020.GA19739@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: eepro100: New patches List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers Michael S. Tsirkin schrieb: > On Tue, Apr 06, 2010 at 01:44:00PM +0200, Stefan Weil wrote: > >> These patches fix two regressions (1, 9) which made eepro100 rather useless, >> use a simple method to handle the different device variants (2), >> add a new device variant (4) and fix or clean some smaller issues. >> >> [PATCH 1/9] eepro100: Don't allow writing SCBStatus >> [PATCH 2/9] eepro100: Simplify status handling >> [PATCH 3/9] eepro100: Simplified device instantiation >> [PATCH 4/9] eepro100: Add new device variant i82801 >> [PATCH 5/9] eepro100: Set configuration bit for standard TCB >> [PATCH 6/9] eepro100: Support compilation without EEPROM >> [PATCH 7/9] eepro100: Set power management capability using pci_reserve_capability >> [PATCH 8/9] eepro100: Fix mapping of flash memory >> [PATCH 9/9] eepro100: Fix PCI interrupt pin configuration regression >> >> Regards, >> Stefan >> > > I've applied these on my tree with some minor tweaks. > Could you please let me know whether the result looks > sane to you? > > Thanks! > I noticed minor tweaks in patches 2 and 8, both ok. Regards Stefan