aboutsummaryrefslogtreecommitdiffstats
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2024-04-26exec: Move CPUTLBEntry helpers to cputlb.cPhilippe Mathieu-Daudé1-55/+0
2024-04-26exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé2-3/+2
2024-04-26exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'Philippe Mathieu-Daudé2-13/+1
2024-04-26exec: Restrict 'cpu_ldst.h' to TCG acceleratorPhilippe Mathieu-Daudé1-1/+5
2024-04-26exec: Restrict TCG specific declarations of 'cputlb.h'Philippe Mathieu-Daudé1-0/+5
2024-04-26exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé1-0/+30
2024-04-26exec: Declare MMUAccessType type in 'mmu-access-type.h' headerPhilippe Mathieu-Daudé3-0/+20
2024-04-26exec: Declare abi_ptr type in its own 'abi_ptr.h' headerPhilippe Mathieu-Daudé4-15/+41
2024-04-26exec/user: Do not include 'cpu.h' in 'abitypes.h'Philippe Mathieu-Daudé1-1/+6
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé2-8/+1
2024-04-26exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé1-1/+11
2024-04-26exec/cpu-all: Remove unused tswapls() definitionsPhilippe Mathieu-Daudé1-2/+0
2024-04-26exec/cpu-all: Remove unused 'qemu/thread.h' headerPhilippe Mathieu-Daudé1-1/+0
2024-04-26exec/cpu-all: Reduce 'qemu/rcu.h' header inclusionPhilippe Mathieu-Daudé2-1/+1
2024-04-26accel/tcg: Rename helper-head.h -> helper-head.h.incPhilippe Mathieu-Daudé4-3/+3
2024-04-26accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'Philippe Mathieu-Daudé1-26/+2
2024-04-26exec: Include 'cpu.h' before validating CPUArchState placementPhilippe Mathieu-Daudé1-0/+1
2024-04-26exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé1-1/+0
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé5-9/+9
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson2-4/+1
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2-4/+1
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu into stagingRichard Henderson2-3/+9
2024-04-23migration/multifd: solve zero page causing multiple page faultsYuan Liu1-1/+1
2024-04-23memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater1-1/+4
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater1-1/+4
2024-04-23physmem: Introduce ram_block_discard_guest_memfd_range()Xiaoyao Li1-0/+2
2024-04-23RAMBlock: Add support of KVM private guest memfdXiaoyao Li3-4/+19
2024-04-23confidential guest support: Add kvm_init() and kvm_reset() in classXiaoyao Li1-1/+33
2024-04-09accel/tcg: Improve can_do_io managementRichard Henderson1-1/+0
2024-04-09accel/tcg: Add insn_start to DisasContextBaseRichard Henderson1-0/+3
2024-03-12physmem: Fix migration dirty bitmap coherency with TCG memory accessNicholas Piggin1-0/+3
2024-03-12physmem: Factor cpu_physical_memory_dirty_bits_cleared() outNicholas Piggin1-0/+9
2024-03-12physmem: Expose tlb_reset_dirty_range_all()Philippe Mathieu-Daudé1-0/+1
2024-03-05Merge tag 'pull-target-arm-20240305' of https://git.linaro.org/people/pmaydell/qemu-arm into stagingPeter Maydell2-13/+3
2024-03-05accel/tcg: Add TLB_CHECK_ALIGNEDRichard Henderson1-1/+3
2024-03-05accel/tcg: Add tlb_fill_flags to CPUTLBEntryFullRichard Henderson1-2/+0
2024-03-05exec/memattrs: Remove target_tlb_bit*Richard Henderson1-10/+0
2024-03-05Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu into stagingPeter Maydell1-0/+13
2024-03-01migration/ram: Add outgoing 'mapped-ram' migrationFabiano Rosas1-0/+13
2024-02-29cpu: Remove page_size_initRichard Henderson1-7/+0
2024-02-28gdbstub: expose api to find registersAlex Bennée1-0/+28
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki1-0/+3
2024-02-28gdbstub: Simplify XML lookupAkihiko Odaki1-0/+6
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki1-2/+2
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki1-1/+1
2024-02-21include/exec/memory.h: correct typosManos Pitsidianakis1-1/+1
2024-02-14exec/ioport: Add portio_list_set_enabled()Bernhard Beschow1-0/+1
2024-02-14exec/ioport: Add portio_list_set_address()Bernhard Beschow1-0/+2
2024-02-14exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortioBernhard Beschow1-1/+0
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2-3/+2