mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-25 04:30:02 +00:00
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
|
# See docs/tracing.txt for syntax documentation.
|
||
|
|
||
|
# hw/rdma/vmw/pvrdma_main.c
|
||
|
pvrdma_regs_read(uint64_t addr, uint64_t val) "regs[0x%"PRIx64"] = 0x%"PRIx64
|
||
|
pvrdma_regs_write(uint64_t addr, uint64_t val) "regs[0x%"PRIx64"] = 0x%"PRIx64
|