index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
main-loop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-4
/
+4
*
iothread: Remove unused Error** argument in aio_context_set_aio_params
Philippe Mathieu-Daudé
2024-01-08
1
-4
/
+1
*
util: spelling fixes
Michael Tokarev
2023-08-31
1
-1
/
+1
*
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-05-30
1
-4
/
+3
*
async: Add an optional reentrancy guard to the BH API
Alexander Bulekov
2023-04-28
1
-2
/
+4
*
main-loop: remove qemu_fd_register(), win32/slirp/socket specific
Marc-André Lureau
2023-03-13
1
-11
/
+0
*
win32/socket: introduce qemu_socket_select() helper
Marc-André Lureau
2023-03-13
1
-3
/
+3
*
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2023-02-08
1
-1
/
+0
*
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2023-01-09
1
-3
/
+1
*
util/main-loop: Avoid adding the same HANDLE twice
Bin Meng
2022-11-06
1
-0
/
+10
*
util/main-loop: Fix maximum number of wait objects for win32
Bin Meng
2022-11-06
1
-5
/
+5
*
util/event-loop-base: Introduce options to set the thread pool size
Nicolas Saenz Julienne
2022-05-09
1
-0
/
+9
*
util/main-loop: Introduce the main loop into QOM
Nicolas Saenz Julienne
2022-05-09
1
-0
/
+56
*
Use g_unix_set_fd_nonblocking()
Marc-André Lureau
2022-05-03
1
-1
/
+1
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-1
/
+1
*
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2022-01-12
1
-2
/
+2
*
util/async: add a human-readable name to BHs for debugging
Stefan Hajnoczi
2021-07-05
1
-2
/
+2
*
async: the main AioContext is only "current" if under the BQL
Paolo Bonzini
2021-06-18
1
-0
/
+1
*
main-loop: remove dead code
Paolo Bonzini
2021-05-11
1
-61
/
+0
*
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2021-03-09
1
-1
/
+0
*
cfi: Initial support for cfi-icall in QEMU
Daniele Buono
2021-01-02
1
-0
/
+11
*
icount: rename functions to be consistent with the module name
Claudio Fontana
2020-10-05
1
-1
/
+1
*
cpu-timers, icount: new modules
Claudio Fontana
2020-10-05
1
-4
/
+8
*
stubs: Move qemu_fd_register stub to util/main-loop.c
Thomas Huth
2020-09-07
1
-0
/
+4
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-3
/
+1
*
Do not use %m in common code to print error messages
Thomas Huth
2019-10-22
1
-1
/
+2
*
util: merge main-loop.c and iohandler.c
Paolo Bonzini
2019-07-15
1
-0
/
+110
*
util/main-loop: Fix incorrect assertion
Lidong Chen
2019-06-21
1
-1
/
+1
*
slirp: move sources to src/ subdirectory
Marc-André Lureau
2019-03-07
1
-2
/
+0
*
slirp: replace global polling with per-instance & notifier
Marc-André Lureau
2019-02-07
1
-6
/
+24
*
Fix segmentation fault when qemu_signal_init fails
Fei Li
2019-01-23
1
-4
/
+4
*
main-loop: drop spin_counter
Stefan Hajnoczi
2018-06-01
1
-25
/
+0
*
replay: push replay_mutex_lock up the call tree
Alex Bennée
2018-03-12
1
-4
/
+11
*
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-09-19
1
-3
/
+3
*
main_loop: Make main_loop_wait() return void
Peter Maydell
2017-07-04
1
-7
/
+1
*
main-loop: Acquire main_context lock around os_host_main_loop_wait.
Richard W.M. Jones
2017-04-03
1
-0
/
+11
*
cpus: define QEMUTimerListNotifyCB for QEMU system emulation
Paolo Bonzini
2017-03-14
1
-1
/
+1
*
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
Paolo Bonzini
2017-03-14
1
-0
/
+1
*
cpus: remove ugly cast on sigbus_handler
Paolo Bonzini
2017-03-03
1
-4
/
+1
*
block: move AioContext, QEMUTimer, main-loop to libqemuutil
Paolo Bonzini
2017-02-21
1
-0
/
+526