Re: [Qemu-devel] [PATCH v2 5/5] tpm: extend TPM CRB with state migration support

2018-01-19 Thread Marc-André Lureau
Hi On Fri, Jan 19, 2018 at 3:46 PM, Stefan Berger wrote: > On 01/19/2018 09:11 AM, Marc-André Lureau wrote: >> >> From: Stefan Berger >> >> We need to synchronize with the backend thread to make sure that a command >> being processed by the external TPM emulator has completed and its >> response

Re: [Qemu-devel] [PATCH v2 5/5] tpm: extend TPM CRB with state migration support

2018-01-19 Thread Stefan Berger
On 01/19/2018 09:11 AM, Marc-André Lureau wrote: From: Stefan Berger We need to synchronize with the backend thread to make sure that a command being processed by the external TPM emulator has completed and its response been received. In case the bottom half did not run, we run the function it

[Qemu-devel] [PATCH v2 5/5] tpm: extend TPM CRB with state migration support

2018-01-19 Thread Marc-André Lureau
From: Stefan Berger We need to synchronize with the backend thread to make sure that a command being processed by the external TPM emulator has completed and its response been received. In case the bottom half did not run, we run the function it is supposed to run. Signed-off-by: Stefan Berger