From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwTNq-0000IK-E5 for qemu-devel@nongnu.org; Thu, 25 Aug 2011 02:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwTNp-0000lS-Fj for qemu-devel@nongnu.org; Thu, 25 Aug 2011 02:25:46 -0400 Received: from verein.lst.de ([213.95.11.211]:38699 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwTNp-0000l3-AZ for qemu-devel@nongnu.org; Thu, 25 Aug 2011 02:25:45 -0400 Date: Thu, 25 Aug 2011 08:25:44 +0200 From: Christoph Hellwig Message-ID: <20110825062544.GA30579@lst.de> References: <20110821222547.GA22046@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110821222547.GA22046@lst.de> 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: qemu-devel@nongnu.org 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.