Toggle navigation
Patchwork
Patches credited to richard.henderson@linaro.org
Login
Register
Mail settings
Current Team Memberships
team-tcwg
Show patches with
: Series =
Logging cleanup and per-thread logfiles
| Archived =
No
| 36 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Apply
▾
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[PULL,for-7.1,36/36] util/log: Support per-thread log files
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,35/36] util/log: Limit RCUCloseFILE to file closing
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
New
[PULL,for-7.1,34/36] util/log: Rename QemuLogFile to RCUCloseFILE
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,33/36] util/log: Combine two logfile closes
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,32/36] util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,31/36] util/log: Rename qemu_logfile_mutex to global_mutex
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,30/36] util/log: Rename qemu_logfile to global_file
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,29/36] util/log: Rename logfilename to global_filename
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
New
[PULL,for-7.1,28/36] util/log: Remove qemu_log_close
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,27/36] softmmu: Use qemu_set_log_filename_flags
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,26/36] linux-user: Use qemu_set_log_filename_flags
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,25/36] bsd-user: Use qemu_set_log_filename_flags
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,24/36] util/log: Introduce qemu_set_log_filename_flags
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,23/36] sysemu/os-win32: Test for and use _lock_file/_unlock_file
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,22/36] include/qemu/log: Move entire implementation out-of-line
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,21/36] include/exec/log: Do not reference QemuLogFile directly
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,20/36] tests/unit: Do not reference QemuLogFile directly
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,19/36] linux-user: Expand log_page_dump inline
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,18/36] bsd-user: Expand log_page_dump inline
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
New
[PULL,for-7.1,17/36] util/log: Drop call to setvbuf
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,16/36] util/log: Remove qemu_log_flush
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,15/36] util/log: Use qemu_log_lock/unlock in qemu_log
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,14/36] target/nios2: Remove log_cpu_state from reset
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,13/36] accel/tcg: Use cpu_dump_state between qemu_log_lock/unlock
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,12/36] exec/log: Remove log_disas and log_target_disas
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,11/36] exec/translator: Pass the locked filepointer to disas_log hook
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,10/36] tcg: Pass the locked filepointer to tcg_dump_ops
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,09/36] util/log: Remove qemu_log_vprintf
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,08/36] *: Use fprintf between qemu_log_lock/unlock
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,07/36] hw/xen: Split out xen_pv_output_msg
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,06/36] util/log: Treat qemu_log_lock like trylock
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
New
[PULL,for-7.1,05/36] util/log: Move qemu_log_lock, qemu_log_unlock out of line
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,04/36] os-posix: Use qemu_log_enabled
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,03/36] util/log: Pass Error pointer to qemu_set_log
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,02/36] target/hexagon: Remove qemu_set_log in hexagon_translate_init
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
[PULL,for-7.1,01/36] util/log: Drop manual log buffering
Logging cleanup and per-thread logfiles
-
-
-
2022-03-20
Richard Henderson
Superseded
Bundling
Create bundle: