summary refs log tree commit diff stats
path: root/include/exec/exec-all.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito2023-02-171-2/+3
* tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson2023-01-171-1/+2
* tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson2023-01-171-1/+1
* accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson2022-12-201-3/+40
* accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-11-011-4/+1
* accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson2022-11-011-4/+17
* accel/tcg: Remove restore_state_to_opc functionRichard Henderson2022-10-261-3/+0
* accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson2022-10-261-1/+1
* accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson2022-10-261-1/+1
* accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson2022-10-261-0/+22
* accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson2022-10-261-8/+0
* accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson2022-10-041-2/+30
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-0/+6
* accel/tcg: Introduce tlb_set_page_fullRichard Henderson2022-10-031-0/+22
* accel/tcg: Introduce probe_access_fullRichard Henderson2022-10-031-0/+15
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-1/+0
* accel/tcg: Make tb_htable_lookup staticRichard Henderson2022-09-061-3/+0
* accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson2022-09-061-53/+24
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-10/+10
* exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé2022-03-061-25/+0
* misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé2022-03-061-1/+0
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-2/+0
* accel/tcg: introduce CF_NOIRQAlex Bennée2021-11-291-0/+1
* linux-user: Add cpu_loop_exit_sigbusRichard Henderson2021-11-021-0/+14
* linux-user: Add cpu_loop_exit_sigsegvRichard Henderson2021-11-021-0/+15
* linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson2021-11-021-12/+0
* accel/tcg: Split out handle_sigsegv_accerr_writeRichard Henderson2021-10-301-0/+12
* accel/tcg: Split out adjust_signal_pcRichard Henderson2021-10-301-0/+10
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-211-0/+13
* accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson2021-07-211-0/+1
* accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson2021-07-211-7/+9
* accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson2021-07-211-4/+1
* accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson2021-07-211-1/+3
* accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé2021-05-261-1/+0
* accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson2021-05-251-0/+12
* accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson2021-05-251-0/+13
* accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson2021-05-251-0/+19
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-6/+1
* include/exec: lightly re-arrange TranslationBlockAlex Bennée2021-03-061-3/+8
* accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée2021-03-061-3/+1
* accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée2021-03-061-3/+5
* accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-181-3/+3
* accel/tcg: remove CF_NOCACHE and special casesAlex Bennée2021-02-181-3/+0
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-1/+1
* tcg/tci: Make tci_tb_ptr thread-localRichard Henderson2021-02-051-1/+1
* accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé2021-01-231-1/+0
* accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé2021-01-231-5/+0
* accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson2021-01-231-3/+0
* accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé2021-01-231-2/+0
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-071-1/+1