mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
cppcheck reports: [hw/tpm/tpm_tis.c:113]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int' Rather than just converting the format specifier to use '%u", the tpm_tis_show_buffer() function is converted to use trace points and the two debug callers use the trace event infrastructure so that it's available in production cases also and not just when DEBUG_TIS is enabled. Signed-off-by: Liam Merwick <liam.merwick@oracle.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> |
||
|---|---|---|
| .. | ||
| Makefile.objs | ||
| tpm_crb.c | ||
| tpm_emulator.c | ||
| tpm_int.h | ||
| tpm_ioctl.h | ||
| tpm_passthrough.c | ||
| tpm_ppi.c | ||
| tpm_ppi.h | ||
| tpm_tis.c | ||
| tpm_util.c | ||
| tpm_util.h | ||
| trace-events | ||