qemu-e2k/hw/tpm
Amarnath Valluri b19a5eea5a tpm-backend: Move thread handling inside TPMBackend
Move thread handling inside TPMBackend, this way backend implementations need
not to maintain their own thread life cycle, instead they needs to implement
'handle_request()' class method that always been called from a thread.

This change made tpm_backend_int.h kind of useless, hence removed it.

Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2017-10-13 07:34:33 -04:00
..
Makefile.objs tpm: Probe for connected TPM 1.2 or TPM 2 2015-05-31 20:29:02 +02:00
tpm_int.h tpm: Probe for connected TPM 1.2 or TPM 2 2015-05-31 20:29:02 +02:00
tpm_passthrough.c tpm-backend: Move thread handling inside TPMBackend 2017-10-13 07:34:33 -04:00
tpm_tis.c clean-up: removed duplicate #includes 2016-10-28 18:17:24 +03:00
tpm_tis.h Extend TPM TIS interface to support TPM 2 2015-05-31 20:29:02 +02:00
tpm_util.c tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSD 2017-10-13 07:34:32 -04:00
tpm_util.h Clean up header guards that don't match their file name 2016-07-12 16:19:16 +02:00