- f05142d util/log: re-allow switching away from stderr log file by Fiona Ebner · 1 year, 4 months ago
- b84694d util/log: Add vector registers to log by Ivan Klokov · 1 year, 10 months ago
- cb9291e log: Remove unneeded new line by BALATON Zoltan · 2 years, 1 month ago
- 9b063b7 util/log: Always send errors to logfile when daemonized by Greg Kurz · 2 years, 3 months ago
- 59bde21 util/log: do not close and reopen log files when flags are turned off by Paolo Bonzini · 2 years, 3 months ago
- 524fc73 util/log: Ignore per-thread flag if global file already there by Greg Kurz · 2 years, 3 months ago
- 479b350 util/log: Make the per-thread flag immutable by Greg Kurz · 2 years, 3 months ago
- eff3de5 util/log: Close per-thread log file on thread termination by Greg Kurz · 2 years, 4 months ago
- 4e51069 util/log: Support per-thread log files by Richard Henderson · 2 years, 10 months ago
- 30f5a73 util/log: Limit RCUCloseFILE to file closing by Richard Henderson · 2 years, 10 months ago
- d5f55ff util/log: Rename QemuLogFile to RCUCloseFILE by Richard Henderson · 2 years, 10 months ago
- 92b24cb util/log: Combine two logfile closes by Richard Henderson · 2 years, 10 months ago
- beab344 util/log: Hoist the eval of is_daemonized in qemu_set_log_internal by Richard Henderson · 2 years, 10 months ago
- 702979f util/log: Rename qemu_logfile_mutex to global_mutex by Richard Henderson · 2 years, 10 months ago
- 8ae58d6 util/log: Rename qemu_logfile to global_file by Richard Henderson · 2 years, 10 months ago
- 4226646 util/log: Rename logfilename to global_filename by Richard Henderson · 2 years, 10 months ago
- ec0d184 util/log: Remove qemu_log_close by Richard Henderson · 2 years, 10 months ago
- 144539d util/log: Introduce qemu_set_log_filename_flags by Richard Henderson · 2 years, 10 months ago
- 7fc493f include/qemu/log: Move entire implementation out-of-line by Richard Henderson · 2 years, 10 months ago
- fb6efec util/log: Drop call to setvbuf by Richard Henderson · 2 years, 10 months ago
- 90f3736 util/log: Remove qemu_log_flush by Richard Henderson · 2 years, 10 months ago
- 3c06a41 util/log: Drop return value from qemu_log by Richard Henderson · 2 years, 10 months ago
- 095e985 util/log: Use qemu_log_trylock/unlock in qemu_log by Richard Henderson · 2 years, 10 months ago
- c60f599 util/log: Rename qemu_log_lock to qemu_log_trylock by Richard Henderson · 2 years, 10 months ago
- c59fe6e util/log: Move qemu_log_lock, qemu_log_unlock out of line by Richard Henderson · 2 years, 10 months ago
- c5955f4 util/log: Pass Error pointer to qemu_set_log by Richard Henderson · 2 years, 10 months ago
- e2c7c6a util/log: Return bool from qemu_set_log_filename by Richard Henderson · 2 years, 10 months ago
- 54ee5b3 util/log: Drop manual log buffering by Richard Henderson · 2 years, 10 months ago
- 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
- 6e8a355 lockable: replaced locks with lock guard macros where appropriate by Daniel Brodsky · 4 years, 11 months ago
- 4b25a50 linux-user: Use `qemu_log' for strace by Josh Kunz · 5 years ago
- e144a60 qemu_set_log_filename: filename argument may be NULL by Salvador Fandino · 5 years ago
- 7606488 Add use of RCU for qemu_logfile. by Robert Foley · 5 years ago
- b8121fe Add a mutex to guarantee single writer to qemu_logfile handle. by Robert Foley · 5 years ago
- 045e886 Cleaned up flow of code in qemu_set_log(), to simplify and clarify. by Robert Foley · 5 years ago
- 0f516ca Fix double free issue in qemu_set_log_filename(). by Robert Foley · 5 years ago
- ca76a66 plugin: add qemu_plugin_outs helper by Alex Bennée · 5 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- ae76518 tcg: Optionally log FPU state in TCG -d cpu logging by Peter Maydell · 7 years ago
- b30d188 util/cutils: Rename qemu_strtoll(), qemu_strtoull() by Markus Armbruster · 8 years ago
- 89d0a64 log: fix parsing of multiple trace:PATTERN log args by Daniel P. Berrange · 8 years ago
- 5a18407 tcg: Lower indirect registers in a separate pass by Richard Henderson · 9 years ago
- bdfb460 tcg: Include liveness info in the dumps by Richard Henderson · 9 years ago
- 58eeb83 log: Permit -dfilter 0..0xffffffffffffffff by Markus Armbruster · 9 years ago
- a0efbf1 range: Eliminate direct Range member access by Markus Armbruster · 9 years ago
- 58e19e6 log: Clean up misuse of Range for -dfilter by Markus Armbruster · 9 years ago
- daa76aa log: Fix qemu_set_log_filename() error handling by Markus Armbruster · 9 years ago
- bd6fee9 log: Fix qemu_set_dfilter_ranges() error reporting by Markus Armbruster · 9 years ago
- 2ec62fa log: Plug memory leak on multiple -dfilter by Markus Armbruster · 9 years ago
- f2937a3 log: do not use CONFIG_USER_ONLY by Paolo Bonzini · 9 years ago
- 99affd1 log: move qemu_log_close/qemu_log_flush from header to log.c by Denis V. Lunev · 9 years ago
- f6880b7 qemu-log: support simple pid substitution for logs by Alex Bennée · 9 years ago
- 3514552 qemu-log: new option -dfilter to limit output by Alex Bennée · 9 years ago
- 7ee6062 qemu-log: Avoid function call for disabled qemu_log_mask logging by Peter Maydell · 9 years ago
- 5419573 qemu-log: correct help text for -d cpu by Alex Bennée · 9 years ago
- c586eac log: do not log if QEMU is daemonized but without -D by Paolo Bonzini · 9 years ago
- 96c33a4 log: Redirect stderr to logfile if deamonized by Dimitris Aragiorgis · 9 years ago
- d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
- c84ea00 log: add "-d trace:PATTERN" by Paolo Bonzini · 9 years ago
- ed7f5f1 trace: convert stderr backend to log by Paolo Bonzini · 9 years ago
- d890d50 log: move qemu-log.c into util/ directory by Denis V. Lunev · 9 years ago[Renamed from qemu-log.c]
- 1382902 user: introduce "-d page" by Paolo Bonzini · 9 years ago
- ddcc8e9 qemu-log: remove -d ioport by Paolo Bonzini · 9 years ago
- 89a82cd cpu-exec: Add "nochain" debug flag by Richard Henderson · 9 years ago
- dbfe1b6 qemu-log: Correct help text of 'log cpu_reset' by Thomas Huth · 10 years ago
- 339aaf5 qemu-log: add log category for MMU info by Antony Pavlov · 10 years ago
- 989b697 qemu-log: default to stderr for logging output by Peter Maydell · 12 years ago
- 38dad9e qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items by Peter Maydell · 12 years ago
- 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
- 4fde1eb qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask by Peter Maydell · 12 years ago
- 59a6fa6 qemu-log: Abstract out "print usage message about valid log categories" by Peter Maydell · 12 years ago
- 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
- 40a50b0 qemu-log: Plug trivial memory leak in cpu_set_log_filename() by Markus Armbruster · 12 years ago
- 636e0f2 qemu-log: Fix unchecked strdup() by converting to g_strdup() by Markus Armbruster · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- e54eba1 qemu-log: Add new log category for guest bugs by Peter Maydell · 12 years ago
- 3437e54 qemu-log: fix x86 and user logging by Blue Swirl · 13 years ago
- dafdf1a qemu-log: add log category for unimplemented functionality by Blue Swirl · 13 years ago
- eeacee4 qemu-log: cleanup by Blue Swirl · 13 years ago
- 5726c27 qemu-log: move logging to qemu-log.c by Blue Swirl · 13 years ago