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
/
translate-all.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
Richard Henderson
2022-10-26
1
-50
/
+0
*
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: Rename tb_invalidate_phys_page
Richard Henderson
2022-10-26
1
-2
/
+3
*
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
2022-10-26
1
-8
/
+8
*
accel/tcg: Split out tb-maint.c
Richard Henderson
2022-10-26
1
-755
/
+11
*
accel/tcg: Split out PageDesc to internal.h
Richard Henderson
2022-10-26
1
-30
/
+1
*
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: Introduce TARGET_TB_PCREL
Richard Henderson
2022-10-04
1
-21
/
+43
*
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
1
-16
/
+21
*
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-10-04
1
-3
/
+25
*
accel/tcg: Do not align tb->page_addr[0]
Richard Henderson
2022-10-04
1
-4
/
+5
*
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
*
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
1
-15
/
+8
*
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-09-06
1
-2
/
+4
*
linux-user/aarch64: Reset target data on MADV_DONTNEED
Vitaly Buka
2022-08-11
1
-0
/
+26
*
linux-user/aarch64: Do not clear PROT_MTE on mprotect
Richard Henderson
2022-07-18
1
-2
/
+11
*
accel/tcg: Inline dump_opcount_info() and remove it
Bernhard Beschow
2022-06-11
1
-5
/
+0
*
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
1
-1
/
+0
*
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
1
-54
/
+61
*
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-1
/
+1
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
accel/tcg: suppress IRQ check for special TBs
Alex Bennée
2021-11-29
1
-2
/
+2
*
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
2021-11-02
1
-2
/
+2
*
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
2021-11-02
1
-36
/
+44
*
accel/tcg: Clear PAGE_WRITE before translation
Ilya Leoshkevich
2021-09-14
1
-25
/
+34
*
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
2021-07-21
1
-4
/
+0
*
accel/tcg: Handle -singlestep in curr_cflags
Richard Henderson
2021-07-21
1
-1
/
+1
*
accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
Richard Henderson
2021-07-21
1
-3
/
+2
*
tcg: Move tb_phys_invalidate_count to tb_ctx
Richard Henderson
2021-07-09
1
-4
/
+4
*
tcg: Bake tb_destroy() into tcg_region_tree
Liren Wei
2021-07-09
1
-6
/
+0
*
accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()
Liren Wei
2021-07-09
1
-1
/
+8
*
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
Richard Henderson
2021-06-14
1
-3
/
+0
*
accel/tcg: Merge tcg_exec_init into tcg_init_machine
Richard Henderson
2021-06-11
1
-19
/
+2
*
tcg: Create tcg_init
Richard Henderson
2021-06-11
1
-2
/
+1
*
accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
Richard Henderson
2021-06-11
1
-413
/
+1
*
accel/tcg: Inline cpu_gen_init
Richard Henderson
2021-06-11
1
-6
/
+1
*
tcg: Re-order tcg_region_init vs tcg_prologue_init
Richard Henderson
2021-06-11
1
-0
/
+3
*
accel/tcg: Keep TranslationBlock headers local to TCG
Philippe Mathieu-Daudé
2021-05-27
1
-2
/
+2
*
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
2021-05-27
1
-0
/
+1
*
accel/tcg: Assert that tb->size != 0 after translation
Ilya Leoshkevich
2021-05-20
1
-0
/
+1
*
accel/tcg: Align data dumped at end of TB
Philippe Mathieu-Daudé
2021-05-16
1
-2
/
+9
[next]