From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41944 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8D0x-0002In-I1 for qemu-devel@nongnu.org; Tue, 19 Oct 2010 10:18:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8D0Z-0001mI-OQ for qemu-devel@nongnu.org; Tue, 19 Oct 2010 10:18:07 -0400 Received: from mtagate4.uk.ibm.com ([194.196.100.164]:36818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8D0Z-0001lr-HP for qemu-devel@nongnu.org; Tue, 19 Oct 2010 10:17:43 -0400 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate4.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o9JEHfW4025806 for ; Tue, 19 Oct 2010 14:17:41 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9JEHfFP3035352 for ; Tue, 19 Oct 2010 15:17:41 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o9JEHffc009555 for ; Tue, 19 Oct 2010 15:17:41 +0100 Date: Tue, 19 Oct 2010 15:17:19 +0100 From: Stefan Hajnoczi Message-ID: <20101019141719.GA11309@stefan-thinkpad.transitives.com> References: <4CBDA523.9020407@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CBDA523.9020407@siemens.com> Subject: [Qemu-devel] Re: [PATCH] Fix test suite build with tracing enabled List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On Tue, Oct 19, 2010 at 04:03:15PM +0200, Jan Kiszka wrote: > qemu_malloc instrumentations require linking against the trace objects. > > Signed-off-by: Jan Kiszka > --- > Makefile | 12 ++++++------ > 1 files changed, 6 insertions(+), 6 deletions(-) Acked-by: Stefan Hajnoczi