Displaying 1 result from an estimated 1 matches for "tpmcmd".
2012 Nov 20
52
[PATCH RFC] stubdom: Change vTPM shared page ABI
...if.h | 45 +++---------
5 files changed, 148 insertions(+), 187 deletions(-)
diff --git a/extras/mini-os/include/tpmback.h b/extras/mini-os/include/tpmback.h
index ff86732..ec9eda4 100644
--- a/extras/mini-os/include/tpmback.h
+++ b/extras/mini-os/include/tpmback.h
@@ -43,6 +43,7 @@
struct tpmcmd {
domid_t domid; /* Domid of the frontend */
+ uint8_t locality; /* Locality requested by the frontend */
unsigned int handle; /* Handle of the frontend */
unsigned char uuid[16]; /* uuid of the tpm interface */
diff --git a/extras/mini-os/include/tpmfront.h b/extras/mini-os/i...