On Wed, May 21, 2014 at 06:16:01PM +1000, Alexey Kardashevskiy wrote: > At the moment QEMU exits if trace point is not defined which makes > a developer life harder if he has to switch between branches with > different traces implemented. > > This replaces error+exit wit WARNING if the tracepoint does not exist or > not traceable. > > Signed-off-by: Alexey Kardashevskiy <a...@ozlabs.ru> > --- > > > That would make my life easier indeed. Thanks :) > > > --- > trace/control.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-)
Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan