index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test-util-sockets.c
Age
Commit message (
Expand
)
Author
2020-11-03
sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX
Markus Armbruster
2020-11-03
sockets: Fix default of UnixSocketAddress member @tight
Markus Armbruster
2020-11-03
test-util-sockets: Test the complete abstract socket matrix
Markus Armbruster
2020-11-03
test-util-sockets: Synchronize properly, don't sleep(1)
Markus Armbruster
2020-11-03
test-util-sockets: Factor out test_socket_unix_abstract_one()
Markus Armbruster
2020-11-03
test-util-sockets: Clean up SocketAddress construction
Markus Armbruster
2020-11-03
test-util-sockets: Correct to set has_abstract, has_tight
Markus Armbruster
2020-11-03
test-util-sockets: Plug file descriptor leak
Markus Armbruster
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2020-09-16
tests: fix test-util-sockets.c
Yonggang Luo
2020-08-25
tests: fix a memory in test_socket_unix_abstract_good
Li Qiang
2020-08-05
Get rid of the libqemustub.a remainders
Thomas Huth
2020-05-20
tests/util-sockets: add abstract unix socket cases
xiaoqiang zhao
2020-03-06
hmp: Fail gracefully if chardev is already in use
Kevin Wolf
2020-03-06
qmp: Fail gracefully if chardev is already in use
Kevin Wolf
2019-09-03
socket: Add backlog parameter to socket_listen
Juan Quintela
2019-08-22
test: skip tests if socket_check_protocol_support() failed
Marc-André Lureau
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
2019-04-18
qemu-print: New qemu_printf(), qemu_vprintf() etc.
Markus Armbruster
2018-07-23
monitor: Fix unsafe sharing of @cur_mon among threads
Peter Xu
2018-03-13
sockets: allow SocketAddress 'fd' to reference numeric file descriptors
Daniel P. Berrange
2018-03-13
sockets: check that the named file descriptor is a socket
Daniel P. Berrange
2018-03-13
sockets: move fd_is_socket() into common sockets code
Daniel P. Berrange