summaryrefslogtreecommitdiff
path: root/hw/tpm
AgeCommit message (Expand)AuthorFilesLines
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é Lureau2-15/+6
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: ask model to the TPM interfaceMarc-André Lureau1-2/+1
2017-12-14tpm-be: report error instead of front-endMarc-André Lureau1-3/+1
2017-12-14tpm-be: call request_completed() out of threadMarc-André Lureau3-27/+12
2017-12-14tpm-tis: no longer expose TPMStateMarc-André Lureau1-2/+2
2017-12-14tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau3-5/+5
2017-12-14tpm: move TpmIf in include/sysemu/tpm.hMarc-André Lureau1-21/+1
2017-12-14tpm-tis: remove unused locty_numberMarc-André Lureau1-1/+0
2017-11-15tpm_tis: Return 0 for every register in case of failure modeStefan Berger1-1/+1
2017-11-15tpm_tis: Return TPM_VERSION_UNSPEC in case of BE failureStefan Berger1-0/+4
2017-11-15tpm-emulator: protect concurrent ctrl_chr accessMarc-André Lureau1-16/+28
2017-10-25tpm: print buffers received from TPM when debuggingStefan Berger1-0/+2
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau4-7/+13
2017-10-19tpm: add a QOM TPM interfaceMarc-André Lureau2-0/+21
2017-10-19tpm-tis: fold TPMTISEmuState in TPMStateMarc-André Lureau1-179/+157
2017-10-19tpm-tis: remove tpm_tis.h headerMarc-André Lureau3-96/+71
2017-10-19tpm-tis: move TPMState to TIS headerMarc-André Lureau3-21/+22
2017-10-19tpm: remove locty_data from TPMStateMarc-André Lureau3-11/+6
2017-10-19tpm-emulator: fix error handlingMarc-André Lureau1-6/+8
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau4-38/+34
2017-10-19tpm: remove locty argument from receive_cbMarc-André Lureau3-8/+4
2017-10-19tpm: remove needless castMarc-André Lureau1-1/+1
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau2-45/+26
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau2-31/+23
2017-10-19tpm: move TPMSizedBuffer to tpm_tis.hMarc-André Lureau1-0/+5
2017-10-19tpm: remove tpm_register_driver()Marc-André Lureau2-2/+0
2017-10-19tpm-tis: remove RAISE_STS_IRQMarc-André Lureau1-23/+1
2017-10-19tpm-tis: remove unused hw_access argumentMarc-André Lureau1-10/+3
2017-10-13tpm: Added support for TPM emulatorAmarnath Valluri3-0/+834
2017-10-13tpm-passthrough: move reusable code to utilsAmarnath Valluri3-59/+34
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri2-14/+12
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
2017-10-13tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSDStefan Berger1-5/+5
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-28hw/tpm/tpm_passthrough: Simplify if-statements a little bitThomas Huth1-4/+2
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-3/+4
2016-04-13tpm: Fix write to file descriptor functionStefan Berger1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29hw: Clean up includesPeter Maydell3-1/+3
2016-01-15qemu-char: delete send_all/recv_all helper methodsDaniel P. Berrange1-2/+27
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1