index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
tpm
/
tpm_int.h
Age
Commit message (
Expand
)
Author
2020-06-19
tpm: Move backend code under the 'backends/' directory
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h'
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Include missing 'qemu/option.h' header
Philippe Mathieu-Daudé
2019-07-25
tpm_emulator: Translate TPM error codes to strings
Stefan Berger
2018-02-09
Clean up includes
Markus Armbruster
2017-12-14
tpm: tpm_passthrough: Read the buffer size from the host device
Stefan Berger
2017-12-14
tpm: move TpmIf in include/sysemu/tpm.h
Marc-André Lureau
2017-10-19
tpm: move recv_data_callback to TPM interface
Marc-André Lureau
2017-10-19
tpm: add a QOM TPM interface
Marc-André Lureau
2017-10-19
tpm-tis: move TPMState to TIS header
Marc-André Lureau
2017-10-19
tpm: remove locty_data from TPMState
Marc-André Lureau
2017-10-19
tpm: add TPMBackendCmd to hold the request state
Marc-André Lureau
2015-05-31
tpm: Probe for connected TPM 1.2 or TPM 2
Stefan Berger
2015-05-31
Extend TPM TIS interface to support TPM 2
Stefan Berger
2015-03-01
tpm: Support for TIS selftest done flag
Stefan Berger
2013-04-23
Move TPM passthrough specific command line options to backend structure
Stefan Berger
2013-04-15
tpm: reorganize headers and split hardware part
Paolo Bonzini