index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "meson: Propagate gnutls dependency"
Akihiko Odaki
2024-07-03
1
-1
/
+1
*
io: Stop using qemu_open_old in channel-file
Fabiano Rosas
2024-06-21
1
-3
/
+5
*
qio: Inherit follow_coroutine_ctx across TLS
Eric Blake
2024-05-29
2
-11
/
+16
*
io: Introduce qio_channel_file_new_dupfd
Fabiano Rosas
2024-03-12
1
-0
/
+12
*
migration/multifd: Don't fsync when closing QIOChannelFile
Fabiano Rosas
2024-03-11
1
-5
/
+0
*
io: fsync before closing a file channel
Fabiano Rosas
2024-03-01
1
-0
/
+5
*
io: implement io_pwritev/preadv for QIOChannelFile
Nikolay Borisov
2024-03-01
1
-0
/
+56
*
io: Add generic pwritev/preadv interface
Nikolay Borisov
2024-03-01
1
-0
/
+58
*
io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file
Nikolay Borisov
2024-03-01
1
-0
/
+8
*
io: add trace event when cancelling TLS handshake
Daniel P. Berrangé
2024-02-09
2
-0
/
+2
*
io: Stop appending -listen to net listeners
Fabiano Rosas
2023-11-07
1
-3
/
+1
*
io/channel-socket: qio_channel_socket_flush(): improve msg validation
Vladimir Sementsov-Ogievskiy
2023-11-06
1
-0
/
+5
*
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
2023-09-07
7
-41
/
+134
*
io: check there are no qio_channel_yield() coroutines during ->finalize()
Stefan Hajnoczi
2023-09-07
1
-0
/
+4
*
io: remove io watch if TLS channel is closed during handshake
Daniel P. Berrangé
2023-08-01
1
-6
/
+12
*
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-05-30
3
-8
/
+4
*
nbd/server: Fix drained_poll to wake coroutine in right AioContext
Kevin Wolf
2023-05-19
1
-6
/
+27
*
io: mark mixed functions that can suspend
Paolo Bonzini
2023-04-20
1
-39
/
+39
*
io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server side
Peter Xu
2023-04-12
1
-0
/
+3
*
io/channel-tls: plug memory leakage on GSource
Matheus Tavares Bernardino
2023-03-14
1
-0
/
+1
*
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2023-03-13
1
-5
/
+5
*
win32: avoid mixing SOCKET and file descriptor space
Marc-André Lureau
2023-03-13
1
-3
/
+3
*
win32/socket: introduce qemu_socket_unselect() helper
Marc-André Lureau
2023-03-13
1
-2
/
+2
*
win32/socket: introduce qemu_socket_select() helper
Marc-André Lureau
2023-03-13
2
-5
/
+5
*
io: use closesocket()
Marc-André Lureau
2023-03-13
1
-3
/
+3
*
io/channel-tls: fix handling of bigger read buffers
Antoine Damhet
2023-02-15
1
-1
/
+65
*
io: Add support for MSG_PEEK for socket channel
manish.mishra
2023-02-06
8
-5
/
+36
*
io/channel-watch: Fix socket watch on Windows
Bin Meng
2022-10-26
1
-4
/
+0
*
io/channel-watch: Drop the unnecessary cast
Bin Meng
2022-10-26
1
-3
/
+3
*
io/channel-watch: Drop a superfluous '#ifdef WIN32'
Bin Meng
2022-10-26
1
-2
/
+0
*
io/command: implement support for win32
Marc-André Lureau
2022-10-12
1
-21
/
+59
*
io/command: use glib GSpawn, instead of open-coding fork/exec
Marc-André Lureau
2022-10-12
1
-87
/
+18
*
io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1
Philippe Mathieu-Daudé
2022-09-22
1
-1
/
+1
*
QIOChannelSocket: Add support for MSG_ZEROCOPY + IPV6
Leonardo Bras
2022-08-05
1
-2
/
+2
*
QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sent
Leonardo Bras
2022-07-20
1
-1
/
+7
*
io: add a QIOChannelNull equivalent to /dev/null
Daniel P. Berrangé
2022-06-22
3
-0
/
+241
*
QIOChannelSocket: Fix zero-copy send so socket flush works
Leonardo Bras
2022-06-22
1
-0
/
+5
*
QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
Leonardo Bras
2022-06-22
1
-5
/
+9
*
QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
Leonardo Bras
2022-05-16
1
-4
/
+112
*
QIOChannel: Add flags on io_writev and introduce io_flush callback
Leonardo Bras
2022-05-16
7
-10
/
+46
*
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-05-03
1
-3
/
+3
*
io: replace qemu_set{_non}block()
Marc-André Lureau
2022-05-03
2
-11
/
+18
*
io: make qio_channel_command_new_pid() static
Marc-André Lureau
2022-05-03
1
-4
/
+22
*
io: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2022-05-03
1
-2
/
+2
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
Drop qemu_foo() socket API wrapper
Marc-André Lureau
2022-03-22
1
-3
/
+3
*
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2022-01-12
3
-4
/
+8
*
build-sys: add HAVE_IPPROTO_MPTCP
Marc-André Lureau
2021-09-30
1
-1
/
+1
*
io: use GDateTime for formatting timestamp for websock headers
Daniel P. Berrangé
2021-07-14
1
-8
/
+2
[next]