index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-22
io: add a QIOChannelNull equivalent to /dev/null
Daniel P. Berrangé
3
-0
/
+241
2022-06-22
QIOChannelSocket: Fix zero-copy send so socket flush works
Leonardo Bras
1
-0
/
+5
2022-06-22
QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
Leonardo Bras
1
-5
/
+9
2022-05-16
QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
Leonardo Bras
1
-4
/
+112
2022-05-16
QIOChannel: Add flags on io_writev and introduce io_flush callback
Leonardo Bras
7
-10
/
+46
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
1
-3
/
+3
2022-05-03
io: replace qemu_set{_non}block()
Marc-André Lureau
2
-11
/
+18
2022-05-03
io: make qio_channel_command_new_pid() static
Marc-André Lureau
1
-4
/
+22
2022-05-03
io: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
1
-2
/
+2
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
1
-3
/
+3
2022-01-12
aio-posix: split poll check from ready handler
Stefan Hajnoczi
3
-4
/
+8
2021-09-30
build-sys: add HAVE_IPPROTO_MPTCP
Marc-André Lureau
1
-1
/
+1
2021-07-14
io: use GDateTime for formatting timestamp for websock headers
Daniel P. Berrangé
1
-8
/
+2
2021-06-08
sockets: Support multipath TCP
Dr. David Alan Gilbert
1
-0
/
+4
2021-06-08
io/net-listener: Call the notifier during finalize
Dr. David Alan Gilbert
1
-0
/
+3
2021-06-08
channel-socket: Only set CLOEXEC if we have space for fds
Dr. David Alan Gilbert
1
-4
/
+4
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-02-12
io: error_prepend() in qio_channel_readv_full_all() causes segfault
Jagannathan Raman
1
-2
/
+1
2021-02-10
io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
Elena Ufimtseva
1
-20
/
+81
2021-02-10
io: add qio_channel_writev_full_all helper
Elena Ufimtseva
1
-1
/
+14
2021-01-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...
Peter Maydell
1
-2
/
+4
2021-01-13
io/channel-tls.c: make qio_channel_tls_shutdown thread-safe
Lukas Straub
1
-2
/
+4
2021-01-12
meson: Propagate gnutls dependency
Roman Bolshakov
1
-1
/
+1
2020-10-29
io: Don't use '#' flag of printf format
AlexChen
1
-1
/
+1
2020-10-29
io: Fix Lesser GPL version number
Chetan Pant
11
-11
/
+11
2020-10-12
io: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
1
-10
/
+0
2020-09-18
qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
Eduardo Habkost
2
-2
/
+0
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-1
/
+1
2020-08-21
meson: convert io directory to Meson
Marc-André Lureau
2
-12
/
+25
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-06-10
io/task: Move 'qom/object.h' header to source
Philippe Mathieu-Daudé
1
-0
/
+1
2020-04-29
io: Fix qio_channel_socket_close() error handling
Markus Armbruster
1
-2
/
+3
2020-02-07
io/channel-websock: treat 'binary' and no sub-protocol as the same
Yu-Chen Lin
1
-12
/
+24
2019-09-03
socket: Add num connections to qio_net_listener_open_sync()
Juan Quintela
1
-1
/
+2
2019-09-03
socket: Add num connections to qio_channel_socket_async()
Juan Quintela
2
-8
/
+24
2019-09-03
socket: Add num connections to qio_channel_socket_sync()
Juan Quintela
3
-5
/
+6
2019-09-03
socket: Add backlog parameter to socket_listen
Juan Quintela
1
-1
/
+1
2019-08-21
main-loop: Fix GSource leak in qio_task_thread_worker()
Alberto Garcia
1
-0
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
9
-0
/
+9
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-6
/
+6
2019-03-20
io: fix handling of EOF / error conditions in websock GSource
Daniel P. Berrangé
1
-1
/
+7
2019-02-25
io: Remove redundant read/write_coroutine assignments
Kevin Wolf
1
-6
/
+6
2019-02-25
io: Make qio_channel_yield() interruptible
Kevin Wolf
1
-0
/
+10
2019-02-12
io: add qio_task_wait_thread to join with a background thread
Daniel P. Berrangé
2
-4
/
+39
2019-02-12
io: store reference to thread information in the QIOTask struct
Daniel P. Berrangé
1
-30
/
+34
2019-01-24
io: ensure UNIX client doesn't unlink server socket
Daniel P. Berrangé
1
-15
/
+4
2018-11-19
io: return 0 for EOF in TLS session read after shutdown
Daniel P. Berrangé
1
-0
/
+5
[next]