summaryrefslogtreecommitdiff
path: root/hw/tpm/tpm_passthrough.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau1-1/+2
2017-10-19tpm-tis: remove tpm_tis.h headerMarc-André Lureau1-1/+0
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau1-19/+5
2017-10-19tpm: remove locty argument from receive_cbMarc-André Lureau1-3/+1
2017-10-19tpm: remove needless castMarc-André Lureau1-1/+1
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau1-19/+10
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau1-14/+11
2017-10-19tpm: remove tpm_register_driver()Marc-André Lureau1-1/+0
2017-10-13tpm-passthrough: move reusable code to utilsAmarnath Valluri1-59/+5
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri1-12/+0
2017-10-13tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri1-19/+32
2017-10-13tpm-backend: Made few interface methods optionalAmarnath Valluri1-35/+1
2017-10-13tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri1-19/+12
2017-10-13tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri1-50/+8
2017-10-13tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri1-4/+0
2016-10-28hw/tpm/tpm_passthrough: Simplify if-statements a little bitThomas Huth1-4/+2
2016-04-13tpm: Fix write to file descriptor functionStefan Berger1-1/+1
2016-01-29hw: Clean up includesPeter Maydell1-1/+1
2016-01-15qemu-char: delete send_all/recv_all helper methodsDaniel P. Berrange1-2/+27
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange1-2/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-05-31tpm: Probe for connected TPM 1.2 or TPM 2Stefan Berger1-53/+6
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger1-0/+14
2015-04-30tpm: Modify DPRINTF to enable -Wformat checkingStefan Berger1-9/+7
2015-03-10tpm: Remove superfluous '\n' around error_report()Gonglei1-6/+6
2015-03-01tpm: Support for TIS selftest done flagStefan Berger1-5/+32
2014-12-10Drop superfluous conditionals around g_strdup()Markus Armbruster1-3/+1
2013-04-23Move TPM passthrough specific command line options to backend structureStefan Berger1-0/+16
2013-04-22tpm: Simplify creation of cancel pathStefan Berger1-57/+17
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini1-0/+576