Re: [Qemu-devel] [patch] make trace_thread_create() use its function arg

2012-03-08 Thread Stefan Hajnoczi
On Thu, Mar 08, 2012 at 02:20:37PM +0800, Jun Koi wrote: > this patch makes trace_thread_create() to use its function arg to > initialize thread. > the other choice is to make this a function to use void arg, but i > prefer this way. > > Signed-off-by: Jun Koi > Thanks, applied to the tracing p

[Qemu-devel] [patch] make trace_thread_create() use its function arg

2012-03-07 Thread Jun Koi
this patch makes trace_thread_create() to use its function arg to initialize thread. the other choice is to make this a function to use void arg, but i prefer this way. Signed-off-by: Jun Koi diff --git a/trace/simple.c b/trace/simple.c index bbc9930..33ae486 100644 --- a/trace/simple.c +++ b/t