On 10/03/2012 02:46 PM, Corey Bryant wrote:
On 06/04/2012 03:37 PM, Stefan Berger wrote:
@@ -201,6 +201,10 @@ static TPMInfo *qmp_query_tpm_inst(TPMBackend *drv)
res->path = g_strdup(drv->path);
res->has_path = true;
}
+if (drv->tpm_fd != NULL && *drv->tpm_fd >= 0
On 06/04/2012 03:37 PM, Stefan Berger wrote:
Enable the passing of a file descriptor via fd=<..> to access the host's
TPM device using the TPM passthrough driver.
Signed-off-by: Stefan Berger
---
hmp.c|7 +-
hw/tpm_passthrough.c | 53 ++
On 06/04/2012 03:37 PM, Stefan Berger wrote:
Enable the passing of a file descriptor via fd=<..> to access the host's
TPM device using the TPM passthrough driver.
Signed-off-by: Stefan Berger
---
hmp.c|7 +-
hw/tpm_passthrough.c | 53 ++
Enable the passing of a file descriptor via fd=<..> to access the host's
TPM device using the TPM passthrough driver.
Signed-off-by: Stefan Berger
---
hmp.c|7 +-
hw/tpm_passthrough.c | 53 ++---
qapi-schema.json |4 ++