[Qemu-devel] [PATCH v2 0/2] Add tests for the TPM TIS

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/1518703835-10361-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        | 175 ++++++++++++++++++
tests/tpm-emu.h        |  38 ++++
tests/tpm-tis-test.c   | 486 +++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 811 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] [PATCH v2 0/2] Add tests for the TPM TIS
Posted by Stefan Berger 7 years, 8 months ago
This series of patches adds tests for the TPM TIS.

   Stefan

v1->v2:
 - moved common TPM test code into tpm-emu.c
 - clearified a few comments in tpm-tis-test.c, no code changes

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        | 175 ++++++++++++++++++
 tests/tpm-emu.h        |  38 ++++
 tests/tpm-tis-test.c   | 486 +++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 811 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] [PATCH v2 0/2] Add tests for the TPM TIS
Posted by Marc-Andre Lureau 7 years, 8 months ago
On Thu, Feb 15, 2018 at 3:10 PM, Stefan Berger
<stefanb@linux.vnet.ibm.com> wrote:
> This series of patches adds tests for the TPM TIS.
>
>    Stefan
>
> v1->v2:
>  - moved common TPM test code into tpm-emu.c
>  - clearified a few comments in tpm-tis-test.c, no code changes
>
> Stefan Berger (2):
>   tests: Move common TPM test code into tpm-emu.c
>   tests: add test for TPM TIS device

series:

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>




>
>  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        | 175 ++++++++++++++++++
>  tests/tpm-emu.h        |  38 ++++
>  tests/tpm-tis-test.c   | 486 +++++++++++++++++++++++++++++++++++++++++++++++++
>  8 files changed, 811 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
>