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

2017-05-02 Thread Marc-André Lureau
Hi On Tue, May 2, 2017 at 3:53 PM Amarnath Valluri wrote: > Signed-off-by: Amarnath Valluri > --- > hw/tpm/tpm_passthrough.c | 64 > > hw/tpm/tpm_util.c| 25 +++ > hw/tpm/tpm_util.h| 4 +++ > 3 files changed, 34

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

2017-05-02 Thread Amarnath Valluri
Signed-off-by: Amarnath Valluri --- 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/tpm/tpm_passthrough.c b/hw/