From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwcTH-0008IU-U6 for qemu-devel@nongnu.org; Thu, 25 Aug 2011 12:08:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwcTH-0005O9-1v for qemu-devel@nongnu.org; Thu, 25 Aug 2011 12:07:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwcTG-0005Ny-Oq for qemu-devel@nongnu.org; Thu, 25 Aug 2011 12:07:59 -0400 Message-ID: <4E56740E.5080508@redhat.com> Date: Thu, 25 Aug 2011 18:10:54 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <20110821222547.GA22046@lst.de> <20110825062544.GA30579@lst.de> In-Reply-To: <20110825062544.GA30579@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] better I/O accounting V3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org Am 25.08.2011 08:25, schrieb Christoph Hellwig: > changes since V2: > - fix the crash with non read/write/flush commands in virtio_blk > pointed out by Ryan > - address all review comments by Kevin > changes since V1: > - rebase to apply against the current qemu.git tree > > > Note that this still includes the (unchanged) patch 1 that Kevin already > applied, but that didn't make it to qemu.git yet. Thanks, applied to the block branch. Kevin