On 15 November 2017 at 12:31, Stefan Berger <stef...@linux.vnet.ibm.com> wrote: > This pull request is for 2.11 and extends documentation as well as fixes > bugs related to concurrency and failure mode. > > The following changes since commit 4ffa88c99c54d2a30f79e3dbecec50b023eff1c8: > > Merge remote-tracking branch > 'remotes/berrange/tags/pull-qcrypto-2017-11-08-1' into staging (2017-11-10 > 16:01:35 +0000) > > are available in the git repository at: > > git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2017-11-15-1 > > for you to fetch changes up to 6cd65969da57eaa9bdff07b80ecca2becce0597a: > > tpm_tis: Return 0 for every register in case of failure mode (2017-11-15 > 06:47:35 -0500) > > ---------------------------------------------------------------- > Merge tpm 2017/11/15 v1 > > ---------------------------------------------------------------- > Marc-André Lureau (1): > tpm-emulator: protect concurrent ctrl_chr access > > Stefan Berger (3): > specs: Extend TPM spec with TPM emulator description > tpm_tis: Return TPM_VERSION_UNSPEC in case of BE failure > tpm_tis: Return 0 for every register in case of failure mode > > docs/specs/tpm.txt | 79 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > hw/tpm/tpm_emulator.c | 44 +++++++++++++++++----------- > hw/tpm/tpm_tis.c | 6 +++- > 3 files changed, 112 insertions(+), 17 deletions(-)
Applied, thanks. -- PMM