From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpI4f-00067e-Hq for qemu-devel@nongnu.org; Mon, 23 Jan 2012 06:28:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpI4a-0000to-23 for qemu-devel@nongnu.org; Mon, 23 Jan 2012 06:28:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpI4Z-0000tk-PC for qemu-devel@nongnu.org; Mon, 23 Jan 2012 06:28:27 -0500 Message-ID: <4F1D4525.20600@redhat.com> Date: Mon, 23 Jan 2012 12:31:49 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1324559822-6553-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1324559822-6553-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio-blk: add virtio_blk_handle_read trace event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 22.12.2011 14:17, schrieb Stefan Hajnoczi: > There already exists a virtio_blk_handle_write trace event as well as > completion events. Add the virtio_blk_handle_read event so it's easy to > trace virtio-blk requests for both read and write operations. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin