aboutsummaryrefslogtreecommitdiff
path: root/tests/test-util-sockets.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-16tests: fix test-util-sockets.cYonggang Luo1-1/+5
2020-08-25tests: fix a memory in test_socket_unix_abstract_goodLi Qiang1-0/+1
2020-08-05Get rid of the libqemustub.a remaindersThomas Huth1-1/+2
2020-05-20tests/util-sockets: add abstract unix socket casesxiaoqiang zhao1-0/+92
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf1-1/+1
2020-03-06qmp: Fail gracefully if chardev is already in useKevin Wolf1-1/+1
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela1-6/+6
2019-08-22test: skip tests if socket_check_protocol_support() failedMarc-André Lureau1-1/+3
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf1-1/+2
2019-04-18qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster1-0/+1
2018-07-23monitor: Fix unsafe sharing of @cur_mon among threadsPeter Xu1-1/+1
2018-03-13sockets: allow SocketAddress 'fd' to reference numeric file descriptorsDaniel P. Berrange1-6/+106
2018-03-13sockets: check that the named file descriptor is a socketDaniel P. Berrange1-0/+89
2018-03-13sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange1-0/+77