From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Gfr-0006E9-Us for qemu-devel@nongnu.org; Tue, 14 Aug 2012 08:56:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1Gfp-0005oT-PM for qemu-devel@nongnu.org; Tue, 14 Aug 2012 08:56:43 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:50528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Gfp-0005oB-Gx for qemu-devel@nongnu.org; Tue, 14 Aug 2012 08:56:41 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 14 Aug 2012 13:56:40 +0100 Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7ECuUR022151346 for ; Tue, 14 Aug 2012 12:56:30 GMT Received: from d06av08.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7ECuamL024866 for ; Tue, 14 Aug 2012 06:56:36 -0600 From: Stefan Hajnoczi Date: Tue, 14 Aug 2012 13:56:22 +0100 Message-Id: <1344948988-8627-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/6 1.2] Tracing patches for QEMU 1.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi The last pull request from 19 July was not merged. Here it is rebased on qemu.git/master with two additional fixes from Stefan Weil. The following changes since commit 633decd71119a4293e5e53e6059026c517a8bef0: Merge remote-tracking branch 'qmp/queue/qmp' into staging (2012-08-13 16:12:35 -0500) are available in the git repository at: git://github.com/stefanha/qemu.git tracing for you to fetch changes up to 4552e41025af4694c55854448c3ae4d95e72c7f6: trace/simple: Replace asprintf by g_strdup_printf (2012-08-14 13:19:57 +0100) ---------------------------------------------------------------- Harsh Prateek Bora (4): trace: rename TraceRecordHeader to TraceLogHeader trace: remove unnecessary write_to_buffer() typecasting trace: drop unused TraceBufferRecord->next_tbuf_idx field trace: avoid pointer aliasing in trace_record_finish() Stefan Weil (2): trace/simple: Fix compiler warning for 32 bit hosts trace/simple: Replace asprintf by g_strdup_printf scripts/tracetool/backend/simple.py | 2 +- trace/simple.c | 35 +++++++++++++---------------------- trace/simple.h | 1 - 3 files changed, 14 insertions(+), 24 deletions(-) -- 1.7.10.4