diff options
author | Stefan Berger <[email protected]> | 2016-04-18 13:26:15 -0400 |
---|---|---|
committer | Jarkko Sakkinen <[email protected]> | 2016-06-25 17:26:35 +0300 |
commit | 6f99612e250041a2402d3b1694bccb149cd424a4 (patch) | |
tree | c24d63342358211e4ea6000683d35c0709a83bca /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2f9f53776dcd8ca3cc3d357d516ed76c3f038637 (diff) |
tpm: Proxy driver for supporting multiple emulated TPMs
This patch implements a proxy driver for supporting multiple emulated TPMs
in a system.
The driver implements a device /dev/vtpmx that is used to created
a client device pair /dev/tpmX (e.g., /dev/tpm10) and a server side that
is accessed using a file descriptor returned by an ioctl.
The device /dev/tpmX is the usual TPM device created by the core TPM
driver. Applications or kernel subsystems can send TPM commands to it
and the corresponding server-side file descriptor receives these
commands and delivers them to an emulated TPM.
The driver retrievs the TPM 1.2 durations and timeouts. Since this requires
the startup of the TPM, we send a startup for TPM 1.2 as well as TPM 2.
Signed-off-by: Stefan Berger <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
CC: [email protected]
CC: [email protected]
CC: [email protected]
Reviewed-by: Jarkko Sakkinen <[email protected]>
Tested-by: Jarkko Sakkinen <[email protected]>
Signed-off-by: Jarkko Sakkinen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions