From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrvAZ-0007B3-3Y for qemu-devel@nongnu.org; Wed, 17 Mar 2010 11:28:27 -0400 Received: from [199.232.76.173] (port=59577 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrvAY-0007Al-PV for qemu-devel@nongnu.org; Wed, 17 Mar 2010 11:28:26 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrvAX-00083Z-9T for qemu-devel@nongnu.org; Wed, 17 Mar 2010 11:28:26 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:64636) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NrvAW-00083L-Tl for qemu-devel@nongnu.org; Wed, 17 Mar 2010 11:28:25 -0400 Received: by pwi9 with SMTP id 9so795340pwi.4 for ; Wed, 17 Mar 2010 08:28:22 -0700 (PDT) Message-ID: <4BA0F510.4010506@codemonkey.ws> Date: Wed, 17 Mar 2010 10:28:16 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL] e100/pci fixes References: <20100316145627.GA12902@redhat.com> In-Reply-To: <20100316145627.GA12902@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/16/2010 09:56 AM, Michael S. Tsirkin wrote: > The following changes since commit cb66ffcf9e298dc1bfc11682172ff9472bcd4495: > Kevin Wolf (1): > qemu-img rebase: Document -f option > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci > Pulled, thanks. Regards, Anthony Liguori > Michael S. Tsirkin (2): > eepro100: address pci todo's, use pci_set_xx > pcnet: make subsystem vendor id match hardware > > hw/eepro100.c | 94 +++++++++++++++++++------------------------------------- > hw/pcnet.c | 3 ++ > 2 files changed, 35 insertions(+), 62 deletions(-) > > > >