summaryrefslogtreecommitdiff
path: root/hw/tpm
AgeCommit message (Expand)Author
2017-12-22tpm_tis: limit size of buffer from backendStefan Berger
2017-12-22tpm_tis: convert uint32_t to size_tStefan Berger
2017-12-22tpm_emulator: Add a caching layer for the TPM Established flagStefan Berger
2017-12-19tpm: move qdev_prop_tpm to hw/tpm/Cornelia Huck
2017-12-18hw/tpm: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-14tpm: tpm_passthrough: Fail startup if FE buffer size < BE buffer sizeStefan Berger
2017-12-14tpm: tpm_emulator: get and set buffer size of deviceStefan Berger
2017-12-14tpm: tpm_passthrough: Read the buffer size from the host deviceStefan Berger
2017-12-14tpm: pull tpm_util_request() out of tpm_util_test()Stefan Berger
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger
2017-12-14tpm: remove tpm_register_model()Marc-André Lureau
2017-12-14tpm-tis: use DEFINE_PROP_TPMBEMarc-André Lureau
2017-12-14tpm-tis: check that at most one TPM device existsMarc-André Lureau
2017-12-14tpm-tis: remove redundant 'tpm_tis:' in error messagesMarc-André Lureau
2017-12-14tpm-emulator: add a FIXME comment about blocking cancelMarc-André Lureau
2017-12-14tpm: add tpm_cmd_get_size() to tpm_utilMarc-André Lureau
2017-12-14tpm: add TPM interface to lookup TPM versionMarc-André Lureau
2017-12-14tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()Marc-André Lureau
2017-12-14tpm-tis: simplify header inclusionMarc-André Lureau
2017-12-14tpm-passthrough: workaround a possible raceMarc-André Lureau
2017-12-14tpm-passthrough: simplify create()Marc-André Lureau
2017-12-14tpm-passthrough: make it safer to destroy after creationMarc-André Lureau
2017-12-14tpm-backend: move set 'id' to common codeMarc-André Lureau
2017-12-14tpm-passthrough: pass TPMPassthruState to handle_device_optsMarc-André Lureau
2017-12-14tpm-passthrough: don't save guessed cancel_path in optionsMarc-André Lureau
2017-12-14tpm-be: ask model to the TPM interfaceMarc-André Lureau
2017-12-14tpm-be: report error instead of front-endMarc-André Lureau
2017-12-14tpm-be: call request_completed() out of threadMarc-André Lureau
2017-12-14tpm-tis: no longer expose TPMStateMarc-André Lureau
2017-12-14tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau
2017-12-14tpm: move TpmIf in include/sysemu/tpm.hMarc-André Lureau
2017-12-14tpm-tis: remove unused locty_numberMarc-André Lureau
2017-11-15tpm_tis: Return 0 for every register in case of failure modeStefan Berger
2017-11-15tpm_tis: Return TPM_VERSION_UNSPEC in case of BE failureStefan Berger
2017-11-15tpm-emulator: protect concurrent ctrl_chr accessMarc-André Lureau
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