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: 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
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
accel/tcg: avoid re-translating one-shot instructions
Alex Bennée
2021-04-17
1
-1
/
+1
*
accel/tcg: Preserve PAGE_ANON when changing page permissions
Richard Henderson
2021-04-12
1
-2
/
+7
*
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
2021-03-06
1
-4
/
+0
*
accel/tcg: drop the use of CF_HASH_MASK and rename params
Alex Bennée
2021-03-06
1
-3
/
+5
*
accel/tcg: move CF_CLUSTER calculation to curr_cflags
Alex Bennée
2021-03-06
1
-3
/
+3
*
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
2021-02-18
1
-9
/
+9
*
accel/tcg: remove CF_NOCACHE and special cases
Alex Bennée
2021-02-18
1
-36
/
+15
*
accel/tcg: re-factor non-RAM execution code
Alex Bennée
2021-02-18
1
-15
/
+15
*
target/sh4: Create superh_io_recompile_replay_branch
Richard Henderson
2021-02-18
1
-12
/
+0
*
target/mips: Create mips_io_recompile_replay_branch
Richard Henderson
2021-02-18
1
-10
/
+2
*
accel/tcg: Create io_recompile_replay_branch hook
Richard Henderson
2021-02-18
1
-4
/
+13
*
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-16
1
-2
/
+2
[next]