aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson1-1/+1
2023-10-04accel/tcg: Make monitor.c a target-agnostic unitPhilippe Mathieu-Daudé1-0/+1
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-4/+4
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson1-7/+7
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson1-1/+1
2023-10-03accel/tcg: Have tcg_exec_realizefn() return a booleanPhilippe Mathieu-Daudé1-1/+3
2023-09-28accel/tcg: Always set CF_LAST_IO with CF_NOIRQRichard Henderson1-1/+1
2023-07-17accel/tcg: Zero-pad PC in TCG CPU exec trace linesPeter Maydell1-2/+2
2023-07-15accel/tcg: Always lock pages before translationRichard Henderson1-0/+20
2023-07-15accel/tcg: Split out cpu_exec_longjmp_cleanupRichard Henderson1-24/+19
2023-06-26accel/tcg/cpu-exec.c: Widen pc to vaddrAnton Johansson1-17/+17
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-3/+6
2023-06-20accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' headerPhilippe Mathieu-Daudé1-1/+1
2023-06-20accel/tcg: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé1-2/+2
2023-06-13util/log: Add vector registers to logIvan Klokov1-0/+3
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini1-1/+1
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson1-1/+1
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée1-1/+1
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée1-6/+1
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-2/+0
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell1-1/+1
2023-04-04accel/tcg: Fix jump cache set in cpu_exec_loopRichard Henderson1-4/+13
2023-03-22tcg: Clear plugin_mem_cbs on TB exitRichard Henderson1-4/+1
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson1-3/+3
2023-03-01accel/tcg: Move jmp-cache `CF_PCREL` checks to callerAnton Johansson1-15/+41
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-4/+4
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé1-1/+1
2023-02-27accel/tcg: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé1-86/+2
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé1-1/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota1-0/+2
2023-02-02cpu: free cpu->tb_jmp_cache with RCUEmilio Cota1-2/+1
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson1-12/+11
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson1-3/+8
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-3/+2
2023-01-16accel/tcg: Split out cpu_exec_{setjmp,loop}Richard Henderson1-57/+54
2022-11-01accel/tcg: Complete cpu initialization before registrationRichard Henderson1-3/+5
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson1-4/+5
2022-10-26accel/tcg: Add a quicker check for breakpointsLeandro Lupori1-6/+9
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson1-6/+10
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-21/+25
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-3/+7
2022-10-04accel/tcg: Do not align tb->page_addr[0]Richard Henderson1-8/+8
2022-09-06accel/tcg: Document the faulting lookup in tb_lookup_cmpRichard Henderson1-1/+10
2022-09-06accel/tcg: Make tb_htable_lookup staticRichard Henderson1-61/+61
2022-09-06accel/tcg: Unlock mmap_lock after longjmpRichard Henderson1-6/+6
2022-06-11accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow1-1/+1
2022-06-11accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow1-1/+1
2022-04-20accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlockRichard Henderson1-1/+1