From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O13qP-0004KP-NK for qemu-devel@nongnu.org; Sun, 11 Apr 2010 16:33:25 -0400 Received: from [140.186.70.92] (port=48197 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O13qO-0004JE-Cj for qemu-devel@nongnu.org; Sun, 11 Apr 2010 16:33:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O13qI-0003ye-Qk for qemu-devel@nongnu.org; Sun, 11 Apr 2010 16:33:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1026) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O13qI-0003yY-Ge for qemu-devel@nongnu.org; Sun, 11 Apr 2010 16:33:18 -0400 Date: Sun, 11 Apr 2010 23:29:35 +0300 From: "Michael S. Tsirkin" Message-ID: <20100411202935.GA11896@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] pci,vhost-net,eepro100 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org 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 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(-)