From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1albpB-0008Uu-BZ for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:35:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1albp7-0007gp-8E for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:35:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1albp6-0007ga-T3 for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:35:41 -0400 From: Stefan Hajnoczi Date: Thu, 31 Mar 2016 13:35:34 +0100 Message-Id: <1459427738-5806-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/4] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi The following changes since commit 9370a3bbc478f623dd21d783560629ea206462= 5b: Update version for v2.6.0-rc0 release (2016-03-30 19:25:40 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/tracing-pull-request for you to fetch changes up to a6d4953b6057dfc0b9b6b2d775231648fca3ca2b: trace-events: Fix typos (found by codespell) (2016-03-31 10:37:00 +0100= ) ---------------------------------------------------------------- ---------------------------------------------------------------- Denis V. Lunev (2): trace: do not always call exit() in trace_enable_events log: move qemu_log_close/qemu_log_flush from header to log.c Richard W.M. Jones (1): docs: Update documentation for stderr (now log) tracing backend. Stefan Weil (1): trace-events: Fix typos (found by codespell) docs/tracing.txt | 4 ++-- include/qemu/log.h | 22 +++++----------------- trace-events | 4 ++-- trace/control.c | 5 ++++- util/log.c | 17 +++++++++++++++++ 5 files changed, 30 insertions(+), 22 deletions(-) --=20 2.5.5