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
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
1080
-2312
/
+2575
2024-12-21
Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...
Stefan Hajnoczi
46
-177
/
+1380
2024-12-21
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
603
-1257
/
+1410
2024-12-20
util/qemu-timer: fix indentation
Alex Bennée
1
-1
/
+1
2024-12-20
meson: Do not define CONFIG_DEVICES on user emulation
Philippe Mathieu-Daudé
1
-1
/
+2
2024-12-20
system/accel-ops: Remove unnecessary 'exec/cpu-common.h' header
Philippe Mathieu-Daudé
1
-1
/
+1
2024-12-20
system/numa: Remove unnecessary 'exec/cpu-common.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2024-12-20
hw/xen: Remove unnecessary 'exec/cpu-common.h' header
Philippe Mathieu-Daudé
1
-2
/
+0
2024-12-20
target/mips: Drop left-over comment about Jazz machine
Philippe Mathieu-Daudé
1
-4
/
+0
2024-12-20
target/mips: Remove tswap() calls in semihosting uhi_fstat_cb()
Philippe Mathieu-Daudé
1
-13
/
+30
2024-12-20
target/xtensa: Remove tswap() calls in semihosting simcall() helper
Philippe Mathieu-Daudé
1
-10
/
+5
2024-12-20
accel/tcg: Un-inline translator_is_same_page()
Philippe Mathieu-Daudé
5
-16
/
+20
2024-12-20
accel/tcg: Include missing 'exec/translation-block.h' header
Philippe Mathieu-Daudé
25
-0
/
+25
2024-12-20
accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
Philippe Mathieu-Daudé
23
-3
/
+24
2024-12-20
accel/tcg: Restrict curr_cflags() declaration to 'internal-common.h'
Philippe Mathieu-Daudé
3
-3
/
+4
2024-12-20
qemu/coroutine: Include missing 'qemu/atomic.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-12-20
exec/translation-block: Include missing 'qemu/atomic.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-12-20
accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-common.h'
Philippe Mathieu-Daudé
5
-18
/
+21
2024-12-20
exec/cpu-all: Include 'cpu.h' earlier so MMU_USER_IDX is always defined
Philippe Mathieu-Daudé
1
-1
/
+4
2024-12-20
target/sparc: Move sparc_restore_state_to_opc() to cpu.c
Philippe Mathieu-Daudé
4
-34
/
+42
2024-12-20
target/sparc: Uninline cpu_get_tb_cpu_state()
Anton Johansson
2
-37
/
+40
2024-12-20
target/loongarch: Declare loongarch_cpu_dump_state() locally
Philippe Mathieu-Daudé
2
-3
/
+1
2024-12-20
user: Move various declarations out of 'exec/exec-all.h'
Philippe Mathieu-Daudé
6
-54
/
+59
2024-12-20
user: Declare cpu_loop() once in 'user/cpu_loop.h'
Philippe Mathieu-Daudé
8
-7
/
+8
2024-12-20
user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'
Philippe Mathieu-Daudé
20
-21
/
+21
2024-12-20
user: Forward declare target_cpu_copy_regs structure
Philippe Mathieu-Daudé
18
-18
/
+21
2024-12-20
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)
Philippe Mathieu-Daudé
9
-7
/
+15
2024-12-20
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (3/4)
Philippe Mathieu-Daudé
7
-12
/
+23
2024-12-20
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (2/4)
Philippe Mathieu-Daudé
4
-56
/
+61
2024-12-20
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)
Philippe Mathieu-Daudé
7
-5
/
+13
2024-12-20
accel/tcg: Really restrict cpu_io_recompile() to system emulation
Philippe Mathieu-Daudé
1
-2
/
+2
2024-12-20
accel/tcg: Move TranslationBlock declarations to 'tb-internal.h'
Philippe Mathieu-Daudé
7
-32
/
+44
2024-12-20
accel/tcg: Un-inline log_pc()
Philippe Mathieu-Daudé
2
-10
/
+11
2024-12-20
accel/tcg: Move 'exec/translate-all.h' -> 'tb-internal.h'
Philippe Mathieu-Daudé
8
-33
/
+20
2024-12-20
system: Remove unnecessary 'exec/translate-all.h' include
Philippe Mathieu-Daudé
2
-2
/
+0
2024-12-20
accel/tcg: Move page_[un]protect() to 'user/page-protection.h'
Philippe Mathieu-Daudé
5
-7
/
+23
2024-12-20
accel/tcg: Use tb_page_addr_t type in page_unprotect()
Philippe Mathieu-Daudé
2
-2
/
+2
2024-12-20
accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h'
Philippe Mathieu-Daudé
7
-17
/
+29
2024-12-20
include: Include missing 'qemu/clang-tsa.h' header
Philippe Mathieu-Daudé
5
-0
/
+5
2024-12-20
exec/ram_addr: Include missing 'exec/hwaddr.h' and 'exec/cpu-common.h'
Philippe Mathieu-Daudé
1
-0
/
+3
2024-12-20
target/arm/mte: Restrict 'exec/ram_addr.h' to system emulation
Philippe Mathieu-Daudé
1
-0
/
+2
2024-12-20
target/arm/cpu: Restrict cpu_untagged_addr() to user emulation
Philippe Mathieu-Daudé
1
-2
/
+3
2024-12-20
user: Introduce 'user/guest-host.h' header
Philippe Mathieu-Daudé
3
-79
/
+89
2024-12-20
linux-user/aarch64: Include missing 'user/abitypes.h' header
Philippe Mathieu-Daudé
1
-0
/
+2
2024-12-20
exec/translation-block: Include missing 'exec/vaddr.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-12-20
exec/cpu-defs: Remove unnecessary headers
Philippe Mathieu-Daudé
1
-8
/
+0
2024-12-20
exec/cpu-all: Include missing 'exec/cpu-defs.h' header
Philippe Mathieu-Daudé
1
-1
/
+1
2024-12-20
accel/tcg: Have tlb_vaddr_to_host() use vaddr type
Philippe Mathieu-Daudé
2
-2
/
+3
2024-12-20
accel/tcg: Include missing 'exec/tswap.h' header in translator.c
Philippe Mathieu-Daudé
1
-0
/
+1
2024-12-20
tcg/tci: Include missing 'disas/dis-asm.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
[next]