Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-04-3' into...
commit78b62d37669230fbc4cb1e780cf33713dfd740ca
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 16 Oct 2017 12:04:43 +0000 (16 13:04 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 16 Oct 2017 12:04:43 +0000 (16 13:04 +0100)
treee78050a3935fec74e68cef75823a275e450cb520
parent40a1e8ac2e10155b5df13a2508ac080b00cd7e23
parent8dc67017220109fd5bc9d2bffa73674595f62e08
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-04-3' into staging

Merge tpm 2017/10/04 v3

# gpg: Signature made Fri 13 Oct 2017 12:37:07 BST
# gpg:                using RSA key 0x75AD65802A0B4211
# gpg: Good signature from "Stefan Berger <stefanb@linux.vnet.ibm.com>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: B818 B9CA DF90 89C2 D5CE  C66B 75AD 6580 2A0B 4211

* remotes/stefanberger/tags/pull-tpm-2017-10-04-3:
  specs: Describe the TPM support in QEMU
  tpm: Move tpm_cleanup() to right place
  tpm: Added support for TPM emulator
  tpm-passthrough: move reusable code to utils
  tpm-backend: Move realloc_buffer() implementation to tpm-tis model
  tpm-backend: Add new API to read backend TpmInfo
  tpm-backend: Made few interface methods optional
  tpm-backend: Initialize and free data members in it's own methods
  tpm-backend: Move thread handling inside TPMBackend
  tpm-backend: Remove unneeded member variable from backend class
  tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSD

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>