[Qemu-devel] [PULL v1 0/5] Merge tpm 2018/03/07

Stefan Berger posted 5 patches 7 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1520427119-6236-1-git-send-email-stefanb@linux.vnet.ibm.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
Makefile.objs            |  1 +
hw/tpm/tpm_crb.c         | 17 +++++---------
hw/tpm/tpm_emulator.c    | 45 +++++++++++++++++++------------------
hw/tpm/tpm_passthrough.c | 13 +++--------
hw/tpm/tpm_tis.c         | 98 +++++++++++++++++++++++++++++++++++++-------------------------------------------
hw/tpm/tpm_util.c        | 29 ++++++++++--------------
hw/tpm/trace-events      | 46 ++++++++++++++++++++++++++++++++++++++
7 files changed, 135 insertions(+), 114 deletions(-)
create mode 100644 hw/tpm/trace-events
[Qemu-devel] [PULL v1 0/5] Merge tpm 2018/03/07
Posted by Stefan Berger 7 years, 11 months ago
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

 Makefile.objs            |  1 +
 hw/tpm/tpm_crb.c         | 17 +++++---------
 hw/tpm/tpm_emulator.c    | 45 +++++++++++++++++++------------------
 hw/tpm/tpm_passthrough.c | 13 +++--------
 hw/tpm/tpm_tis.c         | 98 +++++++++++++++++++++++++++++++++++++-------------------------------------------
 hw/tpm/tpm_util.c        | 29 ++++++++++--------------
 hw/tpm/trace-events      | 46 ++++++++++++++++++++++++++++++++++++++
 7 files changed, 135 insertions(+), 114 deletions(-)
 create mode 100644 hw/tpm/trace-events

-- 
2.5.5


Re: [Qemu-devel] [PULL v1 0/5] Merge tpm 2018/03/07
Posted by Peter Maydell 7 years, 11 months ago
On 7 March 2018 at 12:51, Stefan Berger <stefanb@linux.vnet.ibm.com> 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