aboutsummaryrefslogtreecommitdiff
path: root/tests/test-util-sockets.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-03sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUXMarkus Armbruster1-3/+4
2020-11-03sockets: Fix default of UnixSocketAddress member @tightMarkus Armbruster1-3/+3
2020-11-03test-util-sockets: Test the complete abstract socket matrixMarkus Armbruster1-26/+65
2020-11-03test-util-sockets: Synchronize properly, don't sleep(1)Markus Armbruster1-27/+13
2020-11-03test-util-sockets: Factor out test_socket_unix_abstract_one()Markus Armbruster1-28/+20
2020-11-03test-util-sockets: Clean up SocketAddress constructionMarkus Armbruster1-38/+26
2020-11-03test-util-sockets: Correct to set has_abstract, has_tightMarkus Armbruster1-0/+4
2020-11-03test-util-sockets: Plug file descriptor leakMarkus Armbruster1-0/+1
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-6/+6
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