67 Commits (5f26fcfb983f72b13c4b33a6071be22aa97e2363)

Author SHA1 Message Date
Daniel P. Berrange e79cd40680 net: fix sending of data with -net socket, listen backend 10 years ago
Marc-André Lureau 883e4f7624 Change net/socket.c to use socket_*() functions 10 years ago
Paolo Bonzini 616018352c Revert "Change net/socket.c to use socket_*() functions" 10 years ago
Eric Blake f394b2e20d qapi: Change Netdev into a flat union 10 years ago
Kővágó, Zoltán cebea51057 net: use Netdev instead of NetClientOptions in client init 10 years ago
Ashijeet Acharya 7e8449594c Change net/socket.c to use socket_*() functions 10 years ago
Zhang Chen 16a3df403b net/net: Add SocketReadState for reuse codes 10 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 11 years ago
Eric Blake 32bafa8fdd qapi: Don't special-case simple union wrappers 11 years ago
Daniel P. Berrange b16a44e13e osdep: remove use of socket_error() from all code 11 years ago
Peter Maydell 2744d9207f net: Clean up includes 11 years ago
Eric Blake 8d0bcba837 net: Convert to new qapi union layout 11 years ago
Jason Wang 091f1f5296 socket: pass correct size in net_socket_send() 11 years ago
Fam Zheng 82e1cc4bf9 Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler 11 years ago
Fam Zheng 6e99c631f1 net/socket: Drop net_socket_can_send 11 years ago
Markus Armbruster a30ecde6e7 net: Permit incremental conversion of init functions to Error 11 years ago
Markus Armbruster 1677f4c66c monitor: Clean up around monitor_handle_fd_param() 12 years ago
Gonglei 8db804ac41 net/socket: fix Uninitialized scalar variable 12 years ago
zhanghailiang ed6273e26f net: The third parameter of getsockname should be initialized 12 years ago
Sebastian Ottlik bcbe92fb08 net: call socket_set_fast_reuse instead of setting SO_REUSEADDR 13 years ago
Alex Bligh 6a1751b7aa aio / timers: Untangle include files 13 years ago
Stefan Hajnoczi fc13fa00ea net: ensure "socket" backend uses non-blocking fds 14 years ago
Stefan Hajnoczi f9e8cacc55 oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() 14 years ago
Scott Feldman d32fcad366 net: increase buffer size to accommodate Jumbo frame pkts 14 years ago
Stefan Hajnoczi 20048d0a12 net: use socket_set_nodelay() for -netdev socket 14 years ago
Stefan Weil 9957fc7f1e MinGW: Replace setsockopt by qemu_setsocketopt 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 83c9089e73 monitor: move include files to include/monitor/ 14 years ago
Paolo Bonzini 1422e32db5 net: reorganize headers 14 years ago
Paolo Bonzini f8fe796407 janitor: do not include qemu-char everywhere 14 years ago
Lei Li f0e3ac7034 net: use "socket" model name for UDP sockets 14 years ago
Paolo Bonzini a245fc1835 net: consolidate NetClientState header files into one 14 years ago
Stefan Weil 73062dfe6b net/socket: Fix compiler warning (regression for MinGW) 14 years ago
Stefan Hajnoczi 45a7f54a8b net: EAGAIN handling for net/socket.c TCP 14 years ago
Stefan Hajnoczi 213fd5087e net: EAGAIN handling for net/socket.c UDP 14 years ago
Stefan Hajnoczi 863f678fba net: asynchronous send/receive infrastructure for net/socket.c 14 years ago
Nicholas Bellinger a96ed02fc7 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param 14 years ago
Zhi Yong Wu 011de2b512 net: add the support for -netdev socket, listen 14 years ago
Zhi Yong Wu e34cde35e7 net: fix the coding style 14 years ago
Stefan Hajnoczi 4e68f7a081 net: Rename VLANClientState to NetClientState 14 years ago
Stefan Hajnoczi ab5f3f84c4 net: Drop vlan argument to qemu_new_net_client() 14 years ago
Stefan Hajnoczi d33d93b2c4 net: Use hubs for the vlan feature 14 years ago
Laszlo Ersek 1a0c09583d remove unused QemuOpts parameter from net init functions 14 years ago
Laszlo Ersek bef8e8fe07 convert net_init_socket() to NetClientOptions 14 years ago
Laszlo Ersek 6687b79d63 convert net_client_init() to OptsVisitor 14 years ago
Laszlo Ersek 2be64a68ed hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) 14 years ago
Luiz Capitulino 42dcc547e1 net: purge the monitor object from all init functions 15 years ago
Benjamin MARSILI da8d605733 net: remove extra spaces in help messages 15 years ago
Benjamin 0e0e7facc7 Support for UDP unicast network backend 15 years ago
Peter Maydell a46667ea29 net/socket.c: Fix fd leak in net_socket_listen_init() error paths 15 years ago