summaryrefslogtreecommitdiff
path: root/hw/tpm/tpm_tis.c
AgeCommit message (Expand)AuthorFilesLines
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é Lureau1-22/+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é Lureau1-1/+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-10-25tpm: print buffers received from TPM when debuggingStefan Berger1-0/+2
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau1-5/+6
2017-10-19tpm: add a QOM TPM interfaceMarc-André Lureau1-0/+4
2017-10-19tpm-tis: fold TPMTISEmuState in TPMStateMarc-André Lureau1-179/+157
2017-10-19tpm-tis: remove tpm_tis.h headerMarc-André Lureau1-1/+71
2017-10-19tpm: remove locty_data from TPMStateMarc-André Lureau1-7/+5
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau1-5/+13
2017-10-19tpm: remove locty argument from receive_cbMarc-André Lureau1-3/+2
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-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri1-2/+12
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2015-11-17tpm: avoid clang shifting negative signed warningStefan Hajnoczi1-1/+1
2015-06-01TPM2 ACPI table supportStefan Berger1-0/+11
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger1-9/+99
2015-04-30tpm: fix coding styleStefan Berger1-2/+2
2015-04-30tpm: Modify DPRINTF to enable -Wformat checkingStefan Berger1-8/+6
2015-04-30tpm: Cast 64bit variables to int when used in DPRINTFStefan Berger1-4/+4
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil1-1/+1
2015-03-11tpm: Move memory subregion function into realize functionStefan Berger1-3/+3
2015-03-01tpm: Support for capability flags of TIS 1.3Stefan Berger1-1/+8
2015-03-01tpm: Support for TIS selftest done flagStefan Berger1-13/+45
2015-03-01tpm: Support for XFIFO registerStefan Berger1-0/+4
2015-03-01tpm: Allow 32 & 16 bit accesses to the registersStefan Berger1-13/+47
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-08-18tpm_tis: remove instance_finalize callbackPaolo Bonzini1-8/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-1/+0
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-07-04hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini1-0/+930