From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46786 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIMsI-0002AA-Bw for qemu-devel@nongnu.org; Tue, 16 Nov 2010 09:51:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIMsH-00045r-23 for qemu-devel@nongnu.org; Tue, 16 Nov 2010 09:51:10 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:54102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIMsG-00045e-VT for qemu-devel@nongnu.org; Tue, 16 Nov 2010 09:51:09 -0500 Received: by gxk1 with SMTP id 1so372883gxk.4 for ; Tue, 16 Nov 2010 06:51:08 -0800 (PST) Message-ID: <4CE29A56.70209@codemonkey.ws> Date: Tue, 16 Nov 2010 08:51:02 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL] vhost, netdev, e1000, pci References: <20101116131620.GA24121@redhat.com> In-Reply-To: <20101116131620.GA24121@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 11/16/2010 07:16 AM, Michael S. Tsirkin wrote: > 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) > Pulled. Thanks. Regards, Anthony Liguori > 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(-) > > >