Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260429121743.1346635-1-stefanb@linux.ibm.com
Maintainers: Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Kane Chen <kane_chen@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Stefan Berger <stefanb@linux.vnet.ibm.com>
tests/qtest/meson.build | 7 +-
tests/qtest/qtest_aspeed.c | 9 +-
tests/qtest/tpm-tests.c | 34 +++--
tests/qtest/tpm-tis-i2c-swtpm-test.c | 82 ++++++++++
tests/qtest/tpm-tis-i2c-test.c | 221 +++++++++++----------------
tests/qtest/tpm-tis-i2c-util.c | 102 +++++++++++++
tests/qtest/tpm-tis-i2c-util.h | 34 +++++
tests/qtest/tpm-util.c | 53 ++++---
8 files changed, 373 insertions(+), 169 deletions(-)
create mode 100644 tests/qtest/tpm-tis-i2c-swtpm-test.c
create mode 100644 tests/qtest/tpm-tis-i2c-util.c
create mode 100644 tests/qtest/tpm-tis-i2c-util.h