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
/
util
/
aio-win32.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iothread: Remove unused Error** argument in aio_context_set_aio_params
Philippe Mathieu-Daudé
2024-01-08
1
-2
/
+1
*
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-05-30
1
-7
/
+1
*
win32: avoid mixing SOCKET and file descriptor space
Marc-André Lureau
2023-03-13
1
-3
/
+6
*
aio/win32: aio_set_fd_handler() only supports SOCKET
Marc-André Lureau
2023-03-13
1
-1
/
+6
*
aio: make aio_set_fd_poll() static to aio-posix.c
Marc-André Lureau
2023-03-13
1
-7
/
+0
*
win32/socket: introduce qemu_socket_select() helper
Marc-André Lureau
2023-03-13
1
-1
/
+1
*
util/aio-win32: Correct the event array size in aio_poll()
Bin Meng
2022-11-06
1
-2
/
+3
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2022-01-12
1
-1
/
+3
*
iothread: add aio-max-batch parameter
Stefano Garzarella
2021-07-21
1
-0
/
+5
*
qmp: fix aio_poll() assertion failure on Windows
Volker Rümelin
2020-11-03
1
-1
/
+7
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-2
/
+3
*
tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c
Yonggang Luo
2020-09-16
1
-2
/
+10
*
aio-posix: disable fdmon-io_uring when GSource is used
Stefan Hajnoczi
2020-05-18
1
-0
/
+4
*
async: use explicit memory barriers
Paolo Bonzini
2020-04-09
1
-3
/
+14
*
aio-posix: Fix concurrent aio_poll/set_fd_handler.
Remy Noel
2019-01-14
1
-38
/
+29
*
aio: Do aio_notify_accept only during blocking aio_poll
Fam Zheng
2018-08-15
1
-1
/
+2
*
iothread: fix epollfd leak in the process of delIOThread
Jie Wang
2018-05-18
1
-0
/
+4
*
iothread: fix breakage on windows
Peter Xu
2018-03-26
1
-1
/
+3
*
util/aio-win32: Only select on what we are actually waiting for
Alistair Francis
2017-07-17
1
-3
/
+10
*
async: remove unnecessary inc/dec pairs
Paolo Bonzini
2017-02-21
1
-4
/
+4
*
aio-posix: partially inline aio_dispatch into aio_poll
Paolo Bonzini
2017-02-21
1
-9
/
+4
*
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
2017-02-21
1
-6
/
+0
*
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
2017-02-21
1
-2
/
+0
*
aio: push aio_context_acquire/release down to dispatching
Paolo Bonzini
2017-02-21
1
-8
/
+7
*
block: move AioContext, QEMUTimer, main-loop to libqemuutil
Paolo Bonzini
2017-02-21
1
-0
/
+421