Re: [Qemu-devel] [PATCH 3/5] tpm: tpm_passthrough: Read the buffer size from the host device

2017-11-08 Thread Marc-André Lureau
Hi Stefan, On Mon, Nov 06, 2017 at 07:58:54PM -0500, Stefan Berger wrote: > Rather than hard coding the buffer size in the tpm_passthrough > backend read the TPM I/O buffer size from the host device. > > Signed-off-by: Stefan Berger > --- > hw/tpm/tpm_int.h | 9 > hw/tpm/tpm_pass

Re: [Qemu-devel] [PATCH 3/5] tpm: tpm_passthrough: Read the buffer size from the host device

2017-11-07 Thread Stefan Berger
On 11/06/2017 07:58 PM, Stefan Berger wrote: Rather than hard coding the buffer size in the tpm_passthrough backend read the TPM I/O buffer size from the host device. Signed-off-by: Stefan Berger --- hw/tpm/tpm_int.h | 9 hw/tpm/tpm_passthrough.c | 11 - hw/tpm/tpm_util.

[Qemu-devel] [PATCH 3/5] tpm: tpm_passthrough: Read the buffer size from the host device

2017-11-06 Thread Stefan Berger
Rather than hard coding the buffer size in the tpm_passthrough backend read the TPM I/O buffer size from the host device. Signed-off-by: Stefan Berger --- hw/tpm/tpm_int.h | 9 hw/tpm/tpm_passthrough.c | 11 - hw/tpm/tpm_util.c| 116 +++