summary refs log tree commit diff stats
path: root/net/stream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: handle QIOTask completion to report useful error messageDaniel P. Berrangé2024-01-111-5/+10
* net: add explicit info about connecting/listening stateDaniel P. Berrangé2024-01-111-1/+4
* net: stream: add a new option to automatically reconnectLaurent Vivier2023-02-171-1/+52
* Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via2022-11-271-3/+3
* net: stream: add QAPI events to report connection stateLaurent Vivier2022-10-281-0/+5
* net: stream: move to QIO to enable additional parametersLaurent Vivier2022-10-281-316/+176
* net: stream: add unix socketLaurent Vivier2022-10-281-5/+102
* net: stream: Don't ignore EINVAL on netdev socket connectionStefano Brivio2022-10-281-2/+1
* qapi: net: add stream and dgram netdevsLaurent Vivier2022-10-281-0/+425