diff options
| author | Lluís Vilanova | 2014-08-25 13:19:57 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2014-09-26 10:34:38 +0200 |
| commit | 1dde0f48d53ad39401ec5064a61162d6784aad44 (patch) | |
| tree | c105cd8c0276ca165f67eafb98f3295d77d66525 /qapi-schema.json | |
| parent | trace: docs: add trace file description (diff) | |
| download | qemu-1dde0f48d53ad39401ec5064a61162d6784aad44.tar.gz qemu-1dde0f48d53ad39401ec5064a61162d6784aad44.tar.xz qemu-1dde0f48d53ad39401ec5064a61162d6784aad44.zip | |
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.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 689b548abf..4bfaf20ebe 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: # |
