summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2024-05-071-0/+1
|\
| * accel/tcg: Introduce CF_BP_PAGERichard Henderson2024-05-061-0/+1
* | accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2024-05-062-3/+7
* | exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-063-30/+43
* | exec/cpu: Remove duplicated PAGE_PASSTHROUGH definitionPhilippe Mathieu-Daudé2024-05-061-6/+0
* | exec/cpu: Remove obsolete PAGE_RESERVED definitionPhilippe Mathieu-Daudé2024-05-061-4/+0
* | exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan2024-05-061-1/+1
* | exec/cpu: Indent TARGET_PAGE_foo definitionsPhilippe Mathieu-Daudé2024-05-061-12/+13
|/
* Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into stagingRichard Henderson2024-05-034-299/+8
|\
| * user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2024-05-031-209/+0
| * user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2024-05-033-89/+2
| * exec: Include missing license in 'exec/cpu-common.h'Philippe Mathieu-Daudé2024-05-031-2/+7
* | plugins: Remove plugin helpersRichard Henderson2024-04-302-8/+0
* | plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson2024-04-301-4/+0
* | tcg: Pass function pointer to tcg_gen_call*Richard Henderson2024-04-301-8/+16
|/
* exec: Move CPUTLBEntry helpers to cputlb.cPhilippe Mathieu-Daudé2024-04-261-55/+0
* exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé2024-04-262-3/+2
* exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'Philippe Mathieu-Daudé2024-04-262-13/+1
* exec: Restrict 'cpu_ldst.h' to TCG acceleratorPhilippe Mathieu-Daudé2024-04-261-1/+5
* exec: Restrict TCG specific declarations of 'cputlb.h'Philippe Mathieu-Daudé2024-04-261-0/+5
* exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé2024-04-261-0/+30
* exec: Declare MMUAccessType type in 'mmu-access-type.h' headerPhilippe Mathieu-Daudé2024-04-263-0/+20
* exec: Declare abi_ptr type in its own 'abi_ptr.h' headerPhilippe Mathieu-Daudé2024-04-264-15/+41
* exec/user: Do not include 'cpu.h' in 'abitypes.h'Philippe Mathieu-Daudé2024-04-261-1/+6
* exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé2024-04-262-8/+1
* exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-261-1/+11
* exec/cpu-all: Remove unused tswapls() definitionsPhilippe Mathieu-Daudé2024-04-261-2/+0
* exec/cpu-all: Remove unused 'qemu/thread.h' headerPhilippe Mathieu-Daudé2024-04-261-1/+0
* exec/cpu-all: Reduce 'qemu/rcu.h' header inclusionPhilippe Mathieu-Daudé2024-04-262-1/+1
* accel/tcg: Rename helper-head.h -> helper-head.h.incPhilippe Mathieu-Daudé2024-04-264-3/+3
* accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'Philippe Mathieu-Daudé2024-04-261-26/+2
* exec: Include 'cpu.h' before validating CPUArchState placementPhilippe Mathieu-Daudé2024-04-261-0/+1
* exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé2024-04-261-1/+0
* exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé2024-04-265-9/+9
* Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-242-4/+1
|\
| * target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-242-4/+1
* | Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson2024-04-232-3/+9
|\ \
| * | migration/multifd: solve zero page causing multiple page faultsYuan Liu2024-04-231-1/+1
| * | memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater2024-04-231-1/+4
| * | memory: Add Error** argument to .log_global_start() handlerCédric Le Goater2024-04-231-1/+4
| |/
* | physmem: Introduce ram_block_discard_guest_memfd_range()Xiaoyao Li2024-04-231-0/+2
* | RAMBlock: Add support of KVM private guest memfdXiaoyao Li2024-04-233-4/+19
* | confidential guest support: Add kvm_init() and kvm_reset() in classXiaoyao Li2024-04-231-1/+33
|/
* accel/tcg: Improve can_do_io managementRichard Henderson2024-04-091-1/+0
* accel/tcg: Add insn_start to DisasContextBaseRichard Henderson2024-04-091-0/+3
* physmem: Fix migration dirty bitmap coherency with TCG memory accessNicholas Piggin2024-03-121-0/+3
* physmem: Factor cpu_physical_memory_dirty_bits_cleared() outNicholas Piggin2024-03-121-0/+9
* physmem: Expose tlb_reset_dirty_range_all()Philippe Mathieu-Daudé2024-03-121-0/+1
* Merge tag 'pull-target-arm-20240305' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-03-052-13/+3
|\
| * accel/tcg: Add TLB_CHECK_ALIGNEDRichard Henderson2024-03-051-1/+3