summaryrefslogtreecommitdiff
path: root/hw/tpm
AgeCommit message (Expand)Author
2020-05-12hw/tpm: fix usage of bool in tpm-tis.cJafar Abdi
2020-05-06tpm: tpm-tis-device: set PPI to false by defaultEric Auger
2020-03-05tpm: Add the SysBus TPM TIS deviceEric Auger
2020-03-05tpm: Separate TPM_TIS and TPM_TIS_ISA configsEric Auger
2020-03-05tpm: Separate tpm_tis common functions from isa codeEric Auger
2020-03-05tpm: Use TPMState as a common structEric Auger
2020-03-05tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger
2020-02-02hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES configStefan Berger
2020-02-02tpm_spapr: Support suspend and resumeStefan Berger
2020-02-02tpm_spapr: Support TPM for ppc64 using CRQ based interfaceStefan Berger
2020-02-02tpm: Move tpm_tis_show_buffer to tpm_util.cStefan Berger
2020-01-29tpm-ppi: page-align PPI RAMMarc-André Lureau
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2019-12-18hw/tpm: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-08-16trace: Eliminate use of TARGET_FMT_plxMarkus Armbruster
2019-07-25tpm_emulator: Translate TPM error codes to stringsStefan Berger
2019-07-25tpm: Exit in reset when backend indicates failureStefan Berger
2019-07-08hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is builtPhilippe Mathieu-Daudé
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-07tpm: express dependencies with KconfigPaolo Bonzini
2019-03-07i386: express dependencies with KconfigPaolo Bonzini
2019-03-07isa: express dependencies with kconfigPaolo Bonzini
2019-03-07build: switch to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-24tpm_tis: convert tpm_tis_show_buffer() to use trace eventLiam Merwick
2019-02-24tpm_tis: fix loop that cancels any seizure by a lower localityLiam Merwick
2019-01-17tpm: clear RAM when "memory overwrite" requestedMarc-André Lureau
2019-01-17tpm: allocate/map buffer for TPM Physical Presence interfaceStefan Berger
2019-01-17tpm: add a "ppi" boolean propertyMarc-André Lureau
2018-12-04tpm: Make sure the locality received from backend is validStefan Berger
2018-12-04tpm: Make sure new locality passed to tpm_tis_prep_abort() is validStefan Berger
2018-12-03tpm: Remove unused locty parameter from tpm_tis_abort()Stefan Berger
2018-11-14tpm: use loop iterator to set sts data fieldPrasad J Pandit
2018-10-30tpm: Zero-init structure to avoid uninitialized variables in valgrind logStefan Berger
2018-05-24tpm: extend TPM TIS with state migration supportStefan Berger
2018-05-24tpm: extend TPM emulator with state migration supportStefan Berger
2018-03-29tpm: CRB: Enforce locality is requested before processing bufferStefan Berger
2018-03-29tpm: CRB: Reset Granted flag when relinquishing localityStefan Berger
2018-03-29tpm: CRB: set the Idle flag by defaultStefan Berger
2018-03-21tpm: CRB: query backend for TPM established flagStefan Berger
2018-03-21tpm: CRB: reset locAssigned upon relinquishing localityStefan Berger