summaryrefslogtreecommitdiff
path: root/hw/tpm/tpm_passthrough.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-08Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1...Peter Maydell1-10/+3
2018-03-06tpm: convert tpm_passthrough.c to use trace-eventsStefan Berger1-10/+3
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-0/+1
2018-01-29tpm: report backend request errorMarc-André Lureau1-16/+15
2018-01-29tpm: lookup cancel path under tpm device classMarc-André Lureau1-12/+22
2018-01-29tpm: fix alignment issuesMarc-André Lureau1-4/+2
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2017-12-18hw/tpm: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-12-14tpm: tpm_passthrough: Fail startup if FE buffer size < BE buffer sizeStefan Berger1-0/+15
2017-12-14tpm: tpm_passthrough: Read the buffer size from the host deviceStefan Berger1-1/+10
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger1-0/+6
2017-12-14tpm-passthrough: workaround a possible raceMarc-André Lureau1-2/+2
2017-12-14tpm-passthrough: simplify create()Marc-André Lureau1-26/+10
2017-12-14tpm-passthrough: make it safer to destroy after creationMarc-André Lureau1-2/+6
2017-12-14tpm-backend: move set 'id' to common codeMarc-André Lureau1-6/+3
2017-12-14tpm-passthrough: pass TPMPassthruState to handle_device_optsMarc-André Lureau1-3/+3
2017-12-14tpm-passthrough: don't save guessed cancel_path in optionsMarc-André Lureau1-3/+1
2017-12-14tpm-be: call request_completed() out of threadMarc-André Lureau1-3/+0
2017-12-14tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau1-2/+2
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