COMMITS
/ util/log.c April 10, 2023
I
util/log: Add vector registers to log
Ivan Klokov committed
January 19, 2023
B
log: Remove unneeded new line
BALATON Zoltan committed
November 8, 2022
G
util/log: Always send errors to logfile when daemonized
Greg Kurz committed
P
util/log: do not close and reopen log files when flags are turned off
Paolo Bonzini committed
November 4, 2022
G
util/log: Ignore per-thread flag if global file already there
Greg Kurz committed
G
util/log: Make the per-thread flag immutable
Greg Kurz committed
October 21, 2022
G
util/log: Close per-thread log file on thread termination
Greg Kurz committed
April 17, 2022
R
util/log: Support per-thread log files
Richard Henderson committed
R
util/log: Limit RCUCloseFILE to file closing
Richard Henderson committed
R
util/log: Rename QemuLogFile to RCUCloseFILE
Richard Henderson committed
R
util/log: Combine two logfile closes
Richard Henderson committed
R
util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
Richard Henderson committed
R
util/log: Rename qemu_logfile_mutex to global_mutex
Richard Henderson committed
R
util/log: Rename qemu_logfile to global_file
Richard Henderson committed
R
util/log: Rename logfilename to global_filename
Richard Henderson committed
R
util/log: Remove qemu_log_close
Richard Henderson committed
R
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson committed
R
include/qemu/log: Move entire implementation out-of-line
Richard Henderson committed
R
util/log: Drop call to setvbuf
Richard Henderson committed
R
util/log: Remove qemu_log_flush
Richard Henderson committed
R
util/log: Drop return value from qemu_log
Richard Henderson committed
R
util/log: Use qemu_log_trylock/unlock in qemu_log
Richard Henderson committed
R
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson committed
R
util/log: Move qemu_log_lock, qemu_log_unlock out of line
Richard Henderson committed
R
util/log: Pass Error pointer to qemu_set_log
Richard Henderson committed
R
util/log: Return bool from qemu_set_log_filename
Richard Henderson committed
R
util/log: Drop manual log buffering
Richard Henderson committed
October 23, 2020
C
nomaintainer: Fix Lesser GPL version number
Chetan Pant committed
September 23, 2020
S
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi committed
April 4, 2020
D
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky committed
February 4, 2020
J
linux-user: Use `qemu_log' for strace
Josh Kunz committed
January 23, 2020
S
qemu_set_log_filename: filename argument may be NULL
Salvador Fandino committed
November 18, 2019
R
Add use of RCU for qemu_logfile.
Robert Foley committed
R
Add a mutex to guarantee single writer to qemu_logfile handle.
Robert Foley committed
R
Cleaned up flow of code in qemu_set_log(), to simplify and clarify.
Robert Foley committed
R
Fix double free issue in qemu_set_log_filename().
Robert Foley committed
October 11, 2019
A
plugin: add qemu_plugin_outs helper
Alex Bennée committed
May 23, 2019
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
May 15, 2018
P
tcg: Optionally log FPU state in TCG -d cpu logging
Peter Maydell committed
February 21, 2017
M
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster committed
September 6, 2016
D
log: fix parsing of multiple trace:PATTERN log args
Daniel P. Berrange committed
June 24, 2016
R
tcg: Lower indirect registers in a separate pass
Richard Henderson committed
R
tcg: Include liveness info in the dumps
Richard Henderson committed
July 1, 2016
M
log: Permit -dfilter 0..0xffffffffffffffff
Markus Armbruster committed
M
range: Eliminate direct Range member access
Markus Armbruster committed
M
log: Clean up misuse of Range for -dfilter
Markus Armbruster committed
June 15, 2016
M
log: Fix qemu_set_log_filename() error handling
Markus Armbruster committed
M
log: Fix qemu_set_dfilter_ranges() error reporting
Markus Armbruster committed
M
log: Plug memory leak on multiple -dfilter
Markus Armbruster committed
December 4, 2015
P
log: do not use CONFIG_USER_ONLY
Paolo Bonzini committed