summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* softmmu: Expand comments describing max_bounce_buffer_sizeMattias Nissler2024-11-041-1/+8
* exec/memtxattr: add process identifier to the transaction attributesTomasz Jeznach2024-10-311-0/+5
* include/exec: Improve probe_access_full{, _mmu} documentationRichard Henderson2024-10-221-16/+15
* exec/memop: Remove unused memop_big_endian() helperPhilippe Mathieu-Daudé2024-10-151-6/+0
* exec/tswap: Massage target_needs_bswap() definitionPhilippe Mathieu-Daudé2024-10-151-1/+1
* include/exec/memop: Introduce memop_atomicity_bitsRichard Henderson2024-10-131-0/+24
* include/exec/memop: Rename get_alignment_bitsRichard Henderson2024-10-131-2/+2
* include/exec/memop: Move get_alignment_bits from tcg.hRichard Henderson2024-10-131-0/+23
* include/exec: Introduce env_cpu_const()Ilya Leoshkevich2024-10-131-1/+12
* tcg: remove singlestep_enabled from DisasContextBasePaolo Bonzini2024-10-131-2/+0
* accel/tcg: Make page_set_flags() documentation publicPhilippe Mathieu-Daudé2024-10-081-0/+13
* disas: Remove CRIS disassemblerPhilippe Mathieu-Daudé2024-10-071-1/+0
* target/cris: Remove the deprecated CRIS targetPhilippe Mathieu-Daudé2024-09-131-1/+0
* softmmu/physmem: fix memory leak in dirty_memory_extend()David Hildenbrand2024-09-091-0/+1
* softmmu: Support concurrent bounce buffersMattias Nissler2024-09-091-9/+5
* docs: Fix some typos (found by typos) and grammar issuesStefan Weil2024-08-161-1/+1
* cpu-common.c: export cpu_get_free_index to be reused laterHarsh Prateek Bora2024-07-261-0/+2
* Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson2024-07-241-1/+6
|\
| * accel: Restrict probe_access*() functions to TCGPhilippe Mathieu-Daudé2024-07-231-1/+6
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2024-07-242-0/+14
|\ \ | |/ |/|
| * gdbstub: Add helper function to unregister GDB register spaceSalil Mehta2024-07-221-0/+6
| * physmem: Add helper function to destroy CPU AddressSpaceSalil Mehta2024-07-221-0/+8
* | 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