index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
softmmu: remove deprecated --enable-fips option
Daniel P. Berrangé
2022-04-26
1
-28
/
+0
*
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
2022-04-21
2
-8
/
+4
*
util: use qemu_create() in qemu_write_pidfile()
Marc-André Lureau
2022-04-21
1
-2
/
+1
*
util: use qemu_write_full() in qemu_write_pidfile()
Marc-André Lureau
2022-04-21
1
-1
/
+1
*
util: simplify write in signal handler
Marc-André Lureau
2022-04-21
1
-16
/
+2
*
qga: move qga_get_host_name()
Marc-André Lureau
2022-04-21
2
-48
/
+0
*
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
2022-04-21
1
-11
/
+0
*
include: add qemu/keyval.h
Marc-André Lureau
2022-04-21
1
-1
/
+1
*
include: move qemu_fdatasync() to osdep
Marc-André Lureau
2022-04-21
2
-16
/
+16
*
include: move qemu_msync() to osdep
Marc-André Lureau
2022-04-21
3
-38
/
+28
*
glib-compat: isolate g_date_time_format_iso8601 version-bypass
Marc-André Lureau
2022-04-21
1
-1
/
+5
*
util/log: Support per-thread log files
Richard Henderson
2022-04-20
1
-36
/
+127
*
util/log: Limit RCUCloseFILE to file closing
Richard Henderson
2022-04-20
1
-36
/
+32
*
util/log: Rename QemuLogFile to RCUCloseFILE
Richard Henderson
2022-04-20
1
-15
/
+13
*
util/log: Combine two logfile closes
Richard Henderson
2022-04-20
1
-8
/
+3
*
util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
Richard Henderson
2022-04-20
1
-3
/
+5
*
util/log: Rename qemu_logfile_mutex to global_mutex
Richard Henderson
2022-04-20
1
-4
/
+6
*
util/log: Rename qemu_logfile to global_file
Richard Henderson
2022-04-20
1
-8
/
+8
*
util/log: Rename logfilename to global_filename
Richard Henderson
2022-04-20
1
-7
/
+6
*
util/log: Remove qemu_log_close
Richard Henderson
2022-04-20
1
-16
/
+1
*
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson
2022-04-20
1
-46
/
+76
*
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
2022-04-20
1
-1
/
+29
*
util/log: Drop call to setvbuf
Richard Henderson
2022-04-20
1
-6
/
+0
*
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
1
-13
/
+1
*
util/log: Drop return value from qemu_log
Richard Henderson
2022-04-20
1
-11
/
+2
*
util/log: Use qemu_log_trylock/unlock in qemu_log
Richard Henderson
2022-04-20
1
-6
/
+5
*
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-2
/
+4
*
util/log: Move qemu_log_lock, qemu_log_unlock out of line
Richard Henderson
2022-04-20
1
-0
/
+23
*
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
2022-04-20
1
-6
/
+6
*
util/log: Return bool from qemu_set_log_filename
Richard Henderson
2022-04-20
1
-2
/
+3
*
util/log: Drop manual log buffering
Richard Henderson
2022-04-20
1
-17
/
+4
*
thread-posix: optimize qemu_sem_timedwait with zero timeout
Paolo Bonzini
2022-04-06
1
-2
/
+6
*
thread-posix: implement Semaphore with QemuCond and QemuMutex
Longpeng(Mike)
2022-04-06
1
-73
/
+32
*
thread-posix: use monotonic clock for QemuCond and QemuSemaphore
Longpeng(Mike)
2022-04-06
1
-7
/
+46
*
thread-posix: remove the posix semaphore support
Longpeng(Mike)
2022-04-06
1
-54
/
+0
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
13
-13
/
+0
*
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2022-04-06
2
-17
/
+15
*
include: move progress API to qemu-progress.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
error-report: use error_printf() for program prefix
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
util: rename qemu-error.c to match its header name
Marc-André Lureau
2022-04-06
2
-1
/
+1
*
error-report: replace deprecated g_get_current_time() with glib >= 2.62
Marc-André Lureau
2022-04-06
1
-3
/
+14
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
8
-40
/
+21
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
2
-2
/
+2
*
char: move qemu_openpty_raw from util/ to char/
Marc-André Lureau
2022-04-06
2
-140
/
+0
*
meson: add util dependency for oslib-posix on freebsd
Marc-André Lureau
2022-04-06
1
-1
/
+5
*
oslib: drop qemu_gettimeofday()
Marc-André Lureau
2022-04-06
1
-20
/
+0
*
error: use GLib to remember the program name
Marc-André Lureau
2022-03-22
1
-19
/
+5
*
util: remove the net/net.h dependency
Marc-André Lureau
2022-03-22
1
-14
/
+0
*
util: remove needless includes
Marc-André Lureau
2022-03-22
1
-2
/
+0
[prev]
[next]