mbox

[PULL,v1,0/1] Merge tpm 2021/01/25 v1

Message ID 20210126020816.352782-1-stefanb@linux.vnet.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2021-01-25-1

Message

Stefan Berger Jan. 26, 2021, 2:08 a.m. UTC
Peter,

  this PR removes an unused tracepoint from tpm_spapr.

   Stefan

The following changes since commit 31ee895047bdcf7387e3570cbd2a473c6f744b08:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2021-01-25 15:56:13 +0000)

are available in the Git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2021-01-25-1

for you to fetch changes up to 68a5b02a4684e6f9bbe5113499f88c0018469d08:

  tpm: tpm_spapr: Remove unused tracepoint (2021-01-25 20:56:38 -0500)

----------------------------------------------------------------

Roman Bolshakov (1):
  tpm: tpm_spapr: Remove unused tracepoint

 hw/tpm/tpm_spapr.c  | 8 ++------
 hw/tpm/trace-events | 1 -
 2 files changed, 2 insertions(+), 7 deletions(-)

Comments

Peter Maydell Jan. 26, 2021, 1:25 p.m. UTC | #1
On Tue, 26 Jan 2021 at 02:08, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
>
> Peter,
>
>   this PR removes an unused tracepoint from tpm_spapr.
>
>    Stefan
>
> The following changes since commit 31ee895047bdcf7387e3570cbd2a473c6f744b08:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2021-01-25 15:56:13 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2021-01-25-1
>
> for you to fetch changes up to 68a5b02a4684e6f9bbe5113499f88c0018469d08:
>
>   tpm: tpm_spapr: Remove unused tracepoint (2021-01-25 20:56:38 -0500)
>
> ----------------------------------------------------------------
>
> Roman Bolshakov (1):
>   tpm: tpm_spapr: Remove unused tracepoint
>
>  hw/tpm/tpm_spapr.c  | 8 ++------
>  hw/tpm/trace-events | 1 -
>  2 files changed, 2 insertions(+), 7 deletions(-)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM