Re: [Qemu-devel] [PATCH V19 7/7] Add fd parameter for TPM passthrough driver

2012-10-24 Thread Stefan Berger
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

Re: [Qemu-devel] [PATCH V19 7/7] Add fd parameter for TPM passthrough driver

2012-10-03 Thread Corey Bryant
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 ++

Re: [Qemu-devel] [PATCH V19 7/7] Add fd parameter for TPM passthrough driver

2012-09-27 Thread Corey Bryant
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 ++

[Qemu-devel] [PATCH V19 7/7] Add fd parameter for TPM passthrough driver

2012-06-04 Thread Stefan Berger
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 ++