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
2020-06-19
tpm: Move backend code under the 'backends/' directory
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h"
Philippe Mathieu-Daudé
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-03-08
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1...
Peter Maydell
2018-03-06
tpm: convert tpm_passthrough.c to use trace-events
Stefan Berger
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-01-29
tpm: report backend request error
Marc-André Lureau
2018-01-29
tpm: lookup cancel path under tpm device class
Marc-André Lureau
2018-01-29
tpm: fix alignment issues
Marc-André Lureau
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
2017-12-18
hw/tpm: remove old i386 dependency
Philippe Mathieu-Daudé
2017-12-14
tpm: tpm_passthrough: Fail startup if FE buffer size < BE buffer size
Stefan Berger
2017-12-14
tpm: tpm_passthrough: Read the buffer size from the host device
Stefan Berger
2017-12-14
tpm: Move getting TPM buffer size to backends
Stefan Berger
2017-12-14
tpm-passthrough: workaround a possible race
Marc-André Lureau
2017-12-14
tpm-passthrough: simplify create()
Marc-André Lureau
2017-12-14
tpm-passthrough: make it safer to destroy after creation
Marc-André Lureau
2017-12-14
tpm-backend: move set 'id' to common code
Marc-André Lureau
2017-12-14
tpm-passthrough: pass TPMPassthruState to handle_device_opts
Marc-André Lureau
2017-12-14
tpm-passthrough: don't save guessed cancel_path in options
Marc-André Lureau
2017-12-14
tpm-be: call request_completed() out of thread
Marc-André Lureau
2017-12-14
tpm-backend: store TPMIf interface, improve backend_init()
Marc-André Lureau
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
[next]