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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
1
-0
/
+4
2022-04-20
tcg: Add tcg_constant_ptr
Richard Henderson
1
-0
/
+2
2022-04-20
tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
Richard Henderson
1
-0
/
+2
2022-04-20
util/log: Support per-thread log files
Richard Henderson
1
-0
/
+1
2022-04-20
util/log: Remove qemu_log_close
Richard Henderson
1
-3
/
+0
2022-04-20
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson
1
-0
/
+1
2022-04-20
sysemu/os-win32: Test for and use _lock_file/_unlock_file
Richard Henderson
1
-7
/
+9
2022-04-20
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
1
-34
/
+4
2022-04-20
include/exec/log: Do not reference QemuLogFile directly
Richard Henderson
1
-9
/
+4
2022-04-20
linux-user: Expand log_page_dump inline
Richard Henderson
1
-15
/
+0
2022-04-20
util/log: Remove qemu_log_flush
Richard Henderson
1
-2
/
+0
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
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
1
-1
/
+1
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
1
-1
/
+1
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2
-2
/
+2
2022-04-20
util/log: Move qemu_log_lock, qemu_log_unlock out of line
Richard Henderson
1
-25
/
+3
2022-04-20
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
1
-1
/
+1
2022-04-20
util/log: Return bool from qemu_set_log_filename
Richard Henderson
1
-1
/
+1
2022-04-20
util/log: Drop manual log buffering
Richard Henderson
1
-1
/
+0
2022-04-20
hw: Add compat machines for 7.1
Cornelia Huck
2
-0
/
+6
2022-04-19
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
43
-216
/
+368
2022-04-06
acpi: fix acpi_index migration
Dr. David Alan Gilbert
1
-2
/
+0
2022-04-06
hyperv: Add support to process syndbg commands
Jon Doron
1
-0
/
+58
2022-04-06
hyperv: Add definitions for syndbg
Jon Doron
1
-0
/
+52
2022-04-06
thread-posix: implement Semaphore with QemuCond and QemuMutex
Longpeng(Mike)
1
-3
/
+2
2022-04-06
thread-posix: remove the posix semaphore support
Longpeng(Mike)
1
-4
/
+0
2022-04-06
whpx: Added support for breakpoints and stepping
Ivan Shcherbakov
2
-1
/
+8
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-9
/
+0
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2
-1
/
+2
2022-04-06
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
2
-60
/
+64
2022-04-06
include: move page_size_init() to include/hw/core/cpu.h
Marc-André Lureau
2
-2
/
+2
2022-04-06
include: move os_*() to os-foo.h
Marc-André Lureau
3
-5
/
+5
2022-04-06
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
2
-2
/
+2
2022-04-06
include: move progress API to qemu-progress.h
Marc-André Lureau
2
-4
/
+8
2022-04-06
include: move target page bits declaration to page-vary.h
Marc-André Lureau
2
-17
/
+18
2022-04-06
include: move cpu_exec* declarations to cpu-common.h
Marc-André Lureau
2
-3
/
+3
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2
-20
/
+20
2022-04-06
include: move dump_in_progress() to runstate.h
Marc-André Lureau
2
-4
/
+1
2022-04-06
include: move coroutine IO functions to coroutine.h
Marc-André Lureau
2
-23
/
+23
2022-04-06
include: move qemu_pipe() to osdep.h
Marc-André Lureau
2
-4
/
+4
2022-04-06
include: move qemu_write_full() declaration to osdep.h
Marc-André Lureau
2
-3
/
+3
2022-04-06
include: move TFR to osdep.h
Marc-André Lureau
2
-2
/
+2
2022-04-06
error-report: replace deprecated g_get_current_time() with glib >= 2.62
Marc-André Lureau
1
-0
/
+10
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
3
-6
/
+13
2022-04-06
include/qapi: add g_autoptr support for qobject types
Marc-André Lureau
6
-0
/
+24
2022-04-06
osdep: poison {HOST,TARGET}_WORDS_BIGENDIAN
Marc-André Lureau
1
-0
/
+12
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
9
-12
/
+11
[next]