From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NV8B0-0006LQ-Us for qemu-devel@nongnu.org; Wed, 13 Jan 2010 13:42:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NV8Aw-0006Fl-6l for qemu-devel@nongnu.org; Wed, 13 Jan 2010 13:42:42 -0500 Received: from [199.232.76.173] (port=44749 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NV8Av-0006Fc-So for qemu-devel@nongnu.org; Wed, 13 Jan 2010 13:42:37 -0500 Received: from mail-qy0-f194.google.com ([209.85.221.194]:39313) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NV8Av-0007mR-JQ for qemu-devel@nongnu.org; Wed, 13 Jan 2010 13:42:37 -0500 Received: by qyk32 with SMTP id 32so3190674qyk.4 for ; Wed, 13 Jan 2010 10:42:36 -0800 (PST) Message-ID: <4B4E140C.1000002@codemonkey.ws> Date: Wed, 13 Jan 2010 12:42:20 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20100113124935.GA13207@redhat.com> In-Reply-To: <20100113124935.GA13207@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PULL] misc fixes and cleanups 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 01/13/2010 06:49 AM, Michael S. Tsirkin wrote: > Please pull the following changes: eepro100 changes have been > out for a week without comments, and pci one seems > obvious. > Applied. Thanks. Regards, Anthony Liguori > The following changes since commit 72ff25e4e98d6dba9286d032b9ff5432553bbad5: > Juergen Lock (1): > Workaround for broken OSS_GETVERSION on FreeBSD, part two > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony > > Stefan Weil (3): > eepro100: Fix initial value for PCI_STATUS > eepro100: Update ROM file support > pci: Add missing 'const' in argument to pci_get_xxx > > hw/eepro100.c | 15 ++------------- > hw/pci.h | 14 +++++++------- > 2 files changed, 9 insertions(+), 20 deletions(-) >