summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson2024-07-231-0/+34
* memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger2024-07-091-38/+0
* exec: don't use void* in pointer arithmetic in headersRoman Kiryanov2024-06-281-1/+1
* exec: avoid using C++ keywords in function parametersRoman Kiryanov2024-06-281-2/+2
* Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson2024-06-241-32/+0
|\
| * memory: Remove IOMMU MR iommu_set_iova_range APIEric Auger2024-06-241-32/+0
* | gdbstub: move enums into separate headerAlex Bennée2024-06-241-9/+0
* | include/exec: add missing include guard commentAlex Bennée2024-06-241-1/+1
|/
* exec: Make the MemOp enum cast explicitRoman Kiryanov2024-06-191-1/+1
* memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()Philippe Mathieu-Daudé2024-06-191-1/+1
* memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()Philippe Mathieu-Daudé2024-06-191-1/+1
* memory: Introduce memory_region_init_ram_guest_memfd()Xiaoyao Li2024-06-051-0/+6
* machine: allow early use of machine_require_guest_memfdPaolo Bonzini2024-06-051-0/+5
* tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin2024-05-241-82/+15
* memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater2024-05-161-1/+14
* accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_codePhilippe Mathieu-Daudé2024-05-151-10/+0
* accel/tcg: Introduce translator_fake_ldRichard Henderson2024-05-151-4/+4
* disas: Use translator_st to get disassembly dataRichard Henderson2024-05-151-2/+2
* accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson2024-05-151-1/+1
* plugins: Read mem_only directly from TB cflagsRichard Henderson2024-05-151-4/+3
* accel/tcg: Implement translator_stRichard Henderson2024-05-151-0/+23
* accel/tcg: Record when translator_fake_ldb is usedRichard Henderson2024-05-151-1/+2
* accel/tcg: Record mmio bytes during translationRichard Henderson2024-05-151-0/+12
* accel/tcg: Pass DisasContextBase to translator_fake_ldbRichard Henderson2024-05-151-2/+3
* accel/tcg: Hide in_same_page outside of a target-specific contextRichard Henderson2024-05-151-0/+2
* accel/tcg: Use vaddr in translator_ld*Richard Henderson2024-05-151-12/+9
* system/physmem: Per-AddressSpace bounce bufferingMattias Nissler2024-05-081-0/+19
* system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler2024-05-082-4/+24
* 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