Browse Source
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>pull/66/merge
3 changed files with 11 additions and 12 deletions
@ -0,0 +1,5 @@ |
|||
# See docs/devel/tracing.txt for syntax documentation. |
|||
|
|||
# hw/tpm/tpm_crb.c |
|||
tpm_crb_mmio_read(uint64_t addr, unsigned size, uint32_t val) "CRB read 0x" TARGET_FMT_plx " len:%u val: 0x%" PRIx32 |
|||
tpm_crb_mmio_write(uint64_t addr, unsigned size, uint32_t val) "CRB write 0x" TARGET_FMT_plx " len:%u val: 0x%" PRIx32 |
|||
Loading…
Reference in new issue