aboutsummaryrefslogtreecommitdiff
path: root/hw/tpm
AgeCommit message (Expand)Author
2017-10-25tpm: print buffers received from TPM when debuggingStefan Berger
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-tis: fold TPMTISEmuState in TPMStateMarc-André Lureau
2017-10-19tpm-tis: remove tpm_tis.h headerMarc-André Lureau
2017-10-19tpm-tis: move TPMState to TIS headerMarc-André Lureau
2017-10-19tpm: remove locty_data from TPMStateMarc-André Lureau
2017-10-19tpm-emulator: fix error handlingMarc-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: move TPMSizedBuffer to tpm_tis.hMarc-André Lureau
2017-10-19tpm: remove tpm_register_driver()Marc-André Lureau
2017-10-19tpm-tis: remove RAISE_STS_IRQMarc-André Lureau
2017-10-19tpm-tis: remove unused hw_access argumentMarc-André Lureau
2017-10-13tpm: Added support for TPM emulatorAmarnath Valluri
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
2017-10-13tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSDStefan Berger
2016-10-28clean-up: removed duplicate #includesAnand J
2016-10-28hw/tpm/tpm_passthrough: Simplify if-statements a little bitThomas Huth
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-04-13tpm: Fix write to file descriptor functionStefan Berger
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29hw: Clean up includesPeter Maydell
2016-01-15qemu-char: delete send_all/recv_all helper methodsDaniel P. Berrange
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2015-11-17tpm: avoid clang shifting negative signed warningStefan Hajnoczi
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-01TPM2 ACPI table supportStefan Berger
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: fix coding styleStefan Berger
2015-04-30tpm: Modify DPRINTF to enable -Wformat checkingStefan Berger
2015-04-30tpm: Cast 64bit variables to int when used in DPRINTFStefan Berger
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil
2015-03-11tpm: Move memory subregion function into realize functionStefan Berger
2015-03-10tpm: Remove superfluous '\n' around error_report()Gonglei
2015-03-01tpm: Support for capability flags of TIS 1.3Stefan Berger
2015-03-01tpm: Support for TIS selftest done flagStefan Berger
2015-03-01tpm: Support for XFIFO registerStefan Berger
2015-03-01tpm: Allow 32 & 16 bit accesses to the registersStefan Berger