Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180524161435.3012991-1-stefanb@linux.vnet.ibm.com
docs/specs/tpm.txt | 106 +++++++++++++++++++++
hw/tpm/tpm_emulator.c | 323 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
hw/tpm/tpm_tis.c | 52 +++++++++-
hw/tpm/trace-events | 9 +-
tests/Makefile.include | 3 +
tests/tpm-crb-swtpm-test.c | 247 +++++++++++++++++++++++++++++++++++++++++++++++
tests/tpm-util.c | 186 ++++++++++++++++++++++++++++++++++++
tests/tpm-util.h | 36 +++++++
8 files changed, 948 insertions(+), 14 deletions(-)
create mode 100644 tests/tpm-crb-swtpm-test.c
create mode 100644 tests/tpm-util.c
create mode 100644 tests/tpm-util.h