[Qemu-devel] [PULL 0/4] Merge tpm 2017/11/15 v1

Stefan Berger posted 4 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1510749069-22059-1-git-send-email-stefanb@linux.vnet.ibm.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
docs/specs/tpm.txt    | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++
hw/tpm/tpm_emulator.c | 44 +++++++++++++++++-----------
hw/tpm/tpm_tis.c      |  6 +++-
3 files changed, 112 insertions(+), 17 deletions(-)
[Qemu-devel] [PULL 0/4] Merge tpm 2017/11/15 v1
Posted by Stefan Berger 6 years, 5 months ago
This pull request is for 2.11 and extends documentation as well as fixes
bugs related to concurrency and failure mode.

The following changes since commit 4ffa88c99c54d2a30f79e3dbecec50b023eff1c8:

  Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-11-08-1' into staging (2017-11-10 16:01:35 +0000)

are available in the git repository at:

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

for you to fetch changes up to 6cd65969da57eaa9bdff07b80ecca2becce0597a:

  tpm_tis: Return 0 for every register in case of failure mode (2017-11-15 06:47:35 -0500)

----------------------------------------------------------------
Merge tpm 2017/11/15 v1

----------------------------------------------------------------
Marc-André Lureau (1):
      tpm-emulator: protect concurrent ctrl_chr access

Stefan Berger (3):
      specs: Extend TPM spec with TPM emulator description
      tpm_tis: Return TPM_VERSION_UNSPEC in case of BE failure
      tpm_tis: Return 0 for every register in case of failure mode

 docs/specs/tpm.txt    | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/tpm/tpm_emulator.c | 44 +++++++++++++++++-----------
 hw/tpm/tpm_tis.c      |  6 +++-
 3 files changed, 112 insertions(+), 17 deletions(-)


-- 
2.5.5


Re: [Qemu-devel] [PULL 0/4] Merge tpm 2017/11/15 v1
Posted by Peter Maydell 6 years, 5 months ago
On 15 November 2017 at 12:31, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
> This pull request is for 2.11 and extends documentation as well as fixes
> bugs related to concurrency and failure mode.
>
> The following changes since commit 4ffa88c99c54d2a30f79e3dbecec50b023eff1c8:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-11-08-1' into staging (2017-11-10 16:01:35 +0000)
>
> are available in the git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2017-11-15-1
>
> for you to fetch changes up to 6cd65969da57eaa9bdff07b80ecca2becce0597a:
>
>   tpm_tis: Return 0 for every register in case of failure mode (2017-11-15 06:47:35 -0500)
>
> ----------------------------------------------------------------
> Merge tpm 2017/11/15 v1
>
> ----------------------------------------------------------------
> Marc-André Lureau (1):
>       tpm-emulator: protect concurrent ctrl_chr access
>
> Stefan Berger (3):
>       specs: Extend TPM spec with TPM emulator description
>       tpm_tis: Return TPM_VERSION_UNSPEC in case of BE failure
>       tpm_tis: Return 0 for every register in case of failure mode
>
>  docs/specs/tpm.txt    | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/tpm/tpm_emulator.c | 44 +++++++++++++++++-----------
>  hw/tpm/tpm_tis.c      |  6 +++-
>  3 files changed, 112 insertions(+), 17 deletions(-)

Applied, thanks.

-- PMM