search for: storage_file

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

2005 Sep 29
0
Not able to get Virtual TPM working with Xen,
...ko license: GPL author: Mario Strasser <mast@gmx.net> description: Trusted Platform Module (TPM) Emulator parmtype: startup:s parm: startup: Sets the startup mode of the TPM. Possible values are ''clear'', ''save'' (default) and ''deactivated. parmtype: storage_file:s parm: storage_file: Sets the persistent-data storage file of the TPM. vermagic: 2.6.12-xen0 preempt 686 gcc-3.4 depends: vermagic: 2.6.12-xen0 preempt 686 gcc-3.4 depends: ----------------------------------------- Now compiled the vtpm_manager to get the "vtpm_managerd" by cd ../tools...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...parameters */ --char *startup = "save"; --module_param(startup, charp, 0444); --MODULE_PARM_DESC(startup, " Sets the startup mode of the TPM. " -- "Possible values are ''clear'', ''save'' (default) and ''deactivated."); --char *storage_file = "/var/tpm/tpm_emulator-1.2.0.2"; --module_param(storage_file, charp, 0644); --MODULE_PARM_DESC(storage_file, " Sets the persistent-data storage " -- "file of the TPM."); -- --/* TPM lock */ --static struct semaphore tpm_mutex; -- --/* TPM command response */ --stati...