aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2023-08-31exec/translation-block: Clean up includesPhilippe Mathieu-Daudé1-3/+3
2023-08-31target/translate: Restrict 'exec/cpu_ldst.h' to user emulationPhilippe Mathieu-Daudé1-1/+1
2023-08-31exec/address-spaces.h: Remove unuseful 'exec/memory.h' includePhilippe Mathieu-Daudé1-2/+0
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2-23/+23
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé1-1/+0
2023-08-31Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qe...Stefan Hajnoczi1-5/+15
2023-08-30gdbstub: move comment for gdb_register_coprocessorAlex Bennée1-0/+10
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée1-5/+5
2023-08-29Revert "include/exec: typedef abi_ptr to vaddr in softmmu"Richard Henderson1-2/+2
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson1-1/+0
2023-08-24include/exec: Widen tlb_hit/tlb_hit_page()Anton Johansson1-2/+2
2023-08-24include/exec: typedef abi_ptr to vaddr in softmmuAnton Johansson1-2/+2
2023-08-24include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson1-12/+12
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson1-4/+11
2023-08-07Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi1-0/+8
2023-08-01misc: Fix some typos in documentation and commentsStefan Weil1-1/+1
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson1-0/+10
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson1-0/+2
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson1-1/+12
2023-07-15accel/tcg: Introduce page_find_range_emptyRichard Henderson1-0/+15
2023-07-15accel/tcg: Introduce page_check_range_emptyRichard Henderson1-0/+12
2023-07-15include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2Richard Henderson1-1/+2
2023-07-15include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblazeRichard Henderson1-1/+3
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