index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
2022-04-26
softmmu: remove deprecated --enable-fips option
Daniel P. Berrangé
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
2022-04-21
util: use qemu_create() in qemu_write_pidfile()
Marc-André Lureau
2022-04-21
util: use qemu_write_full() in qemu_write_pidfile()
Marc-André Lureau
2022-04-21
util: simplify write in signal handler
Marc-André Lureau
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
2022-04-21
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
2022-04-21
include: add qemu/keyval.h
Marc-André Lureau
2022-04-21
include: move qemu_fdatasync() to osdep
Marc-André Lureau
2022-04-21
include: move qemu_msync() to osdep
Marc-André Lureau
2022-04-21
glib-compat: isolate g_date_time_format_iso8601 version-bypass
Marc-André Lureau
2022-04-20
util/log: Support per-thread log files
Richard Henderson
2022-04-20
util/log: Limit RCUCloseFILE to file closing
Richard Henderson
2022-04-20
util/log: Rename QemuLogFile to RCUCloseFILE
Richard Henderson
2022-04-20
util/log: Combine two logfile closes
Richard Henderson
2022-04-20
util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
Richard Henderson
2022-04-20
util/log: Rename qemu_logfile_mutex to global_mutex
Richard Henderson
2022-04-20
util/log: Rename qemu_logfile to global_file
Richard Henderson
2022-04-20
util/log: Rename logfilename to global_filename
Richard Henderson
2022-04-20
util/log: Remove qemu_log_close
Richard Henderson
2022-04-20
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson
2022-04-20
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
2022-04-20
util/log: Drop call to setvbuf
Richard Henderson
2022-04-20
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
util/log: Drop return value from qemu_log
Richard Henderson
2022-04-20
util/log: Use qemu_log_trylock/unlock in qemu_log
Richard Henderson
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
util/log: Move qemu_log_lock, qemu_log_unlock out of line
Richard Henderson
2022-04-20
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
2022-04-20
util/log: Return bool from qemu_set_log_filename
Richard Henderson
2022-04-20
util/log: Drop manual log buffering
Richard Henderson
2022-04-06
thread-posix: optimize qemu_sem_timedwait with zero timeout
Paolo Bonzini
2022-04-06
thread-posix: implement Semaphore with QemuCond and QemuMutex
Longpeng(Mike)
2022-04-06
thread-posix: use monotonic clock for QemuCond and QemuSemaphore
Longpeng(Mike)
2022-04-06
thread-posix: remove the posix semaphore support
Longpeng(Mike)
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2022-04-06
include: move progress API to qemu-progress.h
Marc-André Lureau
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2022-04-06
error-report: use error_printf() for program prefix
Marc-André Lureau
2022-04-06
util: rename qemu-error.c to match its header name
Marc-André Lureau
2022-04-06
error-report: replace deprecated g_get_current_time() with glib >= 2.62
Marc-André Lureau
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
char: move qemu_openpty_raw from util/ to char/
Marc-André Lureau
2022-04-06
meson: add util dependency for oslib-posix on freebsd
Marc-André Lureau
2022-04-06
oslib: drop qemu_gettimeofday()
Marc-André Lureau
2022-03-22
error: use GLib to remember the program name
Marc-André Lureau
2022-03-22
util: remove the net/net.h dependency
Marc-André Lureau
2022-03-22
util: remove needless includes
Marc-André Lureau
[next]