[PATCH 0/3] qtests: tpm: Add test cases for TPM TIS I2C device emulation

Stefan Berger posted 3 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230327202416.3617162-1-stefanb@linux.ibm.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Andrew Jeffery <andrew@aj.id.au>, Joel Stanley <joel@jms.id.au>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Stefan Berger <stefanb@linux.vnet.ibm.com>
There is a newer version of this series
include/hw/i2c/aspeed_i2c.h             |   7 +
tests/qtest/meson.build                 |   3 +
tests/qtest/qtest_aspeed.c              | 109 ++++
tests/qtest/qtest_aspeed.h              |  34 ++
tests/qtest/tpm-crb-swtpm-test.c        |   3 -
tests/qtest/tpm-crb-test.c              |   3 -
tests/qtest/tpm-tis-device-swtpm-test.c |   5 +-
tests/qtest/tpm-tis-i2c-test.c          | 637 ++++++++++++++++++++++++
tests/qtest/tpm-tis-swtpm-test.c        |   5 +-
tests/qtest/tpm-tis-util.c              |  47 +-
tests/qtest/tpm-tis-util.h              |   4 +
tests/qtest/tpm-util.c                  |  45 --
tests/qtest/tpm-util.h                  |   3 -
13 files changed, 846 insertions(+), 59 deletions(-)
create mode 100644 tests/qtest/qtest_aspeed.c
create mode 100644 tests/qtest/qtest_aspeed.h
create mode 100644 tests/qtest/tpm-tis-i2c-test.c
[PATCH 0/3] qtests: tpm: Add test cases for TPM TIS I2C device emulation
Posted by Stefan Berger 1 year, 1 month ago
This series adds test cases exercising much of the TPM TIS I2C device model
assuming that the device is connected to the Aspeed I2C controller. Tests
are passing on little and big endian hosts.

This series of patches builds on the following series of patches
providing the TPM TIS I2C device emulation (v10):
https://lists.gnu.org/archive/html/qemu-devel/2023-03/msg06449.html

Note the additional comment here with a fix:
https://lists.gnu.org/archive/html/qemu-devel/2023-03/msg06464.html

Regards,
    Stefan

v2:
  - Split off Aspeed I2C controller library functions
  - Tweaking on test cases

Stefan Berger (3):
  qtest: Add functions for accessing devices on Aspeed I2C controller
  qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it
  qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C
    controller

 include/hw/i2c/aspeed_i2c.h             |   7 +
 tests/qtest/meson.build                 |   3 +
 tests/qtest/qtest_aspeed.c              | 109 ++++
 tests/qtest/qtest_aspeed.h              |  34 ++
 tests/qtest/tpm-crb-swtpm-test.c        |   3 -
 tests/qtest/tpm-crb-test.c              |   3 -
 tests/qtest/tpm-tis-device-swtpm-test.c |   5 +-
 tests/qtest/tpm-tis-i2c-test.c          | 637 ++++++++++++++++++++++++
 tests/qtest/tpm-tis-swtpm-test.c        |   5 +-
 tests/qtest/tpm-tis-util.c              |  47 +-
 tests/qtest/tpm-tis-util.h              |   4 +
 tests/qtest/tpm-util.c                  |  45 --
 tests/qtest/tpm-util.h                  |   3 -
 13 files changed, 846 insertions(+), 59 deletions(-)
 create mode 100644 tests/qtest/qtest_aspeed.c
 create mode 100644 tests/qtest/qtest_aspeed.h
 create mode 100644 tests/qtest/tpm-tis-i2c-test.c

-- 
2.39.2