aboutsummaryrefslogtreecommitdiffstats
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+0
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets1-3/+13
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson2-12/+1
2023-10-03accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson1-1/+0
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-13/+9
2023-10-03accel/tcg: Validate placement of CPUNegativeOffsetStateRichard Henderson1-0/+6
2023-10-03accel/tcg: Move CPUTLB definitions from cpu-defs.hRichard Henderson1-150/+0
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson1-3/+15
2023-10-03accel/tcg: Restrict tcg_exec_[un]realizefn() to TCGPhilippe Mathieu-Daudé1-2/+0
2023-10-03accel/tcg: Have tcg_exec_realizefn() return a booleanPhilippe Mathieu-Daudé1-1/+1
2023-09-28accel/tcg: Track current value of can_do_io in the TBRichard Henderson1-0/+2
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into stagingStefan Hajnoczi2-8/+15
2023-09-19memory: avoid updating ioeventfds for some address_spacehongmianquan1-0/+1
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand2-8/+14
2023-09-15thunk: Delete checks for old host definitionsAkihiko Odaki1-2/+1
2023-09-15accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei1-6/+6
2023-09-08accel/tcg: Fix typo in translator_io_start() descriptionPhilippe Mathieu-Daudé1-1/+1
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/qemu into stagingStefan 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