[Qemu-devel] [PULL v1 0/4] Merge tpm 2018/03/29 v1

Stefan Berger posted 4 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1522368777-32742-1-git-send-email-stefanb@linux.vnet.ibm.com
Test checkpatch passed
Test docker-build@min-glib failed
Test docker-mingw@fedora failed
Test docker-quick@centos6 failed
Test s390x passed
hw/tpm/tpm_crb.c     | 18 +++++++++++++++++-
tests/tpm-crb-test.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 89 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL v1 0/4] Merge tpm 2018/03/29 v1
Posted by Stefan Berger 6 years ago
The following patches fix the handling of some more flags of the TPM CRB
interface and extend the existing TPM CRB test program with tests of more
flags.

    Stefan

The following changes since commit 043289bef4d9c0d277c45695c676a6cc9fca48a0:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180328' into staging (2018-03-28 13:30:10 +0100)

are available in the git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2018-03-29-1

for you to fetch changes up to 4d0d1c077e5622da95fd0f6a8e7efb72e0f222b4:

  tests: Tests more flags of the CRB interface (2018-03-29 17:41:03 -0400)

----------------------------------------------------------------
Stefan Berger (4):
      tpm: CRB: set the Idle flag by default
      tpm: CRB: Reset Granted flag when relinquishing locality
      tpm: CRB: Enforce locality is requested before processing buffer
      tests: Tests more flags of the CRB interface

 hw/tpm/tpm_crb.c     | 18 +++++++++++++++++-
 tests/tpm-crb-test.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 89 insertions(+), 3 deletions(-)

-- 
2.5.5


Re: [Qemu-devel] [PULL v1 0/4] Merge tpm 2018/03/29 v1
Posted by Peter Maydell 6 years ago
On 30 March 2018 at 01:12, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
> The following patches fix the handling of some more flags of the TPM CRB
> interface and extend the existing TPM CRB test program with tests of more
> flags.
>
>     Stefan
>
> The following changes since commit 043289bef4d9c0d277c45695c676a6cc9fca48a0:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180328' into staging (2018-03-28 13:30:10 +0100)
>
> are available in the git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2018-03-29-1
>
> for you to fetch changes up to 4d0d1c077e5622da95fd0f6a8e7efb72e0f222b4:
>
>   tests: Tests more flags of the CRB interface (2018-03-29 17:41:03 -0400)
>
> ----------------------------------------------------------------
> Stefan Berger (4):
>       tpm: CRB: set the Idle flag by default
>       tpm: CRB: Reset Granted flag when relinquishing locality
>       tpm: CRB: Enforce locality is requested before processing buffer
>       tests: Tests more flags of the CRB interface
>
>  hw/tpm/tpm_crb.c     | 18 +++++++++++++++++-
>  tests/tpm-crb-test.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
>  2 files changed, 89 insertions(+), 3 deletions(-)
>

Applied, thanks.

-- PMM