[Qemu-devel] [PULL v1 0/2] Merge tpm 2019/07/25 v1

Stefan Berger posted 2 patches 4 years, 9 months ago
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190725154806.1193357-1-stefanb@linux.vnet.ibm.com
Maintainers: Stefan Berger <stefanb@linux.ibm.com>
hw/tpm/tpm_crb.c      |  4 +++-
hw/tpm/tpm_emulator.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
hw/tpm/tpm_int.h      | 13 +++++++++++++
hw/tpm/tpm_tis.c      |  4 +++-
4 files changed, 69 insertions(+), 12 deletions(-)
[Qemu-devel] [PULL v1 0/2] Merge tpm 2019/07/25 v1
Posted by Stefan Berger 4 years, 9 months ago
This series of patches improves error handling with the TPM backend.

   Stefan

The following changes since commit 9d2e1fcd14c2bae5be1992214a03c0ddff714c80:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-07-22 13:20:49 +0100)

are available in the Git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2019-07-25-1

for you to fetch changes up to 7e095e84ba0b7c0a1ac45bc6824dace2fd352e56:

  tpm_emulator: Translate TPM error codes to strings (2019-07-25 11:37:10 -0400)

----------------------------------------------------------------
Stefan Berger (2):
      tpm: Exit in reset when backend indicates failure
      tpm_emulator: Translate TPM error codes to strings

 hw/tpm/tpm_crb.c      |  4 +++-
 hw/tpm/tpm_emulator.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
 hw/tpm/tpm_int.h      | 13 +++++++++++++
 hw/tpm/tpm_tis.c      |  4 +++-
 4 files changed, 69 insertions(+), 12 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL v1 0/2] Merge tpm 2019/07/25 v1
Posted by Peter Maydell 4 years, 9 months ago
On Thu, 25 Jul 2019 at 16:48, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
>
> This series of patches improves error handling with the TPM backend.
>
>    Stefan
>
> The following changes since commit 9d2e1fcd14c2bae5be1992214a03c0ddff714c80:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-07-22 13:20:49 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2019-07-25-1
>
> for you to fetch changes up to 7e095e84ba0b7c0a1ac45bc6824dace2fd352e56:
>
>   tpm_emulator: Translate TPM error codes to strings (2019-07-25 11:37:10 -0400)
>
> ----------------------------------------------------------------
> Stefan Berger (2):
>       tpm: Exit in reset when backend indicates failure
>       tpm_emulator: Translate TPM error codes to strings
>
>  hw/tpm/tpm_crb.c      |  4 +++-
>  hw/tpm/tpm_emulator.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
>  hw/tpm/tpm_int.h      | 13 +++++++++++++
>  hw/tpm/tpm_tis.c      |  4 +++-
>  4 files changed, 69 insertions(+), 12 deletions(-)


Applied, thanks.

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

-- PMM