[Qemu-devel] [PULL v1 0/2] Merge tpm 2018/11/15 v1

Stefan Berger posted 2 patches 6 years, 11 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181115140949.3481699-1-stefanb@linux.vnet.ibm.com
hw/tpm/tpm_tis.c  | 2 +-
tests/tpm-tests.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL v1 0/2] Merge tpm 2018/11/15 v1
Posted by Stefan Berger 6 years, 11 months ago
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


Re: [Qemu-devel] [PULL v1 0/2] Merge tpm 2018/11/15 v1
Posted by Peter Maydell 6 years, 11 months ago
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