aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2023-06-20exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLYPhilippe Mathieu-Daudé
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare
2023-06-13exec/ram_addr: Return number of dirty pages in cpu_physical_memory_set_dirty_...Joao Martins
2023-06-05exec/poison: Do not poison CONFIG_SOFTMMURichard Henderson
2023-06-05plugins: Drop unused headers from exec/plugin-gen.hRichard Henderson
2023-06-05plugins: Move plugin_insn_append to translator.cRichard Henderson
2023-06-05tcg: Move env defines out of NEED_CPU_H in helper-head.hRichard Henderson
2023-06-05accel/tcg: Tidy includes for translator.[ch]Richard Henderson
2023-06-05accel/tcg: Move translator_fake_ldb out of lineRichard Henderson
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05accel/tcg: Move most of gen-icount.h into translator.cRichard Henderson
2023-06-05include/exec: Remove CODE_GEN_AVG_BLOCK_SIZERichard Henderson
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson
2023-06-05exec-all: Widen tb_page_addr_t for user-onlyRichard Henderson
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson
2023-06-05tcg: Split helper-proto.hRichard Henderson
2023-06-05tcg: Split helper-gen.hRichard Henderson
2023-06-05tcg: Split tcg_gen_callNRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05tcg: Remove outdated comments in helper-head.hRichard Henderson
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson
2023-05-23hostmem-file: add offset optionAlexander Graf
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan
2023-05-16tcg: Split out exec/user/guest-base.hRichard Henderson
2023-05-16accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson
2023-05-16include/exec/memop: Add MO_ATOM_*Richard Henderson
2023-05-15softmmu: Create qemu_target_pages_to_MiB()Juan Quintela
2023-05-11accel/tcg: Introduce tlb_read_idxRichard Henderson
2023-05-11tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles
2023-05-02accel/tcg: Add cpu_ld*_code_mmuRichard Henderson
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov
2023-04-20cpu: Remove parameter of list_cpus()Thomas Huth
2023-04-20include/exec: Provide the tswap() functions for target independent code, tooThomas Huth
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-03-20replace TABs with spacesYeqi Fu
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow
2023-03-13include/exec: Remove guards around `NB_MMU_MODES`Anton Johansson
2023-03-13include/exec: Set default `NB_MMU_MODES` to 16Anton Johansson