From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O10u2-0002l4-CI for qemu-devel@nongnu.org; Sun, 11 Apr 2010 13:24:58 -0400 Received: from [140.186.70.92] (port=53149 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O10u1-0002kw-7X for qemu-devel@nongnu.org; Sun, 11 Apr 2010 13:24:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O10tz-000161-O8 for qemu-devel@nongnu.org; Sun, 11 Apr 2010 13:24:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1028) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O10tz-00015v-G3 for qemu-devel@nongnu.org; Sun, 11 Apr 2010 13:24:55 -0400 Date: Sun, 11 Apr 2010 20:21:09 +0300 From: "Michael S. Tsirkin" Message-ID: <20100411172054.GA11362@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] pci,eepro100,vhost-net List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: mtosatti@redhat.com 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(-)