From 4815185902971c41fcdd700fa1fc3e1d9299900f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Vilanova?= Date: Mon, 11 Jul 2016 12:53:41 +0200 Subject: trace: Add per-vCPU tracing states for events with the 'vcpu' property MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Each vCPU gets a 'trace_dstate' bitmap to control the per-vCPU dynamic tracing state of events with the 'vcpu' property. Signed-off-by: LluĂ­s Vilanova Signed-off-by: Stefan Hajnoczi --- bsd-user/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bsd-user') diff --git a/bsd-user/main.c b/bsd-user/main.c index 6d6e3e335a..315ba1d10c 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -1131,6 +1131,7 @@ int main(int argc, char **argv) gdbserver_start (gdbstub_port); gdb_handlesig(cpu, 0); } + trace_init_vcpu_events(); cpu_loop(env); /* never exits */ return 0; -- cgit v1.2.1