From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etvoW-0006Qt-RE for qemu-devel@nongnu.org; Thu, 08 Mar 2018 08:42:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etvoV-0002oB-I1 for qemu-devel@nongnu.org; Thu, 08 Mar 2018 08:42:32 -0500 Received: from mail-oi0-x230.google.com ([2607:f8b0:4003:c06::230]:39046) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etvoV-0002o6-Ch for qemu-devel@nongnu.org; Thu, 08 Mar 2018 08:42:31 -0500 Received: by mail-oi0-x230.google.com with SMTP id t185so4350611oif.6 for ; Thu, 08 Mar 2018 05:42:31 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1520427119-6236-1-git-send-email-stefanb@linux.vnet.ibm.com> References: <1520427119-6236-1-git-send-email-stefanb@linux.vnet.ibm.com> From: Peter Maydell Date: Thu, 8 Mar 2018 13:42:09 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL v1 0/5] Merge tpm 2018/03/07 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Berger Cc: QEMU Developers On 7 March 2018 at 12:51, Stefan Berger wrote: > This series of patches converts the TPM code to use trace-events rather than > debug #define's. > > Stefan > > The following changes since commit 8cb340c613ee3e626b070e0429c589f8a60ac657: > > Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into staging (2018-03-01 12:32:31 +0000) > > are available in the git repository at: > > git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2018-03-07-1 > > for you to fetch changes up to fcbed221ff7230c6a5ebfb2ed27dc114ff5a30b0: > > tpm: convert tpm_tis.c to use trace-events (2018-03-06 13:00:41 -0500) > > ---------------------------------------------------------------- > Stefan Berger (5): > tpm: convert tpm_crb.c to use trace-events > tpm: convert tpm_passthrough.c to use trace-events > tpm: convert tpm_util.c to use trace-events > tpm: convert tpm_emulator.c to use trace-events > tpm: convert tpm_tis.c to use trace-events Applied, thanks. -- PMM