aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée2-1/+24
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata1-0/+1
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata1-0/+1
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata1-0/+2
2023-06-26accel/tcg: Renumber TLB_DISCARD_WRITERichard Henderson1-2/+2
2023-06-26accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASKRichard Henderson1-4/+4
2023-06-26accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson2-4/+23
2023-06-26cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()Anton Johansson1-1/+1
2023-06-26accel/tcg: Replace target_ulong with vaddr in translator_*()Anton Johansson1-3/+3
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson1-7/+7
2023-06-26accel/tcg/cputlb.c: Widen CPUTLBEntry access functionsAnton Johansson1-5/+5
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson2-42/+41
2023-06-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-0/+1
2023-06-23include/exec/memattrs: Add two bits of space to MemTxAttrsRichard Henderson1-1/+8
2023-06-23softmmu: Introduce qemu_target_page_mask() helperPhilippe Mathieu-Daudé1-0/+1
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