Statistics
| Branch: | Revision:

root / include / sysemu / tpm_backend_int.h @ f487b677

History | View | Annotate | Download (1.5 kB)

# Date Author Comment
bdee56f5 04/15/2013 07:19 pm Paolo Bonzini

tpm: reorganize headers and split hardware part

The TPM subsystem does not have a full front-end/back-end separation.
The sole available backend, tpm_passthrough, depends on the data
structures of the sole available frontend, tpm_tis.

However, we can at least try to split the user interface (tpm.c) from the...