summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau
2022-04-21include: add qemu/keyval.hMarc-André Lureau
2022-04-21include: move qemu_fdatasync() to osdepMarc-André Lureau
2022-04-21include: move qemu_msync() to osdepMarc-André Lureau
2022-04-21glib-compat: isolate g_date_time_format_iso8601 version-bypassMarc-André Lureau
2022-04-20util/log: Support per-thread log filesRichard Henderson
2022-04-20util/log: Limit RCUCloseFILE to file closingRichard Henderson
2022-04-20util/log: Rename QemuLogFile to RCUCloseFILERichard Henderson
2022-04-20util/log: Combine two logfile closesRichard Henderson
2022-04-20util/log: Hoist the eval of is_daemonized in qemu_set_log_internalRichard Henderson
2022-04-20util/log: Rename qemu_logfile_mutex to global_mutexRichard Henderson
2022-04-20util/log: Rename qemu_logfile to global_fileRichard Henderson
2022-04-20util/log: Rename logfilename to global_filenameRichard Henderson
2022-04-20util/log: Remove qemu_log_closeRichard Henderson
2022-04-20util/log: Introduce qemu_set_log_filename_flagsRichard Henderson
2022-04-20include/qemu/log: Move entire implementation out-of-lineRichard Henderson
2022-04-20util/log: Drop call to setvbufRichard Henderson
2022-04-20util/log: Remove qemu_log_flushRichard Henderson
2022-04-20util/log: Drop return value from qemu_logRichard Henderson
2022-04-20util/log: Use qemu_log_trylock/unlock in qemu_logRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-20util/log: Move qemu_log_lock, qemu_log_unlock out of lineRichard Henderson
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-04-20util/log: Return bool from qemu_set_log_filenameRichard Henderson
2022-04-20util/log: Drop manual log bufferingRichard Henderson
2022-04-06thread-posix: optimize qemu_sem_timedwait with zero timeoutPaolo Bonzini
2022-04-06thread-posix: implement Semaphore with QemuCond and QemuMutexLongpeng(Mike)
2022-04-06thread-posix: use monotonic clock for QemuCond and QemuSemaphoreLongpeng(Mike)
2022-04-06thread-posix: remove the posix semaphore supportLongpeng(Mike)
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau
2022-04-06include: move progress API to qemu-progress.hMarc-André Lureau
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau
2022-04-06error-report: use error_printf() for program prefixMarc-André Lureau
2022-04-06util: rename qemu-error.c to match its header nameMarc-André Lureau
2022-04-06error-report: replace deprecated g_get_current_time() with glib >= 2.62Marc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-04-06char: move qemu_openpty_raw from util/ to char/Marc-André Lureau
2022-04-06meson: add util dependency for oslib-posix on freebsdMarc-André Lureau
2022-04-06oslib: drop qemu_gettimeofday()Marc-André Lureau
2022-03-22error: use GLib to remember the program nameMarc-André Lureau
2022-03-22util: remove the net/net.h dependencyMarc-André Lureau
2022-03-22util: remove needless includesMarc-André Lureau
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau
2022-03-21Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-03-21Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-18util/osdep: Remove some early cruftAndrew Deason
2022-03-18util/osdep: Avoid madvise proto on modern SolarisAndrew Deason