search for: tpm_emulator_extern

Displaying 2 results from an estimated 2 matches for "tpm_emulator_extern".

2012 Nov 20
52
[PATCH RFC] stubdom: Change vTPM shared page ABI
Since the vTPM implementations are being incorproated into Xen and possibly upstream Linux, I would like to see if this protocol change could be added before we have significant legacy implementations. If not, I still think it would be useful as either a v2 or negotiated protocol change. The current vTPM protocol is a copy of the network protocol. This was likely done for ease of implementation,
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...Y_DIR}) ++ ++# add internal libraries ++add_subdirectory(tpm) ++add_subdirectory(mtm) ++add_subdirectory(crypto) ++ ++# add TDDL ++add_subdirectory(tddl) ++ ++# add kernel modules ++add_subdirectory(tpmd_dev) ++ ++# add executables ++add_subdirectory(tpmd) ++ +diff -Naur tpm_emulator-0.7.4-orig/tpm/tpm_emulator_extern.h tpm_emulator-0.7.4/tpm/tpm_emulator_extern.h +--- tpm_emulator-0.7.4-orig/tpm/tpm_emulator_extern.h 2012-09-17 13:16:27.834582486 -0400 ++++ tpm_emulator-0.7.4/tpm/tpm_emulator_extern.h 2012-09-17 13:16:41.621654594 -0400 +@@ -29,6 +29,8 @@ + TPM_LOG_ERROR + }; + ++extern int dmi_id; ++ +...