Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1519740425-11270-1-git-send-email-stefanb@linux.vnet.ibm.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 | 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