]> git.proxmox.com Git - qemu.git/commit - hmp-commands.hx
trace: separate trace event control and query routines from the simple backend
authorLluís <xscript@gmx.net>
Wed, 31 Aug 2011 18:31:18 +0000 (20:31 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 1 Sep 2011 09:34:54 +0000 (10:34 +0100)
commitfc764105397fa55e7c03f42a6d019063ec0cad00
tree554e18aadadccd03db4f95ac6856e97527f2de9f
parent49926043c1319ce99481d45c87c602c20b9dbb79
trace: separate trace event control and query routines from the simple backend

Generalize the 'st_print_trace_events' and 'st_change_trace_event_state' into
backend-specific 'trace_print_events' and 'trace_event_set_state' (respectively)
in the "trace/control.h" file.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
hmp-commands.hx
monitor.c
trace/control.h
trace/default.c
trace/simple.c
trace/simple.h