summaryrefslogtreecommitdiff
path: root/hw/tpm
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-0/+2
2018-02-21tests: add test for TPM TIS deviceStefan Berger1-101/+0
2018-02-09Clean up includesMarkus Armbruster3-9/+0
2018-02-03tpm: tis: move one-line function into callerStefan Berger1-6/+1
2018-02-03tpm: wrap stX_be_p in tpm_cmd_set_XYZ functionsStefan Berger2-3/+18
2018-02-03tpm: Split off tpm_crb_reset functionStefan Berger1-20/+28
2018-01-29tpm: add CRB deviceMarc-André Lureau2-0/+304
2018-01-29tpm: report backend request errorMarc-André Lureau3-32/+23
2018-01-29tpm: lookup cancel path under tpm device classMarc-André Lureau1-12/+22
2018-01-29tpm: fix alignment issuesMarc-André Lureau4-54/+58
2018-01-29tpm: Set the flags of the CMD_INIT command to 0Stefan Berger1-1/+3
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake2-2/+2
2017-12-22tpm: Implement tpm_sized_buffer_resetStefan Berger3-5/+14
2017-12-22tpm_tis: merge r/w_offset into rw_offsetStefan Berger1-39/+21
2017-12-22tpm_tis: move r/w_offsets to TPMStateStefan Berger1-30/+27
2017-12-22tpm_tis: merge read and write buffer into single bufferStefan Berger1-15/+14
2017-12-22tpm_tis: move buffers from localities into common locationStefan Berger1-19/+15
2017-12-22tpm_tis: remove TPMSizeBuffer usageStefan Berger1-39/+29
2017-12-22tpm_tis: limit size of buffer from backendStefan Berger1-2/+3
2017-12-22tpm_tis: convert uint32_t to size_tStefan Berger1-1/+1
2017-12-22tpm_emulator: Add a caching layer for the TPM Established flagStefan Berger1-3/+14
2017-12-19tpm: move qdev_prop_tpm to hw/tpm/Cornelia Huck3-2/+73
2017-12-18hw/tpm: remove old i386 dependencyPhilippe Mathieu-Daudé2-2/+0
2017-12-14tpm: tpm_passthrough: Fail startup if FE buffer size < BE buffer sizeStefan Berger1-0/+15
2017-12-14tpm: tpm_emulator: get and set buffer size of deviceStefan Berger3-8/+105
2017-12-14tpm: tpm_passthrough: Read the buffer size from the host deviceStefan Berger4-1/+137
2017-12-14tpm: pull tpm_util_request() out of tpm_util_test()Stefan Berger1-9/+31
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger3-5/+19
2017-12-14tpm: remove tpm_register_model()Marc-André Lureau1-1/+0
2017-12-14tpm-tis: use DEFINE_PROP_TPMBEMarc-André Lureau1-10/+2
2017-12-14tpm-tis: check that at most one TPM device existsMarc-André Lureau1-0/+5
2017-12-14tpm-tis: remove redundant 'tpm_tis:' in error messagesMarc-André Lureau1-4/+4
2017-12-14tpm-emulator: add a FIXME comment about blocking cancelMarc-André Lureau1-0/+1
2017-12-14tpm: add tpm_cmd_get_size() to tpm_utilMarc-André Lureau2-2/+9
2017-12-14tpm: add TPM interface to lookup TPM versionMarc-André Lureau1-2/+3
2017-12-14tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()Marc-André Lureau1-1/+1
2017-12-14tpm-tis: simplify header inclusionMarc-André Lureau1-9/+4
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