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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-06
replay: notify vCPU when BH is scheduled
Pavel Dovgalyuk
1
-0
/
+8
2022-05-28
util/win32: simplify qemu_get_local_state_dir()
Marc-André Lureau
1
-13
/
+4
2022-05-28
include: move qemu_*_exec_dir() to cutils
Marc-André Lureau
3
-120
/
+119
2022-05-25
thread-pool: remove stopping variable
Paolo Bonzini
1
-3
/
+2
2022-05-25
thread-pool: replace semaphore with condition variable
Paolo Bonzini
1
-40
/
+28
2022-05-25
thread-pool: optimize scheduling of completion bottom half
Paolo Bonzini
1
-2
/
+1
2022-05-12
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-28
/
+19
2022-05-12
coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all
Paolo Bonzini
1
-15
/
+6
2022-05-12
coroutine-lock: introduce qemu_co_queue_enter_all
Paolo Bonzini
1
-0
/
+7
2022-05-12
coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_next
Paolo Bonzini
1
-14
/
+7
2022-05-12
coroutine: Revert to constant batch size
Kevin Wolf
1
-8
/
+14
2022-05-12
coroutine: Rename qemu_coroutine_inc/dec_pool_size()
Kevin Wolf
1
-2
/
+2
2022-05-09
util/event-loop-base: Introduce options to set the thread pool size
Nicolas Saenz Julienne
4
-4
/
+81
2022-05-09
util/main-loop: Introduce the main loop into QOM
Nicolas Saenz Julienne
1
-0
/
+56
2022-05-04
coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS()
Stefan Hajnoczi
1
-5
/
+13
2022-05-04
coroutine: use QEMU_DEFINE_STATIC_CO_TLS()
Stefan Hajnoczi
1
-17
/
+24
2022-05-04
coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()
Stefan Hajnoczi
1
-14
/
+24
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
3
-10
/
+10
2022-05-03
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau
1
-14
/
+2
2022-05-03
util: replace pipe()+cloexec with g_unix_open_pipe()
Marc-André Lureau
1
-4
/
+1
2022-05-03
Replace qemu_pipe() with g_unix_open_pipe()
Marc-André Lureau
2
-23
/
+1
2022-05-03
block: move fcntl_setfl()
Marc-André Lureau
1
-15
/
+0
2022-05-03
Use g_unix_set_fd_nonblocking()
Marc-André Lureau
2
-5
/
+3
2022-05-03
Use QEMU_SANITIZE_ADDRESS
Marc-André Lureau
1
-1
/
+1
2022-04-28
meson, configure: move libgio test to meson
Paolo Bonzini
1
-1
/
+1
2022-04-28
remove -writeconfig
Paolo Bonzini
1
-42
/
+0
2022-04-28
error-report: fix g_date_time_format assertion
Haiyue Wang
1
-1
/
+1
2022-04-26
softmmu: remove deprecated --enable-fips option
Daniel P. Berrangé
1
-28
/
+0
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
2
-8
/
+4
2022-04-21
util: use qemu_create() in qemu_write_pidfile()
Marc-André Lureau
1
-2
/
+1
2022-04-21
util: use qemu_write_full() in qemu_write_pidfile()
Marc-André Lureau
1
-1
/
+1
2022-04-21
util: simplify write in signal handler
Marc-André Lureau
1
-16
/
+2
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
2
-48
/
+0
2022-04-21
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
1
-11
/
+0
2022-04-21
include: add qemu/keyval.h
Marc-André Lureau
1
-1
/
+1
2022-04-21
include: move qemu_fdatasync() to osdep
Marc-André Lureau
2
-16
/
+16
2022-04-21
include: move qemu_msync() to osdep
Marc-André Lureau
3
-38
/
+28
2022-04-21
glib-compat: isolate g_date_time_format_iso8601 version-bypass
Marc-André Lureau
1
-1
/
+5
2022-04-20
util/log: Support per-thread log files
Richard Henderson
1
-36
/
+127
2022-04-20
util/log: Limit RCUCloseFILE to file closing
Richard Henderson
1
-36
/
+32
2022-04-20
util/log: Rename QemuLogFile to RCUCloseFILE
Richard Henderson
1
-15
/
+13
2022-04-20
util/log: Combine two logfile closes
Richard Henderson
1
-8
/
+3
2022-04-20
util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
Richard Henderson
1
-3
/
+5
2022-04-20
util/log: Rename qemu_logfile_mutex to global_mutex
Richard Henderson
1
-4
/
+6
2022-04-20
util/log: Rename qemu_logfile to global_file
Richard Henderson
1
-8
/
+8
2022-04-20
util/log: Rename logfilename to global_filename
Richard Henderson
1
-7
/
+6
2022-04-20
util/log: Remove qemu_log_close
Richard Henderson
1
-16
/
+1
2022-04-20
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson
1
-46
/
+76
2022-04-20
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
1
-1
/
+29
2022-04-20
util/log: Drop call to setvbuf
Richard Henderson
1
-6
/
+0
[next]