mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
trace-events: Add hmp completion
Add completion for the trace event names in the hmp trace-event command. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-id: 1439548063-18410-1-git-send-email-dgilbert@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
committed by
Stefan Hajnoczi
parent
561578c2a8
commit
987bd27000
@ -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
|
||||
|
Reference in New Issue
Block a user