index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
tpm
/
tpm_passthrough.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1...
Peter Maydell
2018-03-08
1
-10
/
+3
|
\
|
*
tpm: convert tpm_passthrough.c to use trace-events
Stefan Berger
2018-03-06
1
-10
/
+3
*
|
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-0
/
+1
|
/
*
tpm: report backend request error
Marc-André Lureau
2018-01-29
1
-16
/
+15
*
tpm: lookup cancel path under tpm device class
Marc-André Lureau
2018-01-29
1
-12
/
+22
*
tpm: fix alignment issues
Marc-André Lureau
2018-01-29
1
-4
/
+2
*
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
2018-01-16
1
-1
/
+1
*
hw/tpm: remove old i386 dependency
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
tpm: tpm_passthrough: Fail startup if FE buffer size < BE buffer size
Stefan Berger
2017-12-15
1
-0
/
+15
*
tpm: tpm_passthrough: Read the buffer size from the host device
Stefan Berger
2017-12-15
1
-1
/
+10
*
tpm: Move getting TPM buffer size to backends
Stefan Berger
2017-12-15
1
-0
/
+6
*
tpm-passthrough: workaround a possible race
Marc-André Lureau
2017-12-15
1
-2
/
+2
*
tpm-passthrough: simplify create()
Marc-André Lureau
2017-12-15
1
-26
/
+10
*
tpm-passthrough: make it safer to destroy after creation
Marc-André Lureau
2017-12-15
1
-2
/
+6
*
tpm-backend: move set 'id' to common code
Marc-André Lureau
2017-12-15
1
-6
/
+3
*
tpm-passthrough: pass TPMPassthruState to handle_device_opts
Marc-André Lureau
2017-12-15
1
-3
/
+3
*
tpm-passthrough: don't save guessed cancel_path in options
Marc-André Lureau
2017-12-15
1
-3
/
+1
*
tpm-be: call request_completed() out of thread
Marc-André Lureau
2017-12-15
1
-3
/
+0
*
tpm-backend: store TPMIf interface, improve backend_init()
Marc-André Lureau
2017-12-15
1
-2
/
+2
*
tpm: move recv_data_callback to TPM interface
Marc-André Lureau
2017-10-19
1
-1
/
+2
*
tpm-tis: remove tpm_tis.h header
Marc-André Lureau
2017-10-19
1
-1
/
+0
*
tpm: add TPMBackendCmd to hold the request state
Marc-André Lureau
2017-10-19
1
-19
/
+5
*
tpm: remove locty argument from receive_cb
Marc-André Lureau
2017-10-19
1
-3
/
+1
*
tpm: remove needless cast
Marc-André Lureau
2017-10-19
1
-1
/
+1
*
tpm: remove unused TPMBackendCmd
Marc-André Lureau
2017-10-19
1
-19
/
+10
*
tpm: remove TPMDriverOps
Marc-André Lureau
2017-10-19
1
-14
/
+11
*
tpm: remove tpm_register_driver()
Marc-André Lureau
2017-10-19
1
-1
/
+0
*
tpm-passthrough: move reusable code to utils
Amarnath Valluri
2017-10-13
1
-59
/
+5
*
tpm-backend: Move realloc_buffer() implementation to tpm-tis model
Amarnath Valluri
2017-10-13
1
-12
/
+0
*
tpm-backend: Add new API to read backend TpmInfo
Amarnath Valluri
2017-10-13
1
-19
/
+32
*
tpm-backend: Made few interface methods optional
Amarnath Valluri
2017-10-13
1
-35
/
+1
*
tpm-backend: Initialize and free data members in it's own methods
Amarnath Valluri
2017-10-13
1
-19
/
+12
*
tpm-backend: Move thread handling inside TPMBackend
Amarnath Valluri
2017-10-13
1
-50
/
+8
*
tpm-backend: Remove unneeded member variable from backend class
Amarnath Valluri
2017-10-13
1
-4
/
+0
*
hw/tpm/tpm_passthrough: Simplify if-statements a little bit
Thomas Huth
2016-10-28
1
-4
/
+2
*
tpm: Fix write to file descriptor function
Stefan Berger
2016-04-13
1
-1
/
+1
*
hw: Clean up includes
Peter Maydell
2016-01-29
1
-1
/
+1
*
qemu-char: delete send_all/recv_all helper methods
Daniel P. Berrange
2016-01-15
1
-2
/
+27
*
maint: remove unused include for dirent.h
Daniel P. Berrange
2015-09-11
1
-2
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
tpm: Probe for connected TPM 1.2 or TPM 2
Stefan Berger
2015-05-31
1
-53
/
+6
*
Extend TPM TIS interface to support TPM 2
Stefan Berger
2015-05-31
1
-0
/
+14
*
tpm: Modify DPRINTF to enable -Wformat checking
Stefan Berger
2015-04-30
1
-9
/
+7
*
tpm: Remove superfluous '\n' around error_report()
Gonglei
2015-03-10
1
-6
/
+6
*
tpm: Support for TIS selftest done flag
Stefan Berger
2015-03-01
1
-5
/
+32
*
Drop superfluous conditionals around g_strdup()
Markus Armbruster
2014-12-10
1
-3
/
+1
*
Move TPM passthrough specific command line options to backend structure
Stefan Berger
2013-04-23
1
-0
/
+16
[next]