]> Git Repo - qemu.git/blobdiff - hw/tpm/tpm_tis.c
tpm: print buffers received from TPM when debugging
[qemu.git] / hw / tpm / tpm_tis.c
index 8c5cac5fa5ec670d6bcbe135dcfe60f5ec36859a..7402528b256ce69d6125fa8082f985b351c7a734 100644 (file)
@@ -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);
     }
This page took 0.021836 seconds and 4 git commands to generate.