mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00: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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user