qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 1/4] tpm: print buffers received from TPM wh


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [RFC PATCH 1/4] tpm: print buffers received from TPM when debugging
Date: Thu, 12 Oct 2017 16:54:33 +0200

On Wed, Oct 11, 2017 at 11:37 PM, Stefan Berger
<address@hidden> wrote:
> Signed-off-by: Stefan Berger <address@hidden>

Reviewed-by: Marc-André Lureau <address@hidden>


> ---
>  hw/tpm/tpm_tis.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/hw/tpm/tpm_tis.c b/hw/tpm/tpm_tis.c
> index d5118e7..9bf0bce 100644
> --- a/hw/tpm/tpm_tis.c
> +++ b/hw/tpm/tpm_tis.c
> @@ -373,6 +373,8 @@ static void tpm_tis_receive_bh(void *opaque)
>      tis->loc[locty].r_offset = 0;
>      tis->loc[locty].w_offset = 0;
>
> +    tpm_tis_show_buffer(&tis->loc[locty].r_buffer, "tpm_tis: From TPM");
> +
>      if (TPM_TIS_IS_VALID_LOCTY(tis->next_locty)) {
>          tpm_tis_abort(s, locty);
>      }
> --
> 2.5.5
>



-- 
Marc-André Lureau



reply via email to

[Prev in Thread] Current Thread [Next in Thread]