From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXTFs-0006oq-UG for qemu-devel@nongnu.org; Fri, 26 Sep 2014 07:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXTFm-0005n3-9W for qemu-devel@nongnu.org; Fri, 26 Sep 2014 07:00:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXTFm-0005mB-2D for qemu-devel@nongnu.org; Fri, 26 Sep 2014 06:59:58 -0400 From: Stefan Hajnoczi Date: Fri, 26 Sep 2014 11:59:26 +0100 Message-Id: <1411729177-5222-6-git-send-email-stefanha@redhat.com> In-Reply-To: <1411729177-5222-1-git-send-email-stefanha@redhat.com> References: <1411729177-5222-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 05/16] 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: Peter Maydell , 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 Reviewed-by: Markus Armbruster Message-id: 1411394595-15300-2-git-send-email-stefanha@redhat.com --- trace-events | 1 - 1 file changed, 1 deletion(-) diff --git a/trace-events b/trace-events index 1bb0fa9..b1537f2 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