index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
tcg
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel/tcg: Split out setjmp_gen_code
Richard Henderson
2022-11-09
1
-25
/
+33
*
tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
Richard Henderson
2022-11-09
1
-10
/
+0
*
accel/tcg: Complete cpu initialization before registration
Richard Henderson
2022-10-31
2
-12
/
+12
*
accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb
Richard Henderson
2022-10-31
3
-11
/
+10
*
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-10-31
2
-11
/
+3
*
accel/tcg: Introduce cpu_unwind_state_data
Richard Henderson
2022-10-31
2
-27
/
+51
*
Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2022-10-26
9
-985
/
+915
|
\
|
*
accel/tcg: Remove restore_state_to_opc function
Richard Henderson
2022-10-26
1
-14
/
+2
|
*
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
2022-10-26
1
-2
/
+22
|
*
accel/tcg: Simplify page_get/alloc_target_data
Richard Henderson
2022-10-26
1
-12
/
+4
|
*
accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
Richard Henderson
2022-10-26
2
-50
/
+50
|
*
accel/tcg: Use tb_invalidate_phys_range in page_set_flags
Richard Henderson
2022-10-26
1
-2
/
+6
|
*
accel/tcg: Use page_reset_target_data in page_set_flags
Richard Henderson
2022-10-26
1
-8
/
+5
|
*
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
2022-10-26
1
-8
/
+11
|
*
accel/tcg: Use tb_invalidate_phys_page in page_set_flags
Richard Henderson
2022-10-26
1
-1
/
+1
|
*
accel/tcg: Unify declarations of tb_invalidate_phys_range
Richard Henderson
2022-10-26
1
-11
/
+2
|
*
accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter
Richard Henderson
2022-10-26
1
-7
/
+8
|
*
accel/tcg: Rename tb_invalidate_phys_page
Richard Henderson
2022-10-26
3
-4
/
+5
|
*
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
2022-10-26
4
-30
/
+33
|
*
accel/tcg: Remove duplicate store to tb->page_addr[]
Richard Henderson
2022-10-26
1
-3
/
+0
|
*
accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC
Richard Henderson
2022-10-26
1
-23
/
+2
|
*
accel/tcg: Move assert_no_pages_locked to internal.h
Richard Henderson
2022-10-26
1
-0
/
+5
|
*
accel/tcg: Split out tb-maint.c
Richard Henderson
2022-10-26
4
-755
/
+802
|
*
accel/tcg: Split out PageDesc to internal.h
Richard Henderson
2022-10-26
2
-30
/
+32
|
*
accel/tcg: Remove disabled debug in translate-all.c
Richard Henderson
2022-10-26
1
-109
/
+0
|
*
accel/tcg: Make page_alloc_target_data allocation constant
Richard Henderson
2022-10-26
1
-2
/
+6
|
*
accel/tcg: Add a quicker check for breakpoints
Leandro Lupori
2022-10-26
1
-6
/
+9
|
*
Revert "accel/tcg: Init TCG cflags in vCPU thread handler"
Peter Maydell
2022-10-25
2
-5
/
+7
*
|
accel/tcg/tcg-accel-ops-rr: fix trivial typo
Matheus Tavares Bernardino
2022-10-24
1
-1
/
+1
|
/
*
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
1
-0
/
+6
*
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
1
-0
/
+92
*
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2022-10-06
1
-0
/
+17
*
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
2022-10-04
4
-27
/
+98
*
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
3
-37
/
+52
*
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-10-04
5
-10
/
+62
*
accel/tcg: Inline tb_flush_jmp_cache
Richard Henderson
2022-10-04
1
-11
/
+14
*
accel/tcg: Do not align tb->page_addr[0]
Richard Henderson
2022-10-04
3
-13
/
+15
*
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
2022-10-04
2
-12
/
+12
*
accel/tcg: Use bool for page_find_alloc
Richard Henderson
2022-10-04
1
-7
/
+7
*
accel/tcg: Remove PageDesc code_bitmap
Richard Henderson
2022-10-04
1
-74
/
+4
*
accel/tcg: Introduce tlb_set_page_full
Richard Henderson
2022-10-04
1
-18
/
+33
*
accel/tcg: Introduce probe_access_full
Richard Henderson
2022-10-04
1
-18
/
+29
*
accel/tcg: Suppress auto-invalidate in probe_access_internal
Richard Henderson
2022-10-04
1
-1
/
+9
*
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson
2022-10-04
1
-4
/
+3
*
accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
Richard Henderson
2022-10-04
1
-50
/
+52
*
cputlb: used cached CPUClass in our hot-paths
Alex Bennée
2022-10-04
1
-9
/
+6
*
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
2022-09-27
1
-1
/
+1
*
accel/tcg: Add fast path for translator_ld*
Richard Henderson
2022-09-06
2
-44
/
+105
*
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-09-06
2
-6
/
+9
*
accel/tcg: Document the faulting lookup in tb_lookup_cmp
Richard Henderson
2022-09-06
1
-1
/
+10
[next]