aboutsummaryrefslogtreecommitdiff
path: root/hw/tpm/tpm_passthrough.c
AgeCommit message (Expand)Author
2020-06-19tpm: Move backend code under the 'backends/' directoryPhilippe Mathieu-Daudé
2020-06-19hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h"Philippe Mathieu-Daudé
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-03-08Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1...Peter Maydell
2018-03-06tpm: convert tpm_passthrough.c to use trace-eventsStefan Berger
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-01-29tpm: report backend request errorMarc-André Lureau
2018-01-29tpm: lookup cancel path under tpm device classMarc-André Lureau
2018-01-29tpm: fix alignment issuesMarc-André Lureau
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2017-12-18hw/tpm: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-14tpm: tpm_passthrough: Fail startup if FE buffer size < BE buffer sizeStefan Berger
2017-12-14tpm: tpm_passthrough: Read the buffer size from the host deviceStefan Berger
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger
2017-12-14tpm-passthrough: workaround a possible raceMarc-André Lureau
2017-12-14tpm-passthrough: simplify create()Marc-André Lureau
2017-12-14tpm-passthrough: make it safer to destroy after creationMarc-André Lureau
2017-12-14tpm-backend: move set 'id' to common codeMarc-André Lureau
2017-12-14tpm-passthrough: pass TPMPassthruState to handle_device_optsMarc-André Lureau
2017-12-14tpm-passthrough: don't save guessed cancel_path in optionsMarc-André Lureau
2017-12-14tpm-be: call request_completed() out of threadMarc-André Lureau
2017-12-14tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau
2017-10-19tpm-tis: remove tpm_tis.h headerMarc-André Lureau
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau
2017-10-19tpm: remove locty argument from receive_cbMarc-André Lureau
2017-10-19tpm: remove needless castMarc-André Lureau
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau
2017-10-19tpm: remove tpm_register_driver()Marc-André Lureau
2017-10-13tpm-passthrough: move reusable code to utilsAmarnath Valluri
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri
2017-10-13tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri
2017-10-13tpm-backend: Made few interface methods optionalAmarnath Valluri
2017-10-13tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri
2017-10-13tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri
2017-10-13tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri
2016-10-28hw/tpm/tpm_passthrough: Simplify if-statements a little bitThomas Huth
2016-04-13tpm: Fix write to file descriptor functionStefan Berger
2016-01-29hw: Clean up includesPeter Maydell
2016-01-15qemu-char: delete send_all/recv_all helper methodsDaniel P. Berrange
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-05-31tpm: Probe for connected TPM 1.2 or TPM 2Stefan Berger
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger
2015-04-30tpm: Modify DPRINTF to enable -Wformat checkingStefan Berger
2015-03-10tpm: Remove superfluous '\n' around error_report()Gonglei
2015-03-01tpm: Support for TIS selftest done flagStefan Berger