summary refs log tree commit diff stats
path: root/trace/simple.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2020-06-25 14:31:35 +0100
committerPeter Maydell <peter.maydell@linaro.org>2020-06-25 14:31:35 +0100
commitbeafab86a3062489cffd58d6608e64df98e256f1 (patch)
treec33fed79be046c7ff6a48d33db83ef3d78591d14 /trace/simple.h
parent0250c595c9dd61221515221e92737422c75dd38b (diff)
parentdb25d56c014aa1a96319c663e0a60346a223b31e (diff)
downloadfocaccia-qemu-beafab86a3062489cffd58d6608e64df98e256f1.tar.gz
focaccia-qemu-beafab86a3062489cffd58d6608e64df98e256f1.zip
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
Pull request

# gpg: Signature made Wed 24 Jun 2020 11:25:27 BST
# gpg:                using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
# gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8

* remotes/stefanha/tags/tracing-pull-request:
  trace/simple: Fix unauthorized enable
  scripts/tracetool: Update maintainer email address

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'trace/simple.h')
-rw-r--r--trace/simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace/simple.h b/trace/simple.h
index 5771a0634f..26ccbc8b8a 100644
--- a/trace/simple.h
+++ b/trace/simple.h
@@ -12,7 +12,7 @@
 #define TRACE_SIMPLE_H
 
 void st_print_trace_file_status(void);
-void st_set_trace_file_enabled(bool enable);
+bool st_set_trace_file_enabled(bool enable);
 void st_set_trace_file(const char *file);
 bool st_init(void);
 void st_flush_trace_buffer(void);