Re: [Qemu-devel] [PATCH 4/5] tpm: tpm_emulator: get and set buffer size of device

2017-11-08 Thread Stefan Berger
On 11/08/2017 11:22 AM, Marc-André Lureau wrote: On Mon, Nov 06, 2017 at 07:58:55PM -0500, Stefan Berger wrote: Convert the tpm_emulator backend to get the current buffer size of the external device and set it to the buffer size that the frontend (TIS) requests. Signed-off-by: Stefan Berger --

Re: [Qemu-devel] [PATCH 4/5] tpm: tpm_emulator: get and set buffer size of device

2017-11-08 Thread Marc-André Lureau
On Mon, Nov 06, 2017 at 07:58:55PM -0500, Stefan Berger wrote: > Convert the tpm_emulator backend to get the current buffer size > of the external device and set it to the buffer size that the > frontend (TIS) requests. > > Signed-off-by: Stefan Berger > --- > backends/tpm.c | 4 +

[Qemu-devel] [PATCH 4/5] tpm: tpm_emulator: get and set buffer size of device

2017-11-06 Thread Stefan Berger
Convert the tpm_emulator backend to get the current buffer size of the external device and set it to the buffer size that the frontend (TIS) requests. Signed-off-by: Stefan Berger --- backends/tpm.c | 4 +-- hw/tpm/tpm_emulator.c| 79 +++