Searched refs:IVSHMEM_CLIENT_DEBUG (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/contrib/ivshmem-client/ |
H A D | ivshmem-client.c | 18 #define IVSHMEM_CLIENT_DEBUG(client, fmt, ...) do { \ macro 48 IVSHMEM_CLIENT_DEBUG(client, "cannot read message: %s\n", in ivshmem_client_read_one_msg() 53 IVSHMEM_CLIENT_DEBUG(client, "lost connection to server\n"); in ivshmem_client_read_one_msg() 109 IVSHMEM_CLIENT_DEBUG(client, "receive delete for invalid " in ivshmem_client_handle_server_msg() 114 IVSHMEM_CLIENT_DEBUG(client, "delete peer id = %" PRId64 "\n", peer_id); in ivshmem_client_handle_server_msg() 125 IVSHMEM_CLIENT_DEBUG(client, "new peer id = %" PRId64 "\n", peer_id); in ivshmem_client_handle_server_msg() 129 IVSHMEM_CLIENT_DEBUG(client, " new vector %d (fd=%d) for peer id %" in ivshmem_client_handle_server_msg() 132 IVSHMEM_CLIENT_DEBUG(client, "Too many vectors received, failing"); in ivshmem_client_handle_server_msg() 157 IVSHMEM_CLIENT_DEBUG(client, "could not copy unix socket path\n"); in ivshmem_client_init() 185 IVSHMEM_CLIENT_DEBUG(client, "connect to client %s\n", in ivshmem_client_connect() [all …]
|