From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW4DG-0004zG-OT for qemu-devel@nongnu.org; Mon, 22 Sep 2014 10:03:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW4DA-00082o-Kg for qemu-devel@nongnu.org; Mon, 22 Sep 2014 10:03:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW4DA-00081X-E0 for qemu-devel@nongnu.org; Mon, 22 Sep 2014 10:03:28 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8ME3LLh006614 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 22 Sep 2014 10:03:22 -0400 From: Stefan Hajnoczi Date: Mon, 22 Sep 2014 15:03:13 +0100 Message-Id: <1411394595-15300-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1411394595-15300-1-git-send-email-stefanha@redhat.com> References: <1411394595-15300-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 1/3] trace-events: drop orphan virtio_blk_data_plane_complete_request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Fam Zheng , Stefan Hajnoczi This trace event has not been in use since commit b002254dbd4c19a01f29790f840f983803e26893 ("virtio-blk: Unify {non-,}dataplane's request handlings"). Cc: Fam Zheng Signed-off-by: Stefan Hajnoczi --- trace-events | 1 - 1 file changed, 1 deletion(-) diff --git a/trace-events b/trace-events index fb58963..a86c99b 100644 --- a/trace-events +++ b/trace-events @@ -121,7 +121,6 @@ virtio_blk_handle_read(void *req, uint64_t sector, size_t nsectors) "req %p sect virtio_blk_data_plane_start(void *s) "dataplane %p" virtio_blk_data_plane_stop(void *s) "dataplane %p" virtio_blk_data_plane_process_request(void *s, unsigned int out_num, unsigned int in_num, unsigned int head) "dataplane %p out_num %u in_num %u head %u" -virtio_blk_data_plane_complete_request(void *s, unsigned int head, int ret) "dataplane %p head %u ret %d" # hw/virtio/dataplane/vring.c vring_setup(uint64_t physical, void *desc, void *avail, void *used) "vring physical %#"PRIx64" desc %p avail %p used %p" -- 1.9.3