aboutsummaryrefslogtreecommitdiff
path: root/docs/tracing.txt
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-03-11 08:03:55 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2011-03-11 08:03:55 -0600
commit98fa4a593220c273f989de9b5af1ad2f132e14d5 (patch)
treebc9054efc4659d5d772ccf2a86a3e675926986ea /docs/tracing.txt
parentf6317a6ef16841d9d4a90e3aa664f715e26f978c (diff)
parentddca9fb2b5ecc7ccaa81fbc73d2b723922c181f1 (diff)
Merge remote branch 'stefanha/tracing' into staging
Diffstat (limited to 'docs/tracing.txt')
-rw-r--r--docs/tracing.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/tracing.txt b/docs/tracing.txt
index a6cc56fd33..f15069c96b 100644
--- a/docs/tracing.txt
+++ b/docs/tracing.txt
@@ -141,11 +141,6 @@ source tree. It may not be as powerful as platform-specific or third-party
trace backends but it is portable. This is the recommended trace backend
unless you have specific needs for more advanced backends.
-Warning: the "simple" backend is not thread-safe so only enable trace events
-that are executed while the global mutex is held. Much of QEMU meets this
-requirement but some utility functions like qemu_malloc() or thread-related
-code cannot be safely traced using the "simple" backend.
-
==== Monitor commands ====
* info trace