Re: [Qemu-devel] [PATCH v10 9/9] tpm: Move tpm_cleanup() to right place

2017-10-19 Thread Richard W.M. Jones
On Fri, Sep 29, 2017 at 02:10:21PM +0300, Amarnath Valluri wrote: > As Emulator TPM backend uses chardev, tpm cleanup should happen before chardev > similar to other vhost-users. > > Signed-off-by: Amarnath Valluri > --- > tpm.c | 1 - > vl.c | 1 + > 2 files changed, 1 insertion(+), 1 deletio

Re: [Qemu-devel] [PATCH v10 9/9] tpm: Move tpm_cleanup() to right place

2017-10-04 Thread Stefan Berger
On 09/29/2017 07:10 AM, Amarnath Valluri wrote: As Emulator TPM backend uses chardev, tpm cleanup should happen before chardev similar to other vhost-users. Signed-off-by: Amarnath Valluri Reviewed-by: Stefan Berger --- tpm.c | 1 - vl.c | 1 + 2 files changed, 1 insertion(+), 1 delet