index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-04
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
1
-2
/
+2
2020-02-19
linux-user: Use `qemu_log' for strace
Josh Kunz
1
-0
/
+2
2020-01-30
qemu_set_log_filename: filename argument may be NULL
Salvador Fandino
1
-12
/
+16
2019-12-18
Add use of RCU for qemu_logfile.
Robert Foley
1
-21
/
+51
2019-12-18
Add a mutex to guarantee single writer to qemu_logfile handle.
Robert Foley
1
-0
/
+12
2019-12-18
Cleaned up flow of code in qemu_set_log(), to simplify and clarify.
Robert Foley
1
-6
/
+15
2019-12-18
Fix double free issue in qemu_set_log_filename().
Robert Foley
1
-0
/
+1
2019-10-28
plugin: add qemu_plugin_outs helper
Alex Bennée
1
-0
/
+3
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-05-15
tcg: Optionally log FPU state in TCG -d cpu logging
Peter Maydell
1
-0
/
+2
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
1
-2
/
+2
2016-09-14
log: fix parsing of multiple trace:PATTERN log args
Daniel P. Berrange
1
-26
/
+15
2016-08-05
tcg: Lower indirect registers in a separate pass
Richard Henderson
1
-2
/
+3
2016-08-05
tcg: Include liveness info in the dumps
Richard Henderson
1
-6
/
+13
2016-07-04
log: Permit -dfilter 0..0xffffffffffffffff
Markus Armbruster
1
-1
/
+1
2016-07-04
range: Eliminate direct Range member access
Markus Armbruster
1
-3
/
+2
2016-07-04
log: Clean up misuse of Range for -dfilter
Markus Armbruster
1
-13
/
+15
2016-06-20
log: Fix qemu_set_log_filename() error handling
Markus Armbruster
1
-3
/
+3
2016-06-20
log: Fix qemu_set_dfilter_ranges() error reporting
Markus Armbruster
1
-56
/
+57
2016-06-20
log: Plug memory leak on multiple -dfilter
Markus Armbruster
1
-0
/
+7
2016-05-19
log: do not use CONFIG_USER_ONLY
Paolo Bonzini
1
-2
/
+10
2016-03-31
log: move qemu_log_close/qemu_log_flush from header to log.c
Denis V. Lunev
1
-0
/
+17
2016-03-22
qemu-log: support simple pid substitution for logs
Alex Bennée
1
-2
/
+19
2016-03-22
qemu-log: new option -dfilter to limit output
Alex Bennée
1
-0
/
+87
2016-03-22
qemu-log: Avoid function call for disabled qemu_log_mask logging
Peter Maydell
1
-11
/
+0
2016-03-22
qemu-log: correct help text for -d cpu
Alex Bennée
1
-1
/
+1
2016-03-07
log: do not log if QEMU is daemonized but without -D
Paolo Bonzini
1
-2
/
+5
2016-02-22
log: Redirect stderr to logfile if deamonized
Dimitris Aragiorgis
1
-2
/
+9
2016-02-04
all: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-03
log: add "-d trace:PATTERN"
Paolo Bonzini
1
-3
/
+13
2016-02-03
trace: convert stderr backend to log
Paolo Bonzini
1
-0
/
+3
2016-02-03
log: move qemu-log.c into util/ directory
Denis V. Lunev
1
-0
/
+179