summaryrefslogtreecommitdiff
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-09-03 16:17:28 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-09-03 16:17:28 +0100
commitb041066421e8dcc7d080dfcfd83551c9c9f24ade (patch)
tree48a0167a139d9dde4c07237d32460ea10b2872db /hmp-commands.hx
parent550e66ea4cce7b6664d6caf7e651814cc2d30421 (diff)
parent987bd27000b6e21df6c73f6badb945ab5e42996a (diff)
downloadqemu-b041066421e8dcc7d080dfcfd83551c9c9f24ade.tar.gz
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
# gpg: Signature made Thu 03 Sep 2015 15:46:52 BST using RSA key ID 81AB73C8 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" # gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" * remotes/stefanha/tags/tracing-pull-request: trace-events: Add hmp completion Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index c61468e703..d6e81e4df3 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -271,6 +271,7 @@ ETEXI
.params = "name on|off",
.help = "changes status of a specific trace event",
.mhandler.cmd = hmp_trace_event,
+ .command_completion = trace_event_completion,
},
STEXI