aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2024-11-04softmmu: Expand comments describing max_bounce_buffer_sizeMattias Nissler
2024-10-31exec/memtxattr: add process identifier to the transaction attributesTomasz Jeznach
2024-10-22include/exec: Improve probe_access_full{, _mmu} documentationRichard Henderson
2024-10-15exec/memop: Remove unused memop_big_endian() helperPhilippe Mathieu-Daudé
2024-10-15exec/tswap: Massage target_needs_bswap() definitionPhilippe Mathieu-Daudé
2024-10-13include/exec/memop: Introduce memop_atomicity_bitsRichard Henderson
2024-10-13include/exec/memop: Rename get_alignment_bitsRichard Henderson
2024-10-13include/exec/memop: Move get_alignment_bits from tcg.hRichard Henderson
2024-10-13include/exec: Introduce env_cpu_const()Ilya Leoshkevich
2024-10-13tcg: remove singlestep_enabled from DisasContextBasePaolo Bonzini
2024-10-08accel/tcg: Make page_set_flags() documentation publicPhilippe Mathieu-Daudé
2024-10-07disas: Remove CRIS disassemblerPhilippe Mathieu-Daudé
2024-09-13target/cris: Remove the deprecated CRIS targetPhilippe Mathieu-Daudé
2024-09-09softmmu/physmem: fix memory leak in dirty_memory_extend()David Hildenbrand
2024-09-09softmmu: Support concurrent bounce buffersMattias Nissler
2024-08-16docs: Fix some typos (found by typos) and grammar issuesStefan Weil
2024-07-26cpu-common.c: export cpu_get_free_index to be reused laterHarsh Prateek Bora
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-23accel: Restrict probe_access*() functions to TCGPhilippe Mathieu-Daudé
2024-07-23accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson
2024-07-22gdbstub: Add helper function to unregister GDB register spaceSalil Mehta
2024-07-22physmem: Add helper function to destroy CPU AddressSpaceSalil Mehta
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger
2024-06-28exec: don't use void* in pointer arithmetic in headersRoman Kiryanov
2024-06-28exec: avoid using C++ keywords in function parametersRoman Kiryanov
2024-06-24Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson
2024-06-24memory: Remove IOMMU MR iommu_set_iova_range APIEric Auger
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-24include/exec: add missing include guard commentAlex Bennée
2024-06-19exec: Make the MemOp enum cast explicitRoman Kiryanov
2024-06-19memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()Philippe Mathieu-Daudé
2024-06-19memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()Philippe Mathieu-Daudé
2024-06-05memory: Introduce memory_region_init_ram_guest_memfd()Xiaoyao Li
2024-06-05machine: allow early use of machine_require_guest_memfdPaolo Bonzini
2024-05-24tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater
2024-05-15accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_codePhilippe Mathieu-Daudé
2024-05-15accel/tcg: Introduce translator_fake_ldRichard Henderson
2024-05-15disas: Use translator_st to get disassembly dataRichard Henderson
2024-05-15accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson
2024-05-15plugins: Read mem_only directly from TB cflagsRichard Henderson
2024-05-15accel/tcg: Implement translator_stRichard Henderson
2024-05-15accel/tcg: Record when translator_fake_ldb is usedRichard Henderson
2024-05-15accel/tcg: Record mmio bytes during translationRichard Henderson
2024-05-15accel/tcg: Pass DisasContextBase to translator_fake_ldbRichard Henderson
2024-05-15accel/tcg: Hide in_same_page outside of a target-specific contextRichard Henderson
2024-05-15accel/tcg: Use vaddr in translator_ld*Richard Henderson
2024-05-08system/physmem: Per-AddressSpace bounce bufferingMattias Nissler
2024-05-08system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler