index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
qemu-api-macros
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-05
accel/tcg: Avoid abi_ptr in user-exec.c
Richard Henderson
1
-6
/
+16
2025-05-05
accel/tcg: Remove TARGET_PAGE_DATA_SIZE
Richard Henderson
4
-19
/
+23
2025-05-05
accel/tcg: Move TARGET_TAGGED_ADDRESSES to TCGCPUOps.untagged_addr
Richard Henderson
5
-41
/
+40
2025-05-05
include/user: Use vaddr in guest-host.h
Richard Henderson
1
-7
/
+7
2025-05-05
include/user: Convert GUEST_ADDR_MAX to a variable
Richard Henderson
4
-22
/
+25
2025-05-05
accel/tcg: Build cputlb.c once
Richard Henderson
2
-5
/
+3
2025-05-05
accel/tcg: Use vaddr for plugin_{load,store}_cb
Richard Henderson
1
-2
/
+2
2025-05-05
accel/tcg: Use target_long_bits() in cputlb.c
Richard Henderson
1
-12
/
+13
2025-05-05
accel/tcg: Move tlb_vaddr_to_host declaration to probe.h
Richard Henderson
2
-16
/
+16
2025-05-05
accel/tcg: Move user-only tlb_vaddr_to_host out of line
Richard Henderson
2
-8
/
+6
2025-05-05
accel/tcg: Use vaddr in cpu_loop.h
Richard Henderson
4
-12
/
+10
2025-05-01
accel/tcg: Build tcg-all.c twice
Richard Henderson
2
-8
/
+2
2025-05-01
accel/tcg: Build translate-all.c twice
Richard Henderson
2
-33
/
+1
2025-05-01
accel/tcg: Use target_long_bits() in translate-all.c
Richard Henderson
1
-1
/
+2
2025-05-01
accel/tcg: Don't use TARGET_LONG_BITS in decode_sleb128
Richard Henderson
1
-1
/
+1
2025-05-01
tcg: Define INSN_START_WORDS as constant 3
Richard Henderson
9
-38
/
+45
2025-04-30
qemu: Introduce target_long_bits()
Philippe Mathieu-Daudé
4
-0
/
+15
2025-04-30
qemu/target_info: Add %target_cpu_type field to TargetInfo
Philippe Mathieu-Daudé
3
-5
/
+8
2025-04-30
system/vl: Filter machine list available for a particular target binary
Philippe Mathieu-Daudé
5
-1
/
+19
2025-04-30
accel/tcg: Compile cpu-exec.c twice
Richard Henderson
2
-3
/
+1
2025-04-30
accel/tcg: Split out accel/tcg/helper-retaddr.h
Richard Henderson
9
-34
/
+50
2025-04-30
accel/tcg: Pass TCGTBCPUState to tb_gen_code
Richard Henderson
3
-20
/
+17
2025-04-30
accel/tcg: Use TCGTBCPUState in struct tb_desc
Richard Henderson
1
-13
/
+7
2025-04-30
accel/tcg: Pass TCGTBCPUState to tb_htable_lookup
Richard Henderson
1
-11
/
+9
2025-04-30
accel/tcg: Pass TCGTBCPUState to tb_lookup
Richard Henderson
1
-15
/
+13
2025-04-30
accel/tcg: Move cpu_get_tb_cpu_state to TCGCPUOps
Richard Henderson
27
-26
/
+56
2025-04-30
accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Richard Henderson
23
-177
/
+219
2025-04-30
target/riscv: Move cpu_get_tb_cpu_state to tcg-cpu.c
Richard Henderson
2
-97
/
+98
2025-04-30
target/arm: Unexport assert_hflags_rebuild_correctly
Richard Henderson
3
-7
/
+1
2025-04-30
target/arm: Move cpu_get_tb_cpu_state to hflags.c
Richard Henderson
2
-110
/
+110
2025-04-30
accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h
Richard Henderson
37
-285
/
+243
2025-04-30
target/i386: Split out x86_cpu_exec_reset
Richard Henderson
2
-26
/
+24
2025-04-30
accel/tcg: Introduce TCGCPUOps.cpu_exec_reset
Richard Henderson
21
-1
/
+23
2025-04-30
accel/tcg: Unconditionally use CPU_DUMP_CCOP in log_cpu_exec
Richard Henderson
1
-4
/
+1
2025-04-30
accel/tcg: Generalize fake_user_interrupt test
Richard Henderson
1
-3
/
+3
2025-04-30
include: Remove 'exec/exec-all.h'
Philippe Mathieu-Daudé
153
-175
/
+0
2025-04-30
accel/tcg: Extract probe API out of 'exec/exec-all.h'
Philippe Mathieu-Daudé
24
-100
/
+128
2025-04-30
physmem: Restrict TCG IOTLB code to TCG accel
Philippe Mathieu-Daudé
5
-27
/
+48
2025-04-30
physmem: Move TCG IOTLB methods around
Philippe Mathieu-Daudé
1
-25
/
+25
2025-04-30
accel/tcg: Include 'accel/tcg/getpc.h' in 'exec/helper-proto'
Philippe Mathieu-Daudé
4
-2
/
+3
2025-04-30
target/riscv: Include missing 'accel/tcg/getpc.h' in csr.c
Philippe Mathieu-Daudé
1
-0
/
+1
2025-04-30
accel/tcg: Remove #error for non-tcg in getpc.h
Richard Henderson
1
-4
/
+0
2025-04-30
accel/tcg: Compile tb-maint.c twice
Richard Henderson
3
-5
/
+2
2025-04-30
include/exec: Move tb_invalidate_phys_range to translation-block.h
Richard Henderson
2
-5
/
+4
2025-04-30
include/exec: Include missing headers in exec-all.h
Philippe Mathieu-Daudé
1
-0
/
+3
2025-04-30
accel/tcg: Use vaddr in user/page-protection.h
Richard Henderson
2
-37
/
+31
2025-04-30
accel/tcg: Use vaddr for walk_memory_regions callback
Richard Henderson
4
-22
/
+20
2025-04-30
accel/tcg: Reduce scope of tb_phys_invalidate, tb_set_jmp_target
Richard Henderson
2
-2
/
+3
2025-04-30
accel/tcg: Merge internal-target.h into internal-common.h
Richard Henderson
7
-51
/
+29
2025-04-30
accel/tcg: Simplify L1_MAP_ADDR_SPACE_BITS
Richard Henderson
1
-5
/
+1
[next]