aboutsummaryrefslogtreecommitdiff
path: root/backends/tpm.c
AgeCommit message (Expand)Author
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2018-01-29tpm: report backend request errorMarc-André Lureau
2018-01-29tpm: replace GThreadPool with AIO threadpoolMarc-André Lureau
2017-12-14tpm: tpm_emulator: get and set buffer size of deviceStefan Berger
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger
2017-12-14tpm-be: update optional function pointersMarc-André Lureau
2017-12-14tpm: remove unused opened codeMarc-André Lureau
2017-12-14tpm-be: ask model to the TPM interfaceMarc-André Lureau
2017-12-14tpm-be: report error instead of front-endMarc-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-12-14tpm: move TpmIf in include/sysemu/tpm.hMarc-André Lureau
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau
2017-10-19tpm: add a QOM TPM interfaceMarc-André Lureau
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau
2017-10-19tpm: remove init() class methodMarc-André Lureau
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau
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
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-04backends: Clean up includesPeter Maydell
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger
2015-05-08Remove various unused functionsThomas Huth
2015-03-19backends: Fix warning from SparseStefan Weil
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini
2013-04-02QOM-ify the TPM supportStefan Berger