Commit 298d8b81 authored by Stefan Berger's avatar Stefan Berger
Browse files

tpm: print buffers received from TPM when debugging

parent 2f0a1153
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -422,6 +422,8 @@ static void tpm_tis_receive_bh(void *opaque)
    s->loc[locty].r_offset = 0;
    s->loc[locty].w_offset = 0;

    tpm_tis_show_buffer(&s->loc[locty].r_buffer, "tpm_tis: From TPM");

    if (TPM_TIS_IS_VALID_LOCTY(s->next_locty)) {
        tpm_tis_abort(s, locty);
    }