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_passthrough.c
Age
Commit message (
Expand
)
Author
2017-10-19
tpm: move recv_data_callback to TPM interface
Marc-André Lureau
2017-10-19
tpm-tis: remove tpm_tis.h header
Marc-André Lureau
2017-10-19
tpm: add TPMBackendCmd to hold the request state
Marc-André Lureau
2017-10-19
tpm: remove locty argument from receive_cb
Marc-André Lureau
2017-10-19
tpm: remove needless cast
Marc-André Lureau
2017-10-19
tpm: remove unused TPMBackendCmd
Marc-André Lureau
2017-10-19
tpm: remove TPMDriverOps
Marc-André Lureau
2017-10-19
tpm: remove tpm_register_driver()
Marc-André Lureau
2017-10-13
tpm-passthrough: move reusable code to utils
Amarnath Valluri
2017-10-13
tpm-backend: Move realloc_buffer() implementation to tpm-tis model
Amarnath Valluri
2017-10-13
tpm-backend: Add new API to read backend TpmInfo
Amarnath Valluri
2017-10-13
tpm-backend: Made few interface methods optional
Amarnath Valluri
2017-10-13
tpm-backend: Initialize and free data members in it's own methods
Amarnath Valluri
2017-10-13
tpm-backend: Move thread handling inside TPMBackend
Amarnath Valluri
2017-10-13
tpm-backend: Remove unneeded member variable from backend class
Amarnath Valluri
2016-10-28
hw/tpm/tpm_passthrough: Simplify if-statements a little bit
Thomas Huth
2016-04-13
tpm: Fix write to file descriptor function
Stefan Berger
2016-01-29
hw: Clean up includes
Peter Maydell
2016-01-15
qemu-char: delete send_all/recv_all helper methods
Daniel P. Berrange
2015-09-11
maint: remove unused include for dirent.h
Daniel P. Berrange
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
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-04-30
tpm: Modify DPRINTF to enable -Wformat checking
Stefan Berger
2015-03-10
tpm: Remove superfluous '\n' around error_report()
Gonglei
2015-03-01
tpm: Support for TIS selftest done flag
Stefan Berger
2014-12-10
Drop superfluous conditionals around g_strdup()
Markus Armbruster
2013-04-23
Move TPM passthrough specific command line options to backend structure
Stefan Berger
2013-04-22
tpm: Simplify creation of cancel path
Stefan Berger
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
tpm: reorganize headers and split hardware part
Paolo Bonzini