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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-04-20
hw: Add compat machines for 7.1
Cornelia Huck
10
-7
/
+79
2022-04-20
docs/ccid: convert to restructuredText
Lucas Ramage
3
-182
/
+172
2022-04-20
tests/qtest: properly initialise the vring used idx
Alex Bennée
1
-0
/
+2
2022-04-20
tests/qtest: Move the fuzz tests to x86 only
Thomas Huth
6
-43
/
+22
[next]