From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1rxg-00071A-DS for qemu-devel@nongnu.org; Tue, 13 Apr 2010 22:04:16 -0400 Received: from [140.186.70.92] (port=60042 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1rxd-000712-U5 for qemu-devel@nongnu.org; Tue, 13 Apr 2010 22:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1rxb-0004o1-MH for qemu-devel@nongnu.org; Tue, 13 Apr 2010 22:04:13 -0400 Received: from mail-yw0-f198.google.com ([209.85.211.198]:65459) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1rxb-0004nt-H3 for qemu-devel@nongnu.org; Tue, 13 Apr 2010 22:04:11 -0400 Received: by ywh36 with SMTP id 36so3436082ywh.4 for ; Tue, 13 Apr 2010 19:04:09 -0700 (PDT) Message-ID: <4BC52293.2020702@codemonkey.ws> Date: Tue, 13 Apr 2010 21:04:03 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20100411202935.GA11896@redhat.com> In-Reply-To: <20100411202935.GA11896@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PULL] pci,vhost-net,eepro100 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 04/11/2010 03:29 PM, Michael S. Tsirkin wrote: > The following changes since commit f7e2aca83419dde3c94fa1d5e615581bb4ded9c0: > > tcg/ppc: Fix typo (2010-04-06 03:10:03 +0400) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony > Pulled. Thanks. Regards, Anthony Liguori > David L Stevens (1): > vhost: fix features ack > > Marcelo Tosatti (1): > vhost.c: include last > > Michael S. Tsirkin (3): > pci: add API to add capability at a known offset > eepro100: convert to new capability API > vhost-net: disable mergeable buffers > > Stefan Weil (8): > eepro100: Don't allow writing SCBStatus > eepro100: Simplify status handling > eepro100: Simplified device instantiation > eepro100: Add new device variant i82801 > eepro100: Set configuration bit for standard TCB > eepro100: Set power management capability using pci_reserve_capability > eepro100: fix mapping of flash memory > eepro100: fix PCI interrupt pin configuration regression > > hw/eepro100.c | 534 ++++++++++++++++++++---------------------------------- > hw/pci.c | 17 ++- > hw/pci.h | 2 + > hw/vhost.c | 2 +- > hw/vhost_net.c | 1 + > hw/virtio-net.c | 8 + > 6 files changed, 223 insertions(+), 341 deletions(-) >