summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan 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/qe...Stefan 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
* accel/tcg/cputlb.c: Widen CPUTLBEntry access functionsAnton Johansson2023-06-261-5/+5
* accel: Replace target_ulong in tlb_*()Anton Johansson2023-06-262-42/+41
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2023-06-261-0/+1
|\
| * softmmu: Introduce qemu_target_page_mask() helperPhilippe Mathieu-Daudé2023-06-231-0/+1
* | include/exec/memattrs: Add two bits of space to MemTxAttrsRichard Henderson2023-06-231-1/+8
|/
* exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLYPhilippe Mathieu-Daudé2023-06-201-6/+6
* exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare2023-06-132-0/+4
* exec/ram_addr: Return number of dirty pages in cpu_physical_memory_set_dirty_...Joao Martins2023-06-131-6/+22
* exec/poison: Do not poison CONFIG_SOFTMMURichard Henderson2023-06-051-1/+0
* plugins: Drop unused headers from exec/plugin-gen.hRichard Henderson2023-06-051-2/+0
* plugins: Move plugin_insn_append to translator.cRichard Henderson2023-06-051-22/+0