mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
tpm: print buffers received from TPM when debugging
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
2f0a115333
commit
298d8b81d4
1 changed files with 2 additions and 0 deletions
|
|
@ -422,6 +422,8 @@ static void tpm_tis_receive_bh(void *opaque)
|
||||||
s->loc[locty].r_offset = 0;
|
s->loc[locty].r_offset = 0;
|
||||||
s->loc[locty].w_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)) {
|
if (TPM_TIS_IS_VALID_LOCTY(s->next_locty)) {
|
||||||
tpm_tis_abort(s, locty);
|
tpm_tis_abort(s, locty);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue