From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nz7DE-0000PJ-Qx for qemu-devel@nongnu.org; Tue, 06 Apr 2010 07:44:57 -0400 Received: from [140.186.70.92] (port=35079 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nz7DD-0000P4-0D for qemu-devel@nongnu.org; Tue, 06 Apr 2010 07:44:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nz7DB-0000IY-PQ for qemu-devel@nongnu.org; Tue, 06 Apr 2010 07:44:54 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:64414) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nz7DB-0000HP-1D for qemu-devel@nongnu.org; Tue, 06 Apr 2010 07:44:53 -0400 From: Stefan Weil Date: Tue, 6 Apr 2010 13:44:00 +0200 Message-Id: <1270554249-24861-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] eepro100: New patches List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: "Michael S. Tsirkin" 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