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

2017-04-04 Thread Marc-André Lureau
Hi On Fri, Mar 31, 2017 at 4:57 PM Amarnath Valluri wrote: > Signed-off-by: Amarnath Valluri > Nothing really controversial here. You could point out in the commit message that those functions will be used in the new backend perhaps. > --- > hw/tpm/tpm_passthrough.c | 77 > -

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

2017-03-31 Thread Amarnath Valluri
Signed-off-by: Amarnath Valluri --- hw/tpm/tpm_passthrough.c | 77 hw/tpm/tpm_util.c| 60 + hw/tpm/tpm_util.h| 8 + 3 files changed, 73 insertions(+), 72 deletions(-) diff --git a/hw/tpm/tpm