]> git.ipfire.org Git - thirdparty/qemu.git/commit
socket: Add backlog parameter to socket_listen
authorJuan Quintela <quintela@redhat.com>
Mon, 19 Aug 2019 12:48:21 +0000 (14:48 +0200)
committerJuan Quintela <quintela@redhat.com>
Tue, 3 Sep 2019 21:24:42 +0000 (23:24 +0200)
commite5b6353cf25c99c3f08bf51e29933352f7140e8f
tree5d90c11a5ed6ba280889656555223005cd154c84
parent3483534ec314f6057e66966bfceaa9df02c28fbf
socket: Add backlog parameter to socket_listen

Current parameter was always one.  We continue with that value for now
in all callers.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
---
Moved trace to socket_listen
include/qemu/sockets.h
io/channel-socket.c
qga/channel-posix.c
tests/test-util-sockets.c
util/qemu-sockets.c
util/trace-events