]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-22-1' into...
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Jan 2018 10:16:40 +0000 (10:16 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Jan 2018 10:16:40 +0000 (10:16 +0000)
commitb1e513ae332082a234a3d724be3ba49353a710c6
tree8ef6fa1828818d5e1a6497858faaa541c0bf2c33
parent8671016261cd5dfba1042aef0a632a77b0d387a2
parent4a42fa0ee20b51b326f6494cb50218b52471a261
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-22-1' into staging

Merge tpm 2017/12/22 v1

# gpg: Signature made Fri 22 Dec 2017 20:03:37 GMT
# 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-12-22-1:
  acpi: Update TPM2 ACPI table to more recent specs
  tpm: Implement tpm_sized_buffer_reset
  tpm_tis: merge r/w_offset into rw_offset
  tpm_tis: move r/w_offsets to TPMState
  tpm_tis: merge read and write buffer into single buffer
  tpm_tis: move buffers from localities into common location
  tpm_tis: remove TPMSizeBuffer usage
  tpm_tis: limit size of buffer from backend
  tpm_tis: convert uint32_t to size_t
  tpm_emulator: Add a caching layer for the TPM Established flag

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