aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2023-06-23include/exec/memattrs: Add two bits of space to MemTxAttrsRichard Henderson1-1/+8
2023-06-20exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLYPhilippe Mathieu-Daudé1-6/+6
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare2-0/+4
2023-06-13exec/ram_addr: Return number of dirty pages in cpu_physical_memory_set_dirty_...Joao Martins1-6/+22
2023-06-05exec/poison: Do not poison CONFIG_SOFTMMURichard Henderson1-1/+0
2023-06-05plugins: Drop unused headers from exec/plugin-gen.hRichard Henderson1-2/+0
2023-06-05plugins: Move plugin_insn_append to translator.cRichard Henderson1-22/+0
2023-06-05tcg: Move env defines out of NEED_CPU_H in helper-head.hRichard Henderson1-3/+3
2023-06-05accel/tcg: Tidy includes for translator.[ch]Richard Henderson1-5/+1
2023-06-05accel/tcg: Move translator_fake_ldb out of lineRichard Henderson1-7/+1
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson2-6/+10
2023-06-05accel/tcg: Move most of gen-icount.h into translator.cRichard Henderson1-78/+1
2023-06-05include/exec: Remove CODE_GEN_AVG_BLOCK_SIZERichard Henderson1-10/+0
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson2-131/+150
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-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson1-0/+3
2023-06-05tcg: Split helper-proto.hRichard Henderson3-64/+95
2023-06-05tcg: Split helper-gen.hRichard Henderson3-97/+124
2023-06-05tcg: Split tcg_gen_callNRichard Henderson1-20/+20
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson3-101/+136
2023-06-05tcg: Remove outdated comments in helper-head.hRichard Henderson1-15/+3
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson1-2/+1
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson2-38/+57
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson2-30/+26
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée1-3/+0
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-3/+0
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson1-9/+0
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson1-46/+12
2023-05-23hostmem-file: add offset optionAlexander Graf3-1/+5
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan1-2/+7
2023-05-16tcg: Split out exec/user/guest-base.hRichard Henderson2-4/+13
2023-05-16accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson1-2/+2
2023-05-16include/exec/memop: Add MO_ATOM_*Richard Henderson1-0/+37
2023-05-15softmmu: Create qemu_target_pages_to_MiB()Juan Quintela1-0/+1
2023-05-11accel/tcg: Introduce tlb_read_idxRichard Henderson2-5/+24
2023-05-11tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson2-12/+2
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles1-0/+1
2023-05-02accel/tcg: Add cpu_ld*_code_mmuRichard Henderson1-0/+9
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell1-2/+0
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov1-0/+5
2023-04-20cpu: Remove parameter of list_cpus()Thomas Huth1-1/+1
2023-04-20include/exec: Provide the tswap() functions for target independent code, tooThomas Huth2-63/+73
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson1-1/+10
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson1-1/+1
2023-03-20replace TABs with spacesYeqi Fu1-1/+1
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow1-1/+1
2023-03-13include/exec: Remove guards around `NB_MMU_MODES`Anton Johansson1-2/+0