mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Merge remote-tracking branch 'luiz/queue/qmp' into staging
# By Stefan Hajnoczi # Via Luiz Capitulino * luiz/queue/qmp: chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors qemu-socket: set passed fd non-blocking in socket_connect() net: ensure "socket" backend uses non-blocking fds oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
This commit is contained in:
commit
162cbbd173
14 changed files with 37 additions and 28 deletions
|
@ -37,8 +37,8 @@ int qemu_socket(int domain, int type, int protocol);
|
|||
int qemu_accept(int s, struct sockaddr *addr, socklen_t *addrlen);
|
||||
int socket_set_cork(int fd, int v);
|
||||
int socket_set_nodelay(int fd);
|
||||
void socket_set_block(int fd);
|
||||
void socket_set_nonblock(int fd);
|
||||
void qemu_set_block(int fd);
|
||||
void qemu_set_nonblock(int fd);
|
||||
int send_all(int fd, const void *buf, int len1);
|
||||
int recv_all(int fd, void *buf, int len1, bool single_read);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue