2021-01-29 17:46:10 +01:00
|
|
|
# multi-process trace events
|
|
|
|
|
|
|
|
mpqemu_send_io_error(int cmd, int size, int nfds) "send command %d size %d, %d file descriptors to remote process"
|
|
|
|
mpqemu_recv_io_error(int cmd, int size, int nfds) "failed to receive %d size %d, %d file descriptors to remote process"
|
2022-06-13 22:26:25 +02:00
|
|
|
|
|
|
|
# vfio-user-obj.c
|
|
|
|
vfu_prop(const char *prop, const char *val) "vfu: setting %s as %s"
|
2022-06-13 22:26:29 +02:00
|
|
|
vfu_cfg_read(uint32_t offset, uint32_t val) "vfu: cfg: 0x%u -> 0x%x"
|
|
|
|
vfu_cfg_write(uint32_t offset, uint32_t val) "vfu: cfg: 0x%u <- 0x%x"
|
2022-06-13 22:26:31 +02:00
|
|
|
vfu_dma_register(uint64_t gpa, size_t len) "vfu: registering GPA 0x%"PRIx64", %zu bytes"
|
|
|
|
vfu_dma_unregister(uint64_t gpa) "vfu: unregistering GPA 0x%"PRIx64""
|