From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv0OI-0006ZQ-GV for qemu-devel@nongnu.org; Thu, 21 Sep 2017 08:15:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dv0OF-00089P-6o for qemu-devel@nongnu.org; Thu, 21 Sep 2017 08:15:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33976) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dv0OF-000888-0o for qemu-devel@nongnu.org; Thu, 21 Sep 2017 08:15:35 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DF97A4B71C for ; Thu, 21 Sep 2017 12:15:33 +0000 (UTC) From: "Daniel P. Berrange" Date: Thu, 21 Sep 2017 13:15:26 +0100 Message-Id: <20170921121528.23935-1-berrange@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Add more trace points to VNC code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , "Daniel P. Berrange" Add many more trace points to the VNC server, removing a bunch of VNC_DEBUG lines where appropriate Daniel P. Berrange (2): ui: add tracing of VNC operations related to QIOChannel ui: add tracing of VNC authentication process ui/trace-events | 21 +++++++++ ui/vnc-auth-sasl.c | 113 ++++++++++++++++++++++--------------------------- ui/vnc-auth-vencrypt.c | 23 +++++----- ui/vnc-ws.c | 6 +-- ui/vnc.c | 47 +++++++++++--------- 5 files changed, 111 insertions(+), 99 deletions(-) -- 2.13.5