aboutsummaryrefslogtreecommitdiff
path: root/include/exec/exec-all.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31target/translate: Restrict 'exec/cpu_ldst.h' to user emulationPhilippe Mathieu-Daudé1-1/+1
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson1-0/+10
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée1-0/+23
2023-06-26cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()Anton Johansson1-1/+1
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson1-7/+7
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson1-40/+39
2023-06-05include/exec: Remove CODE_GEN_AVG_BLOCK_SIZERichard Henderson1-10/+0
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson1-131/+1
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson1-2/+2
2023-06-05exec-all: Widen tb_page_addr_t for user-onlyRichard Henderson1-2/+2
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée1-3/+0
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-3/+0
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson1-1/+1
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-1/+0
2023-03-01include/exec: Remove `tb_pc()`Anton Johansson1-7/+0
2023-03-01include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-16/+11
2023-03-01include/exec: Introduce `CF_PCREL`Anton Johansson1-0/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-1/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-1/+2
2023-02-17bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito1-2/+3
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-1/+2
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson1-1/+1
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson1-3/+40
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-4/+1
2022-11-01accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson1-4/+17
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson1-3/+0
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson1-1/+1
2022-10-26accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson1-1/+1
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson1-0/+22
2022-10-26accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson1-8/+0
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson1-2/+30
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-0/+6
2022-10-03accel/tcg: Introduce tlb_set_page_fullRichard Henderson1-0/+22
2022-10-03accel/tcg: Introduce probe_access_fullRichard Henderson1-0/+15
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-1/+0
2022-09-06accel/tcg: Make tb_htable_lookup staticRichard Henderson1-3/+0
2022-09-06accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson1-53/+24
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-10/+10
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé1-25/+0
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé1-1/+0
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-2/+0
2021-11-29accel/tcg: introduce CF_NOIRQAlex Bennée1-0/+1
2021-11-02linux-user: Add cpu_loop_exit_sigbusRichard Henderson1-0/+14
2021-11-02linux-user: Add cpu_loop_exit_sigsegvRichard Henderson1-0/+15
2021-11-02linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson1-12/+0
2021-10-30accel/tcg: Split out handle_sigsegv_accerr_writeRichard Henderson1-0/+12
2021-10-30accel/tcg: Split out adjust_signal_pcRichard Henderson1-0/+10
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-0/+13
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson1-0/+1
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson1-7/+9