Age | Commit message (Expand) | Author | Files | Lines |
2022-04-20 | util/log: Support per-thread log files | Richard Henderson | 2 | -36/+128 |
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 | 4 | -22/+3 |
2022-04-20 | softmmu: Use qemu_set_log_filename_flags | Richard Henderson | 1 | -12/+9 |
2022-04-20 | linux-user: Use qemu_set_log_filename_flags | Richard Henderson | 1 | -6/+5 |
2022-04-20 | bsd-user: Use qemu_set_log_filename_flags | Richard Henderson | 1 | -9/+9 |
2022-04-20 | util/log: Introduce qemu_set_log_filename_flags | Richard Henderson | 2 | -46/+77 |
2022-04-20 | sysemu/os-win32: Test for and use _lock_file/_unlock_file | Richard Henderson | 2 | -7/+21 |
2022-04-20 | include/qemu/log: Move entire implementation out-of-line | Richard Henderson | 3 | -35/+34 |
2022-04-20 | include/exec/log: Do not reference QemuLogFile directly | Richard Henderson | 1 | -9/+4 |
2022-04-20 | tests/unit: Do not reference QemuLogFile directly | Richard Henderson | 1 | -18/+15 |
2022-04-20 | linux-user: Expand log_page_dump inline | Richard Henderson | 3 | -31/+36 |
2022-04-20 | bsd-user: Expand log_page_dump inline | Richard Henderson | 1 | -14/+23 |
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 | 8 | -21/+1 |
2022-04-20 | util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULT | Richard Henderson | 1 | -1/+1 |
2022-04-20 | util/log: Drop return value from qemu_log | Richard Henderson | 2 | -12/+3 |
2022-04-20 | util/log: Use qemu_log_trylock/unlock in qemu_log | Richard Henderson | 1 | -6/+5 |
2022-04-20 | target/nios2: Remove log_cpu_state from reset | Richard Henderson | 1 | -5/+0 |
2022-04-20 | accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock | Richard Henderson | 1 | -1/+1 |
2022-04-20 | exec/log: Remove log_disas and log_target_disas | Richard Henderson | 1 | -24/+0 |
2022-04-20 | exec/translator: Pass the locked filepointer to disas_log hook | Richard Henderson | 23 | -72/+92 |
2022-04-20 | tcg: Pass the locked filepointer to tcg_dump_ops | Richard Henderson | 1 | -57/+52 |
2022-04-20 | util/log: Remove qemu_log_vprintf | Richard Henderson | 1 | -15/+0 |
2022-04-20 | *: Use fprintf between qemu_log_trylock/unlock | Richard Henderson | 9 | -136/+166 |
2022-04-20 | hw/xen: Split out xen_pv_output_msg | Richard Henderson | 1 | -20/+24 |
2022-04-20 | util/log: Rename qemu_log_lock to qemu_log_trylock | Richard Henderson | 12 | -16/+18 |
2022-04-20 | util/log: Move qemu_log_lock, qemu_log_unlock out of line | Richard Henderson | 2 | -25/+26 |
2022-04-20 | os-posix: Use qemu_log_enabled | Richard Henderson | 1 | -1/+1 |
2022-04-20 | util/log: Pass Error pointer to qemu_set_log | Richard Henderson | 12 | -18/+22 |
2022-04-20 | util/log: Return bool from qemu_set_log_filename | Richard Henderson | 3 | -5/+5 |
2022-04-20 | target/hexagon: Remove qemu_set_log in hexagon_translate_init | Richard Henderson | 1 | -6/+0 |
2022-04-20 | util/log: Drop manual log buffering | Richard Henderson | 4 | -20/+4 |
2022-04-20 | Merge tag 'pull-block-2022-04-20' of https://gitlab.com/hreitz/qemu into staging | Richard Henderson | 8 | -167/+673 |
2022-04-20 | Merge tag 'pull-request-2022-04-20' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 40 | -265/+289 |
2022-04-20 | qcow2: Add errp to rebuild_refcount_structure() | Hanna Reitz | 1 | -14/+19 |
2022-04-20 | iotests/108: Test new refcount rebuild algorithm | Hanna Reitz | 2 | -1/+339 |
2022-04-20 | qcow2: Improve refcount structure rebuilding | Hanna Reitz | 1 | -97/+235 |
2022-04-20 | iotests/303: Check for zstd support | Hanna Reitz | 1 | -1/+3 |
2022-04-20 | iotests/065: Check for zstd support | Hanna Reitz | 1 | -6/+18 |
2022-04-20 | iotests.py: Add supports_qcow2_zstd_compression() | Hanna Reitz | 1 | -0/+20 |
2022-04-20 | tests/qemu-iotests: Move the bash and sanitizer checks to meson.build | Thomas Huth | 2 | -26/+14 |
2022-04-20 | tests/qemu-iotests/meson.build: Improve the indentation | Thomas Huth | 1 | -29/+32 |
2022-04-20 | tests/avocado: Allow overwrite smp and memory size command line options | Ahmed Abouzied | 1 | -2/+4 |