From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35925 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PILOl-0006aS-KM for qemu-devel@nongnu.org; Tue, 16 Nov 2010 08:16:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PILOh-0001S7-0J for qemu-devel@nongnu.org; Tue, 16 Nov 2010 08:16:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PILOg-0001S2-Oq for qemu-devel@nongnu.org; Tue, 16 Nov 2010 08:16:30 -0500 Date: Tue, 16 Nov 2010 15:16:20 +0200 From: "Michael S. Tsirkin" Message-ID: <20101116131620.GA24121@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] vhost, netdev, e1000, pci List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org Here are some fixes I collected in my tree. Please merge. The following changes since commit 5fc9cfedfa09199e10b5f9b67dcd286bfeae4f7a: Fold send_all() wrapper unix_write() into one function (2010-11-03 12:48:09 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Alex Williamson (2): e1000: Fix TCP checksum overflow with TSO PCI: Bus number from the bridge, not the device Michael S. Tsirkin (3): tap: clear vhost_net backend on cleanup tap: make set_offload a nop after netdev cleanup pci: allow hotplug removal of cold-plugged devices hw/acpi_piix4.c | 14 ++++++++++---- hw/e1000.c | 5 ++++- hw/pci.c | 13 ++++++++----- hw/pci.h | 10 +++++++++- hw/pcie.c | 10 ++++++---- net/tap.c | 7 ++++++- 6 files changed, 43 insertions(+), 16 deletions(-)