Re: [Qemu-devel] [PATCH 3/9] trace: split trace_init_file out of trace_init_backends

2015-10-25 Thread Christian Borntraeger
Am 25.10.2015 um 22:32 schrieb Paolo Bonzini: > diff --git a/trace/control.h b/trace/control.h > index bfbe560..d2506d4 100644 > --- a/trace/control.h > +++ b/trace/control.h > @@ -157,7 +157,7 @@ static void trace_event_set_state_dynamic(TraceEvent *ev, > bool state); > * > * Returns: Whether

[Qemu-devel] [PATCH 3/9] trace: split trace_init_file out of trace_init_backends

2015-10-25 Thread Paolo Bonzini
This is cleaner, and improves error reporting with -daemonize. Signed-off-by: Paolo Bonzini --- trace/control.c | 17 - trace/control.h | 13 - trace/simple.c | 6 ++ trace/simple.h | 4 ++-- vl.c| 13 + 5 files changed, 37 insertions(+