summaryrefslogtreecommitdiff
path: root/backends/tpm.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-01-29tpm: report backend request errorMarc-André Lureau1-2/+7
2018-01-29tpm: replace GThreadPool with AIO threadpoolMarc-André Lureau1-25/+27
2017-12-14tpm: tpm_emulator: get and set buffer size of deviceStefan Berger1-2/+2
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger1-0/+7
2017-12-14tpm-be: update optional function pointersMarc-André Lureau1-8/+1
2017-12-14tpm: remove unused opened codeMarc-André Lureau1-42/+0
2017-12-14tpm-be: ask model to the TPM interfaceMarc-André Lureau1-2/+2
2017-12-14tpm-be: report error instead of front-endMarc-André Lureau1-1/+2
2017-12-14tpm-be: call request_completed() out of threadMarc-André Lureau1-1/+14
2017-12-14tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau1-2/+9
2017-12-14tpm: move TpmIf in include/sysemu/tpm.hMarc-André Lureau1-1/+0
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau1-3/+1
2017-10-19tpm: add a QOM TPM interfaceMarc-André Lureau1-0/+8
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau1-3/+3
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau1-5/+2
2017-10-19tpm: remove init() class methodMarc-André Lureau1-3/+1
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau1-15/+16
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri1-9/+0
2017-10-13tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri1-2/+13
2017-10-13tpm-backend: Made few interface methods optionalAmarnath Valluri1-15/+24
2017-10-13tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri1-10/+6
2017-10-13tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri1-23/+39
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-04backends: Clean up includesPeter Maydell1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-1/+1
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger1-0/+14
2015-05-08Remove various unused functionsThomas Huth1-11/+0
2015-03-19backends: Fix warning from SparseStefan Weil1-1/+1
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster1-4/+7
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini1-1/+37
2013-04-02QOM-ify the TPM supportStefan Berger1-0/+154