From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnCmD-0005mE-JC for qemu-devel@nongnu.org; Thu, 04 Mar 2010 10:15:49 -0500 Received: from [199.232.76.173] (port=47399 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnCmB-0005lK-Nt for qemu-devel@nongnu.org; Thu, 04 Mar 2010 10:15:47 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NnCm9-0001sF-4F for qemu-devel@nongnu.org; Thu, 04 Mar 2010 10:15:47 -0500 Received: from ey-out-1920.google.com ([74.125.78.145]:50565) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NnCm8-0001rz-Qt for qemu-devel@nongnu.org; Thu, 04 Mar 2010 10:15:45 -0500 Received: by ey-out-1920.google.com with SMTP id 5so1560406eyb.14 for ; Thu, 04 Mar 2010 07:15:43 -0800 (PST) Message-ID: <4B8FCE97.8060501@codemonkey.ws> Date: Thu, 04 Mar 2010 09:15:35 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL] eepro100 References: <20100303120829.GA19525@redhat.com> In-Reply-To: <20100303120829.GA19525@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On 03/03/2010 06:08 AM, Michael S. Tsirkin wrote: > The following changes since commit 55b1e61f640bb2cf3bed0b4cc6d4ba1326c625d9: > Samuel Thibault (1): > (curses) Use more descriptive values > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony > > Stefan Weil (19): > eepro100: Fix compiler errors from debug messages > eepro100: Add missing SCB register names > eepro100: Fix PXE boot > eepro100: Support gpxe boot for all eepro100 devices > eepro100: Add TODO list > eepro100: Update copyright notice > eepro100: Add device descriptions > eepro100: Use symbolic names and BIT macros in binary operations > eepro100: Remove old unused code > eepro100: Use symbolic names for bits in EEPROM id > eepro100: Replace variable name to fix a compiler warning > eepro100: Support RNR interrupt > eepro100: Fix CU Start command > eepro100: Prettify code (no functional changes) > eepro100: Use tx.status > eepro100: New function for reading command block > eepro100: Add diagnose command > eepro100: Remove C++ comments > eepro100: Keep includes sorted > Pulled. Thanks. Regards, Anthony Liguori > hw/eepro100.c | 436 +++++++++++++------- > pc-bios/README | 4 +- > ...pxe-i82559er.bin => gpxe-eepro100-80861209.rom} | Bin 56832 -> 56832 bytes > ...pxe-i82559er.bin => gpxe-eepro100-80861229.rom} | Bin 56832 -> 56832 bytes > 4 files changed, 294 insertions(+), 146 deletions(-) > copy pc-bios/{pxe-i82559er.bin => gpxe-eepro100-80861209.rom} (100%) > rename pc-bios/{pxe-i82559er.bin => gpxe-eepro100-80861229.rom} (99%) > > > >