From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35854 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh4oJ-0006rB-A5 for qemu-devel@nongnu.org; Thu, 05 Aug 2010 14:04:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oh4oH-0001YL-SL for qemu-devel@nongnu.org; Thu, 05 Aug 2010 14:04:55 -0400 Received: from mtagate5.uk.ibm.com ([194.196.100.165]:36068) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh4oH-0001XD-LP for qemu-devel@nongnu.org; Thu, 05 Aug 2010 14:04:53 -0400 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate5.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o75Ej22m015675 for ; Thu, 5 Aug 2010 14:45:02 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o75Ej2qj647382 for ; Thu, 5 Aug 2010 15:45:02 +0100 Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o75Ej1aL021315 for ; Thu, 5 Aug 2010 15:45:02 +0100 Date: Thu, 5 Aug 2010 15:45:01 +0100 From: Stefan Hajnoczi Message-ID: <20100805144500.GA2631@stefan-thinkpad.transitives.com> References: <20100805173535.0abc18c8@zephyr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100805173535.0abc18c8@zephyr> Subject: [Qemu-devel] Re: [Tracing][PATCH] Compilation fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Prerna Saxena Cc: Mahesh , Ananth Narayan , qemu-devel On Thu, Aug 05, 2010 at 05:35:35PM +0530, Prerna Saxena wrote: > Fix to ensure rebuild is properly triggered when switching trace backends > using ./configure. > Also, when using the 'ust' backend, check if the relevant headers are > available at host. > > Signed-off-by: Prerna Saxena > --- > Makefile | 4 ++-- > configure | 20 +++++++++++++++++--- > 2 files changed, 19 insertions(+), 5 deletions(-) Applied thanks! http://repo.or.cz/w/qemu/stefanha.git/commitdiff/431b29107008775db1dd8c4eb69dc59573017d98 Before submitting the tracing branch for qemu.git I'd like to break this in half and squash the halves with the trace-events file and UST commits. Stefan