Age | Commit message (Expand) | Author |
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 |
2022-03-22 | Drop qemu_foo() socket API wrapper | Marc-André Lureau |
2022-03-21 | Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into staging | Peter Maydell |
2022-03-21 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Peter Maydell |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-18 | util/osdep: Remove some early cruft | Andrew Deason |
2022-03-18 | util/osdep: Avoid madvise proto on modern Solaris | Andrew Deason |
2022-03-17 | aio-posix: fix spurious ->poll_ready() callbacks in main loop | Stefan Hajnoczi |