Age | Commit message (Expand) | Author | Files | Lines |
2024-04-30 | plugins: Replace pr_ops with a proper debug dump flag | Richard Henderson | 1 | -0/+4 |
2023-10-07 | util/log: re-allow switching away from stderr log file | Fiona Ebner | 1 | -0/+2 |
2023-06-13 | util/log: Add vector registers to log | Ivan Klokov | 1 | -0/+2 |
2023-03-08 | log: Remove unneeded new line | BALATON Zoltan | 1 | -1/+1 |
2023-01-06 | util/log: Always send errors to logfile when daemonized | Greg Kurz | 1 | -19/+53 |
2023-01-06 | util/log: do not close and reopen log files when flags are turned off | Paolo Bonzini | 1 | -8/+6 |
2022-11-07 | util/log: Ignore per-thread flag if global file already there | Greg Kurz | 1 | -0/+4 |
2022-11-07 | util/log: Make the per-thread flag immutable | Greg Kurz | 1 | -0/+5 |
2022-10-31 | util/log: Close per-thread log file on thread termination | Greg Kurz | 1 | -0/+9 |
2022-04-20 | util/log: Support per-thread log files | Richard Henderson | 1 | -36/+127 |
2022-04-20 | util/log: Limit RCUCloseFILE to file closing | Richard Henderson | 1 | -36/+32 |
2022-04-20 | util/log: Rename QemuLogFile to RCUCloseFILE | Richard Henderson | 1 | -15/+13 |
2022-04-20 | util/log: Combine two logfile closes | Richard Henderson | 1 | -8/+3 |
2022-04-20 | util/log: Hoist the eval of is_daemonized in qemu_set_log_internal | Richard Henderson | 1 | -3/+5 |
2022-04-20 | util/log: Rename qemu_logfile_mutex to global_mutex | Richard Henderson | 1 | -4/+6 |
2022-04-20 | util/log: Rename qemu_logfile to global_file | Richard Henderson | 1 | -8/+8 |
2022-04-20 | util/log: Rename logfilename to global_filename | Richard Henderson | 1 | -7/+6 |
2022-04-20 | util/log: Remove qemu_log_close | Richard Henderson | 1 | -16/+1 |
2022-04-20 | util/log: Introduce qemu_set_log_filename_flags | Richard Henderson | 1 | -46/+76 |
2022-04-20 | include/qemu/log: Move entire implementation out-of-line | Richard Henderson | 1 | -1/+29 |
2022-04-20 | util/log: Drop call to setvbuf | Richard Henderson | 1 | -6/+0 |
2022-04-20 | util/log: Remove qemu_log_flush | Richard Henderson | 1 | -13/+1 |
2022-04-20 | util/log: Drop return value from qemu_log | Richard Henderson | 1 | -11/+2 |
2022-04-20 | util/log: Use qemu_log_trylock/unlock in qemu_log | Richard Henderson | 1 | -6/+5 |
2022-04-20 | util/log: Rename qemu_log_lock to qemu_log_trylock | Richard Henderson | 1 | -2/+4 |
2022-04-20 | util/log: Move qemu_log_lock, qemu_log_unlock out of line | Richard Henderson | 1 | -0/+23 |
2022-04-20 | util/log: Pass Error pointer to qemu_set_log | Richard Henderson | 1 | -6/+6 |
2022-04-20 | util/log: Return bool from qemu_set_log_filename | Richard Henderson | 1 | -2/+3 |
2022-04-20 | util/log: Drop manual log buffering | Richard Henderson | 1 | -17/+4 |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -5/+5 |
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 |