Re: [Qemu-devel] [PATCH 2/5] tpm: pull tpm_util_send() out of tpm_util_test()

2017-11-08 Thread Marc-André Lureau
Hi Stefan, On Mon, Nov 06, 2017 at 07:58:53PM -0500, Stefan Berger wrote: > Signed-off-by: Stefan Berger > --- > hw/tpm/tpm_util.c | 33 ++--- > 1 file changed, 26 insertions(+), 7 deletions(-) > > diff --git a/hw/tpm/tpm_util.c b/hw/tpm/tpm_util.c > index daf1faa..3

[Qemu-devel] [PATCH 2/5] tpm: pull tpm_util_send() out of tpm_util_test()

2017-11-06 Thread Stefan Berger
Signed-off-by: Stefan Berger --- hw/tpm/tpm_util.c | 33 ++--- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/hw/tpm/tpm_util.c b/hw/tpm/tpm_util.c index daf1faa..396e793 100644 --- a/hw/tpm/tpm_util.c +++ b/hw/tpm/tpm_util.c @@ -53,10 +53,11 @@ bool tp