From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5c0z-0001cX-NK for qemu-devel@nongnu.org; Thu, 08 Mar 2012 07:00:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5c0a-0004N8-I7 for qemu-devel@nongnu.org; Thu, 08 Mar 2012 07:00:13 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:53360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5c0a-0004N0-9Q for qemu-devel@nongnu.org; Thu, 08 Mar 2012 06:59:48 -0500 Received: by wgbfm10 with SMTP id fm10so355866wgb.10 for ; Thu, 08 Mar 2012 03:59:46 -0800 (PST) Date: Thu, 8 Mar 2012 11:59:41 +0000 From: Stefan Hajnoczi Message-ID: <20120308115941.GA16193@stefanha-thinkpad.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [patch] make trace_thread_create() use its function arg List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jun Koi Cc: qemu-devel@nongnu.org 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 patches tree: https://github.com/stefanha/qemu/commits/tracing Stefan