[Qemu-devel] [PULL v1 0/2] Merge tpm 2018/02/21 v1

Stefan Berger posted 2 patches 7 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1519421985-18185-1-git-send-email-stefanb@linux.vnet.ibm.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
MAINTAINERS            |   1 +
hw/tpm/tpm_tis.c       | 101 -----------------
include/hw/acpi/tpm.h  | 105 ++++++++++++++++++
tests/Makefile.include |   4 +-
tests/tpm-crb-test.c   | 174 +----------------------------
tests/tpm-emu.c        | 174 +++++++++++++++++++++++++++++
tests/tpm-emu.h        |  38 +++++++
tests/tpm-tis-test.c   | 486 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 810 insertions(+), 273 deletions(-)
create mode 100644 tests/tpm-emu.c
create mode 100644 tests/tpm-emu.h
create mode 100644 tests/tpm-tis-test.c
[Qemu-devel] [PULL v1 0/2] Merge tpm 2018/02/21 v1
Posted by Stefan Berger 7 years, 8 months ago
This patch series adds a test case for the TPM TIS interface.

   Stefan

The following changes since commit a6e0344fa0e09413324835ae122c4cadd7890231:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180220-pull-request' into staging (2018-02-20 14:05:00 +0000)

are available in the git repository at:

  git://github.com/stefanberger/qemu-tpm.git tpm-pull-2018-02-21

for you to fetch changes up to adb0e917e6ee93631e40265ca145bc31cd3b6c9a:

  tests: add test for TPM TIS device (2018-02-21 07:24:50 -0500)

----------------------------------------------------------------
Stefan Berger (2):
      tests: Move common TPM test code into tpm-emu.c
      tests: add test for TPM TIS device

 MAINTAINERS            |   1 +
 hw/tpm/tpm_tis.c       | 101 -----------------
 include/hw/acpi/tpm.h  | 105 ++++++++++++++++++
 tests/Makefile.include |   4 +-
 tests/tpm-crb-test.c   | 174 +----------------------------
 tests/tpm-emu.c        | 174 +++++++++++++++++++++++++++++
 tests/tpm-emu.h        |  38 +++++++
 tests/tpm-tis-test.c   | 486 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 810 insertions(+), 273 deletions(-)
 create mode 100644 tests/tpm-emu.c
 create mode 100644 tests/tpm-emu.h
 create mode 100644 tests/tpm-tis-test.c

-- 
2.5.5


Re: [Qemu-devel] [PULL v1 0/2] Merge tpm 2018/02/21 v1
Posted by Peter Maydell 7 years, 7 months ago
On 23 February 2018 at 21:39, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
> This patch series adds a test case for the TPM TIS interface.
>
>    Stefan
>
> The following changes since commit a6e0344fa0e09413324835ae122c4cadd7890231:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180220-pull-request' into staging (2018-02-20 14:05:00 +0000)
>
> are available in the git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tpm-pull-2018-02-21
>
> for you to fetch changes up to adb0e917e6ee93631e40265ca145bc31cd3b6c9a:
>
>   tests: add test for TPM TIS device (2018-02-21 07:24:50 -0500)
>

Hi. This doesn't appear to be a signed tag; my scripts complain

error: remotes/stefanberger/tpm-pull-2018-02-21: cannot verify a
non-tag object of type commit.

thanks
-- PMM

Re: [Qemu-devel] [PULL v1 0/2] Merge tpm 2018/02/21 v1
Posted by Stefan Berger 7 years, 7 months ago
On 02/27/2018 05:13 AM, Peter Maydell wrote:
> On 23 February 2018 at 21:39, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
>> This patch series adds a test case for the TPM TIS interface.
>>
>>     Stefan
>>
>> The following changes since commit a6e0344fa0e09413324835ae122c4cadd7890231:
>>
>>    Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180220-pull-request' into staging (2018-02-20 14:05:00 +0000)
>>
>> are available in the git repository at:
>>
>>    git://github.com/stefanberger/qemu-tpm.git tpm-pull-2018-02-21
>>
>> for you to fetch changes up to adb0e917e6ee93631e40265ca145bc31cd3b6c9a:
>>
>>    tests: add test for TPM TIS device (2018-02-21 07:24:50 -0500)
>>
> Hi. This doesn't appear to be a signed tag; my scripts complain
>
> error: remotes/stefanberger/tpm-pull-2018-02-21: cannot verify a
> non-tag object of type commit.
I'll have to resend it.

    Stefan

>
> thanks
> -- PMM
>