From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52005 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIMdk-0007vk-S0 for qemu-devel@nongnu.org; Tue, 16 Nov 2010 09:36:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIMdg-0001CY-Hp for qemu-devel@nongnu.org; Tue, 16 Nov 2010 09:36:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIMdg-0001CL-BE for qemu-devel@nongnu.org; Tue, 16 Nov 2010 09:36:04 -0500 Date: Tue, 16 Nov 2010 12:35:58 -0200 From: Luiz Capitulino Subject: Re: [Qemu-devel] [PULL] vhost, netdev, e1000, pci Message-ID: <20101116123558.467ed8a5@doriath> In-Reply-To: <20101116131620.GA24121@redhat.com> References: <20101116131620.GA24121@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Tue, 16 Nov 2010 15:16:20 +0200 "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) > > 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 IMHO it's good practice to re-send patches in the pull request itself, so that: 1. the submitter knows his/her patches changed from state 'applied in maintainer's tree' to 'submitted for merging in master' 2. you minimize the risk of merging something that wasn't sent to the list first 3. people have a chance to review what you picked up, in case they didn't