| Commit message (Expand) | Author | Age | Files | Lines |
* | sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX | Markus Armbruster | 2020-11-03 | 1 | -3/+4 |
* | sockets: Fix default of UnixSocketAddress member @tight | Markus Armbruster | 2020-11-03 | 1 | -3/+3 |
* | test-util-sockets: Test the complete abstract socket matrix | Markus Armbruster | 2020-11-03 | 1 | -26/+65 |
* | test-util-sockets: Synchronize properly, don't sleep(1) | Markus Armbruster | 2020-11-03 | 1 | -27/+13 |
* | test-util-sockets: Factor out test_socket_unix_abstract_one() | Markus Armbruster | 2020-11-03 | 1 | -28/+20 |
* | test-util-sockets: Clean up SocketAddress construction | Markus Armbruster | 2020-11-03 | 1 | -38/+26 |
* | test-util-sockets: Correct to set has_abstract, has_tight | Markus Armbruster | 2020-11-03 | 1 | -0/+4 |
* | test-util-sockets: Plug file descriptor leak | Markus Armbruster | 2020-11-03 | 1 | -0/+1 |
* | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 1 | -6/+6 |
* | tests: fix test-util-sockets.c | Yonggang Luo | 2020-09-16 | 1 | -1/+5 |
* | tests: fix a memory in test_socket_unix_abstract_good | Li Qiang | 2020-08-25 | 1 | -0/+1 |
* | Get rid of the libqemustub.a remainders | Thomas Huth | 2020-08-05 | 1 | -1/+2 |
* | tests/util-sockets: add abstract unix socket cases | xiaoqiang zhao | 2020-05-20 | 1 | -0/+92 |
* | hmp: Fail gracefully if chardev is already in use | Kevin Wolf | 2020-03-06 | 1 | -1/+1 |
* | qmp: Fail gracefully if chardev is already in use | Kevin Wolf | 2020-03-06 | 1 | -1/+1 |
* | socket: Add backlog parameter to socket_listen | Juan Quintela | 2019-09-03 | 1 | -6/+6 |
* | test: skip tests if socket_check_protocol_support() failed | Marc-André Lureau | 2019-08-22 | 1 | -1/+3 |
* | monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() | Kevin Wolf | 2019-06-18 | 1 | -1/+2 |
* | qemu-print: New qemu_printf(), qemu_vprintf() etc. | Markus Armbruster | 2019-04-18 | 1 | -0/+1 |
* | monitor: Fix unsafe sharing of @cur_mon among threads | Peter Xu | 2018-07-23 | 1 | -1/+1 |
* | sockets: allow SocketAddress 'fd' to reference numeric file descriptors | Daniel P. Berrange | 2018-03-13 | 1 | -6/+106 |
* | sockets: check that the named file descriptor is a socket | Daniel P. Berrange | 2018-03-13 | 1 | -0/+89 |
* | sockets: move fd_is_socket() into common sockets code | Daniel P. Berrange | 2018-03-13 | 1 | -0/+77 |