blob: 0b23974f90c57f544f80e4aa8356fed5d77f808b (
plain)
1
2
3
4
|
# 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"
|