From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLJ3D-0003jQ-6N for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLJ3B-0007av-RT for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:27:07 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:57283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLJ3B-0007aq-ML for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:27:05 -0400 Received: from /spool/local by e6.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Nov 2011 14:14:44 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pA1IDo74116072 for ; Tue, 1 Nov 2011 14:13:50 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pA1IDkiN031524 for ; Tue, 1 Nov 2011 14:13:47 -0400 Message-ID: <4EB036D5.5020900@us.ibm.com> Date: Tue, 01 Nov 2011 13:13:41 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1320157179-32459-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1320157179-32459-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/1] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 11/01/2011 09:19 AM, Stefan Hajnoczi wrote: > The last tracing tree patch for QEMU 1.0! > > The following changes since commit ff74c5a9a91c6dbf1017195462aa4176f7381240: > > Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging (2011-10-31 15:05:40 -0500) > > are available in the git repository at: > > ssh://repo.or.cz/srv/git/qemu/stefanha.git tracing Pulled. Thanks. Regards, Anthony Liguori > > Mark Wu (1): > trace: Add wildcard trace event support > > docs/tracing.txt | 9 ++++++++- > trace/simple.c | 17 ++++++++++++++++- > trace/stderr.c | 17 ++++++++++++++++- > 3 files changed, 40 insertions(+), 3 deletions(-) >