mbox

[PULL,v1,0/2] Merge tpm 2018/11/15 v1

Message ID 20181115140949.3481699-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-2018-11-15-1

Message

Stefan Berger Nov. 15, 2018, 2:09 p.m. UTC
The 2 patches in this series fix some minor issues.

   Stefan

The following changes since commit cb968d275c145467c8b385a3618a207ec111eab1:

  Update version for v3.1.0-rc1 release (2018-11-13 18:16:14 +0000)

are available in the Git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2018-11-15-1

for you to fetch changes up to 5e58b58c478bd00c807bd7814ccab148d49cc901:

  tests: tpm: Use g_test_message rather than fprintf (2018-11-14 16:12:24 -0500)

----------------------------------------------------------------
Prasad J Pandit (1):
      tpm: use loop iterator to set sts data field

Stefan Berger (1):
      tests: tpm: Use g_test_message rather than fprintf

 hw/tpm/tpm_tis.c  | 2 +-
 tests/tpm-tests.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2.17.1

Comments

Peter Maydell Nov. 15, 2018, 2:48 p.m. UTC | #1
On 15 November 2018 at 14:09, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
> The 2 patches in this series fix some minor issues.
>
>    Stefan
>
> The following changes since commit cb968d275c145467c8b385a3618a207ec111eab1:
>
>   Update version for v3.1.0-rc1 release (2018-11-13 18:16:14 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2018-11-15-1
>
> for you to fetch changes up to 5e58b58c478bd00c807bd7814ccab148d49cc901:
>
>   tests: tpm: Use g_test_message rather than fprintf (2018-11-14 16:12:24 -0500)
>
> ----------------------------------------------------------------
> Prasad J Pandit (1):
>       tpm: use loop iterator to set sts data field
>
> Stefan Berger (1):
>       tests: tpm: Use g_test_message rather than fprintf

Applied, thanks.

-- PMM