index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
translate-all.c
Age
Commit message (
Expand
)
Author
2023-02-27
exec: Remove unused 'qemu/timer.h' timer
Philippe Mathieu-Daudé
2023-01-17
tcg: Add gen_tb to TCGContext
Richard Henderson
2023-01-17
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
2022-12-20
accel/tcg: Move remainder of page locking to tb-maint.c
Richard Henderson
2022-12-20
accel/tcg: Move PageDesc tree into tb-maint.c for system
Richard Henderson
2022-12-20
accel/tcg: Move page_{get,set}_flags to user-exec.c
Richard Henderson
2022-12-20
accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD
Richard Henderson
2022-12-20
accel/tcg: Use interval tree for TBs in user-only mode
Richard Henderson
2022-11-09
accel/tcg: Split out setjmp_gen_code
Richard Henderson
2022-11-09
tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
Richard Henderson
2022-11-01
accel/tcg: Complete cpu initialization before registration
Richard Henderson
2022-11-01
accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb
Richard Henderson
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-11-01
accel/tcg: Introduce cpu_unwind_state_data
Richard Henderson
2022-10-26
accel/tcg: Remove restore_state_to_opc function
Richard Henderson
2022-10-26
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
2022-10-26
accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
Richard Henderson
2022-10-26
accel/tcg: Use tb_invalidate_phys_range in page_set_flags
Richard Henderson
2022-10-26
accel/tcg: Use page_reset_target_data in page_set_flags
Richard Henderson
2022-10-26
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
2022-10-26
accel/tcg: Use tb_invalidate_phys_page in page_set_flags
Richard Henderson
2022-10-26
accel/tcg: Rename tb_invalidate_phys_page
Richard Henderson
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
2022-10-26
accel/tcg: Split out tb-maint.c
Richard Henderson
2022-10-26
accel/tcg: Split out PageDesc to internal.h
Richard Henderson
2022-10-26
accel/tcg: Remove disabled debug in translate-all.c
Richard Henderson
2022-10-26
accel/tcg: Make page_alloc_target_data allocation constant
Richard Henderson
2022-10-04
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-10-04
accel/tcg: Do not align tb->page_addr[0]
Richard Henderson
2022-10-03
accel/tcg: Use bool for page_find_alloc
Richard Henderson
2022-10-03
accel/tcg: Remove PageDesc code_bitmap
Richard Henderson
2022-09-27
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
2022-09-06
accel/tcg: Add fast path for translator_ld*
Richard Henderson
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-08-11
linux-user/aarch64: Reset target data on MADV_DONTNEED
Vitaly Buka
2022-07-18
linux-user/aarch64: Do not clear PROT_MTE on mprotect
Richard Henderson
2022-06-11
accel/tcg: Inline dump_opcount_info() and remove it
Bernhard Beschow
2022-04-20
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
2021-11-29
accel/tcg: suppress IRQ check for special TBs
Alex Bennée
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
2021-09-14
accel/tcg: Clear PAGE_WRITE before translation
Ilya Leoshkevich
2021-07-21
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
[next]