aboutsummaryrefslogtreecommitdiff
path: root/include/exec/exec-all.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-21accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson1-4/+1
2021-07-21accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson1-1/+3
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé1-1/+0
2021-05-25accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson1-0/+12
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson1-0/+13
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson1-0/+19
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson1-6/+1
2021-03-06include/exec: lightly re-arrange TranslationBlockAlex Bennée1-3/+8
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée1-3/+1
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée1-3/+5
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée1-3/+3
2021-02-18accel/tcg: remove CF_NOCACHE and special casesAlex Bennée1-3/+0
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-1/+1
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson1-1/+1
2021-01-23accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé1-1/+0
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé1-5/+0
2021-01-23accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson1-3/+0
2021-01-23accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé1-2/+0
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson1-1/+1
2020-12-15vl: extract softmmu/globals.cPaolo Bonzini1-3/+0