index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/log: Support per-thread log files
Richard Henderson
2022-04-20
1
-36
/
+127
*
util/log: Limit RCUCloseFILE to file closing
Richard Henderson
2022-04-20
1
-36
/
+32
*
util/log: Rename QemuLogFile to RCUCloseFILE
Richard Henderson
2022-04-20
1
-15
/
+13
*
util/log: Combine two logfile closes
Richard Henderson
2022-04-20
1
-8
/
+3
*
util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
Richard Henderson
2022-04-20
1
-3
/
+5
*
util/log: Rename qemu_logfile_mutex to global_mutex
Richard Henderson
2022-04-20
1
-4
/
+6
*
util/log: Rename qemu_logfile to global_file
Richard Henderson
2022-04-20
1
-8
/
+8
*
util/log: Rename logfilename to global_filename
Richard Henderson
2022-04-20
1
-7
/
+6
*
util/log: Remove qemu_log_close
Richard Henderson
2022-04-20
1
-16
/
+1
*
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson
2022-04-20
1
-46
/
+76
*
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
2022-04-20
1
-1
/
+29
*
util/log: Drop call to setvbuf
Richard Henderson
2022-04-20
1
-6
/
+0
*
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
1
-13
/
+1
*
util/log: Drop return value from qemu_log
Richard Henderson
2022-04-20
1
-11
/
+2
*
util/log: Use qemu_log_trylock/unlock in qemu_log
Richard Henderson
2022-04-20
1
-6
/
+5
*
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-2
/
+4
*
util/log: Move qemu_log_lock, qemu_log_unlock out of line
Richard Henderson
2022-04-20
1
-0
/
+23
*
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
2022-04-20
1
-6
/
+6
*
util/log: Return bool from qemu_set_log_filename
Richard Henderson
2022-04-20
1
-2
/
+3
*
util/log: Drop manual log buffering
Richard Henderson
2022-04-20
1
-17
/
+4
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-5
/
+5
*
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
2020-05-04
1
-2
/
+2
*
linux-user: Use `qemu_log' for strace
Josh Kunz
2020-02-19
1
-0
/
+2
*
qemu_set_log_filename: filename argument may be NULL
Salvador Fandino
2020-01-30
1
-12
/
+16
*
Add use of RCU for qemu_logfile.
Robert Foley
2019-12-18
1
-21
/
+51
*
Add a mutex to guarantee single writer to qemu_logfile handle.
Robert Foley
2019-12-18
1
-0
/
+12
*
Cleaned up flow of code in qemu_set_log(), to simplify and clarify.
Robert Foley
2019-12-18
1
-6
/
+15
*
Fix double free issue in qemu_set_log_filename().
Robert Foley
2019-12-18
1
-0
/
+1
*
plugin: add qemu_plugin_outs helper
Alex Bennée
2019-10-28
1
-0
/
+3
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
tcg: Optionally log FPU state in TCG -d cpu logging
Peter Maydell
2018-05-15
1
-0
/
+2
*
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
2017-02-23
1
-2
/
+2
*
log: fix parsing of multiple trace:PATTERN log args
Daniel P. Berrange
2016-09-14
1
-26
/
+15
*
tcg: Lower indirect registers in a separate pass
Richard Henderson
2016-08-05
1
-2
/
+3
*
tcg: Include liveness info in the dumps
Richard Henderson
2016-08-05
1
-6
/
+13
*
log: Permit -dfilter 0..0xffffffffffffffff
Markus Armbruster
2016-07-04
1
-1
/
+1
*
range: Eliminate direct Range member access
Markus Armbruster
2016-07-04
1
-3
/
+2
*
log: Clean up misuse of Range for -dfilter
Markus Armbruster
2016-07-04
1
-13
/
+15
*
log: Fix qemu_set_log_filename() error handling
Markus Armbruster
2016-06-20
1
-3
/
+3
*
log: Fix qemu_set_dfilter_ranges() error reporting
Markus Armbruster
2016-06-20
1
-56
/
+57
*
log: Plug memory leak on multiple -dfilter
Markus Armbruster
2016-06-20
1
-0
/
+7
*
log: do not use CONFIG_USER_ONLY
Paolo Bonzini
2016-05-19
1
-2
/
+10
*
log: move qemu_log_close/qemu_log_flush from header to log.c
Denis V. Lunev
2016-03-31
1
-0
/
+17
*
qemu-log: support simple pid substitution for logs
Alex Bennée
2016-03-22
1
-2
/
+19
*
qemu-log: new option -dfilter to limit output
Alex Bennée
2016-03-22
1
-0
/
+87
*
qemu-log: Avoid function call for disabled qemu_log_mask logging
Peter Maydell
2016-03-22
1
-11
/
+0
*
qemu-log: correct help text for -d cpu
Alex Bennée
2016-03-22
1
-1
/
+1
*
log: do not log if QEMU is daemonized but without -D
Paolo Bonzini
2016-03-07
1
-2
/
+5
*
log: Redirect stderr to logfile if deamonized
Dimitris Aragiorgis
2016-02-22
1
-2
/
+9
[next]