summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * accel/tcg: Add tlb_fill_flags to CPUTLBEntryFullRichard Henderson2024-03-051-2/+0
| * exec/memattrs: Remove target_tlb_bit*Richard Henderson2024-03-051-10/+0
* | Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...Peter Maydell2024-03-051-0/+13
|\ \ | |/ |/|
| * migration/ram: Add outgoing 'mapped-ram' migrationFabiano Rosas2024-03-011-0/+13
* | cpu: Remove page_size_initRichard Henderson2024-02-291-7/+0
|/
* gdbstub: expose api to find registersAlex Bennée2024-02-281-0/+28
* gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki2024-02-281-0/+3
* gdbstub: Simplify XML lookupAkihiko Odaki2024-02-281-0/+6
* gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki2024-02-281-2/+2
* gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki2024-02-281-1/+1
* include/exec/memory.h: correct typosManos Pitsidianakis2024-02-211-1/+1
* exec/ioport: Add portio_list_set_enabled()Bernhard Beschow2024-02-141-0/+1