mirror of https://github.com/xemu-project/xemu.git
8 lines
352 B
Plaintext
8 lines
352 B
Plaintext
# 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"
|
|
|
|
# vfio-user-obj.c
|
|
vfu_prop(const char *prop, const char *val) "vfu: setting %s as %s"
|