aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2024-06-05memory: Introduce memory_region_init_ram_guest_memfd()Xiaoyao Li1-0/+6
2024-06-05machine: allow early use of machine_require_guest_memfdPaolo Bonzini1-0/+5
2024-05-24tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin1-82/+15
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater1-1/+14
2024-05-15accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_codePhilippe Mathieu-Daudé1-10/+0
2024-05-15accel/tcg: Introduce translator_fake_ldRichard Henderson1-4/+4
2024-05-15disas: Use translator_st to get disassembly dataRichard Henderson1-2/+2
2024-05-15accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson1-1/+1
2024-05-15plugins: Read mem_only directly from TB cflagsRichard Henderson1-4/+3
2024-05-15accel/tcg: Implement translator_stRichard Henderson1-0/+23
2024-05-15accel/tcg: Record when translator_fake_ldb is usedRichard Henderson1-1/+2
2024-05-15accel/tcg: Record mmio bytes during translationRichard Henderson1-0/+12
2024-05-15accel/tcg: Pass DisasContextBase to translator_fake_ldbRichard Henderson1-2/+3
2024-05-15accel/tcg: Hide in_same_page outside of a target-specific contextRichard Henderson1-0/+2
2024-05-15accel/tcg: Use vaddr in translator_ld*Richard Henderson1-12/+9
2024-05-08system/physmem: Per-AddressSpace bounce bufferingMattias Nissler1-0/+19
2024-05-08system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler2-4/+24
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-0/+1
2024-05-06accel/tcg: Introduce CF_BP_PAGERichard Henderson1-0/+1
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2-3/+7
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé3-30/+43
2024-05-06exec/cpu: Remove duplicated PAGE_PASSTHROUGH definitionPhilippe Mathieu-Daudé1-6/+0
2024-05-06exec/cpu: Remove obsolete PAGE_RESERVED definitionPhilippe Mathieu-Daudé1-4/+0
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan1-1/+1
2024-05-06exec/cpu: Indent TARGET_PAGE_foo definitionsPhilippe Mathieu-Daudé1-12/+13
2024-05-03Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into stagingRichard Henderson4-299/+8
2024-05-03user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé1-209/+0
2024-05-03user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé3-89/+2
2024-05-03exec: Include missing license in 'exec/cpu-common.h'Philippe Mathieu-Daudé1-2/+7
2024-04-30plugins: Remove plugin helpersRichard Henderson2-8/+0
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson1-4/+0
2024-04-30tcg: Pass function pointer to tcg_gen_call*Richard Henderson1-8/+16
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