Re: [Qemu-devel] [PATCH v6 7/8] tpm-passthrough: move reusable code to utils
On Tue, Jul 18, 2017 at 1:49 AM, 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 v6 7/8] tpm-passthrough: move reusable code to utils
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