From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59752 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMfMa-0007ya-3S for qemu-devel@nongnu.org; Thu, 10 Jun 2010 06:51:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMfMU-00067R-CT for qemu-devel@nongnu.org; Thu, 10 Jun 2010 06:51:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32309) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMfMU-00066v-2P for qemu-devel@nongnu.org; Thu, 10 Jun 2010 06:51:50 -0400 Message-ID: <4C10C3B1.3040700@redhat.com> Date: Thu, 10 Jun 2010 12:51:29 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/2] virtio-blk: simplify multiwrite calling conventions References: <20100608162606.GB12253@lst.de> In-Reply-To: <20100608162606.GB12253@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org Am 08.06.2010 18:26, schrieb Christoph Hellwig: > Pass the MultiReqBuffer structure down all the way to the I/O submission > instead of takin it apart. Also mark num_writes unsigned as it can't > go negative, and take the check for any pending I/O requests into the > submission function. Last but not least rename do_multiwrite to > virtio_submit_multiwrite to fit the general naming scheme and make clear > what it does. > > > Signed-off-by: Christoph Hellwig Thanks, applied all to the block branch. Kevin