summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorLluís Vilanova <vilanova@ac.upc.edu>2014-08-25 13:19:57 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2014-09-26 09:34:38 +0100
commit1dde0f48d53ad39401ec5064a61162d6784aad44 (patch)
treec105cd8c0276ca165f67eafb98f3295d77d66525 /qapi-schema.json
parent60e17d28224bf87c36358d2418348461975bdd16 (diff)
downloadhqemu-1dde0f48d53ad39401ec5064a61162d6784aad44.zip
hqemu-1dde0f48d53ad39401ec5064a61162d6784aad44.tar.gz
trace: [qmp] Add commands to query and control event tracing state
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Message-id: 20140825111957.31112.31733.stgit@fimbulvetr.bsc.es Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index 689b548..4bfaf20 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -11,6 +11,9 @@
# QAPI event definitions
{ 'include': 'qapi/event.json' }
+# Tracing commands
+{ 'include': 'qapi/trace.json' }
+
##
# LostTickPolicy:
#
OpenPOWER on IntegriCloud