aboutsummaryrefslogtreecommitdiffstats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson2023-10-041-10/+0
* | accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-1/+0
* | accel/tcg: Remove cpu_neg()Richard Henderson2023-10-032-12/+1
* | accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson2023-10-031-1/+0
* | accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson2023-10-031-13/+9
* | accel/tcg: Validate placement of CPUNegativeOffsetStateRichard Henderson2023-10-031-0/+6
* | accel/tcg: Move CPUTLB definitions from cpu-defs.hRichard Henderson2023-10-031-150/+0
* | target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson2023-10-031-3/+15
* | accel/tcg: Restrict tcg_exec_[un]realizefn() to TCGPhilippe Mathieu-Daudé2023-10-031-2/+0
* | accel/tcg: Have tcg_exec_realizefn() return a booleanPhilippe Mathieu-Daudé2023-10-031-1/+1
* | accel/tcg: Track current value of can_do_io in the TBRichard Henderson2023-09-281-0/+2
|/
* Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into stagingStefan Hajnoczi2023-09-192-8/+15
|\
| * memory: avoid updating ioeventfds for some address_spacehongmianquan2023-09-191-0/+1
| * softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand2023-09-192-8/+14
* | thunk: Delete checks for old host definitionsAkihiko Odaki2023-09-151-2/+1
* | accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei2023-09-151-6/+6
|/
* accel/tcg: Fix typo in translator_io_start() descriptionPhilippe Mathieu-Daudé2023-09-081-1/+1
* exec/translation-block: Clean up includesPhilippe Mathieu-Daudé2023-08-311-3/+3
* target/translate: Restrict 'exec/cpu_ldst.h' to user emulationPhilippe Mathieu-Daudé2023-08-311-1/+1
* exec/address-spaces.h: Remove unuseful 'exec/memory.h' includePhilippe Mathieu-Daudé2023-08-311-2/+0
* bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2023-08-312-23/+23
* accel: Remove HAX acceleratorPhilippe Mathieu-Daudé2023-08-311-1/+0
* Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qemu into stagingStefan Hajnoczi2023-08-311-5/+15
|\
| * gdbstub: move comment for gdb_register_coprocessorAlex Bennée2023-08-301-0/+10
| * gdbstub: replace global gdb_has_xml with a functionAlex Bennée2023-08-301-5/+5
* | Revert "include/exec: typedef abi_ptr to vaddr in softmmu"Richard Henderson2023-08-291-2/+2
* | softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson2023-08-291-1/+0
|/
* include/exec: Widen tlb_hit/tlb_hit_page()Anton Johansson2023-08-241-2/+2
* include/exec: typedef abi_ptr to vaddr in softmmuAnton Johansson2023-08-241-2/+2
* include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson2023-08-241-12/+12
* linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson2023-08-091-4/+11
* Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi2023-08-071-0/+8
* misc: Fix some typos in documentation and commentsStefan Weil2023-08-011-1/+1
* include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson2023-07-231-0/+10
* tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson2023-07-151-0/+2
* accel/tcg: Return bool from page_check_rangeRichard Henderson2023-07-151-1/+12
* accel/tcg: Introduce page_find_range_emptyRichard Henderson2023-07-151-0/+15
* accel/tcg: Introduce page_check_range_emptyRichard Henderson2023-07-151-0/+12
* include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2Richard Henderson2023-07-151-1/+2
* include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblazeRichard Henderson2023-07-151-1/+3
* plugins: force slow path when plugins instrument memory opsAlex Bennée2023-07-032-1/+24
* exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata2023-06-281-0/+1
* exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata2023-06-281-0/+1
* exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-281-0/+2
* accel/tcg: Renumber TLB_DISCARD_WRITERichard Henderson2023-06-261-2/+2
* accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASKRichard Henderson2023-06-261-4/+4
* accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson2023-06-262-4/+23
* cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()Anton Johansson2023-06-261-1/+1
* accel/tcg: Replace target_ulong with vaddr in translator_*()Anton Johansson2023-06-261-3/+3
* accel: Replace target_ulong with vaddr in probe_*()Anton Johansson2023-06-261-7/+7