Re: [Qemu-devel] [PATCH v5 7/8] tpm-passthrough: move reusable code to utils

2017-06-06 Thread Marc-André Lureau
On Mon, Jun 5, 2017 at 4:44 PM Amarnath Valluri wrote: > Signed-off-by: Amarnath Valluri > Reviewed-by: Stefan Berger > Reviewed-by: Marc-André Lureau > --- > hw/tpm/tpm_passthrough.c | 64 > > hw/tpm/tpm_util.c| 25

[Qemu-devel] [PATCH v5 7/8] tpm-passthrough: move reusable code to utils

2017-06-05 Thread Amarnath Valluri
Signed-off-by: Amarnath Valluri Reviewed-by: Stefan Berger --- hw/tpm/tpm_passthrough.c | 64 hw/tpm/tpm_util.c| 25 +++ hw/tpm/tpm_util.h| 4 +++ 3 files changed, 34 insertions(+), 59 deletions(-) diff --git a/hw