aboutsummaryrefslogtreecommitdiff
path: root/include/system
AgeCommit message (Expand)AuthorFilesLines
4 daysbackends/iommufd: Add get_pasid_info() callbackShameer Kolothum1-0/+17
4 daysbackends/iommufd: Retrieve PASID width from iommufd_backend_get_device_info()Shameer Kolothum2-1/+5
4 daysbackends/iommufd: Introduce iommufd_backend_alloc_vdevNicolin Chen1-0/+12
4 daysbackends/iommufd: Introduce iommufd_backend_alloc_viommuNicolin Chen1-0/+14
10 daysMerge tag 'pull-target-arm-20260123' of https://gitlab.com/pm215/qemu into st...Richard Henderson2-2/+0
11 daysall: Clean up includesPeter Maydell1-1/+0
11 daysmshv: Clean up includesPeter Maydell1-1/+0
11 dayssystem: Allow restricting the legacy DEVICE_NATIVE_ENDIAN definitionPhilippe Mathieu-Daudé1-3/+5
11 dayssystem: Allow restricting legacy address_space_ldst() native-endian APIPhilippe Mathieu-Daudé2-0/+4
11 dayssystem: Allow restricting the legacy ld/st_phys() 'native-endian' APIPhilippe Mathieu-Daudé1-0/+2
11 dayssystem/memory: Define address_space_ldst[Q] endian variants via templatePhilippe Mathieu-Daudé4-50/+17
11 dayssystem/memory: Define address_space_ldst[L] endian variants via templatePhilippe Mathieu-Daudé4-48/+14
11 dayssystem/memory: Define address_space_ldst[W] endian variants via templatePhilippe Mathieu-Daudé4-48/+80
2026-01-17include/qemu/atomic: Drop aligned_{u}int64_tRichard Henderson1-1/+1
2026-01-16accel/hvf: Add hvf_arch_cpu_realize() stubsPhilippe Mathieu-Daudé1-0/+2
2026-01-16accel/hvf: Implement WFI without using pselect()Philippe Mathieu-Daudé1-1/+0
2026-01-16accel/hvf: Drop hvf_slot and hvf_find_overlap_slotRichard Henderson1-13/+0
2026-01-16accel/hvf: Simplify hvf_log_*Richard Henderson1-3/+0
2026-01-16accel/hvf: Create hvf_protect_clean_range, hvf_unprotect_dirty_rangeRichard Henderson1-0/+3
2026-01-13vfio/iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag supportZhenzhong Duan1-1/+1
2026-01-12system/memory: Split MemoryRegionCache API to 'memory_cached.h'Philippe Mathieu-Daudé2-185/+210
2025-12-30system/memory: Allow restricting legacy ldst_phys() API usagePhilippe Mathieu-Daudé1-0/+2
2025-12-30system/memory: Remove address_space_stl_notdirty and stl_phys_notdirtyPhilippe Mathieu-Daudé2-8/+0
2025-12-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson19-143/+619
2025-12-27block: rename block/aio.h to qemu/aio.hPaolo Bonzini3-3/+3
2025-12-27include: reorganize memory API headersPaolo Bonzini11-131/+285
2025-12-27include: move hw/resettable.h to hw/core/Paolo Bonzini1-1/+1
2025-12-27include: move hw/boards.h to hw/core/Paolo Bonzini1-1/+1
2025-12-27include: move memory_ldst* to include/systemPaolo Bonzini4-7/+329
2025-12-23migration: merge fragmented clear_dirty ioctlsChuang Xu1-3/+4
2025-11-25block: use pwrite_zeroes_alignment when writing first sectorStefan Hajnoczi1-0/+1
2025-11-03igvm: add support for initial register state load in native modeGerd Hoffmann1-0/+2
2025-11-03igvm: add support for igvm memory map parameter in native modeGerd Hoffmann1-0/+5
2025-11-03igvm: move igvm.h file to include/systemGerd Hoffmann1-0/+22
2025-11-01Merge tag 'pull-target-arm-20251031' of https://gitlab.com/pm215/qemu into st...Richard Henderson1-7/+16
2025-11-01Merge tag 'audio-test-pull-request' of https://gitlab.com/marcandre.lureau/qe...Richard Henderson1-1/+2
2025-10-31accel/hvf: Restrict ARM specific fields of AccelCPUStatePhilippe Mathieu-Daudé1-1/+3
2025-10-31accel/hvf: Implement hvf_arch_vcpu_destroy()Philippe Mathieu-Daudé1-1/+2
2025-10-31accel/hvf: Mention hvf_arch_update_guest_debug() must run on vCPUPhilippe Mathieu-Daudé1-1/+2
2025-10-31accel/hvf: Mention hvf_arch_init_vcpu() must run on vCPU threadPhilippe Mathieu-Daudé1-1/+2
2025-10-31accel/hvf: Rename hvf_put|get_registers -> hvf_arch_put|get_registersPhilippe Mathieu-Daudé1-2/+4
2025-10-31accel/hvf: Rename hvf_vcpu_exec() -> hvf_arch_vcpu_exec()Philippe Mathieu-Daudé1-1/+3
2025-10-30audio: move audio.h under include/qemu/Marc-André Lureau1-1/+1
2025-10-30audio/replay: fix type punningMarc-André Lureau1-1/+2
2025-10-30spdm: define SPDM transport enum typesWilfred Mallawa1-4/+15
2025-10-30hw/nvme: add NVMe Admin Security SPDM supportWilfred Mallawa1-0/+2
2025-10-30spdm: add spdm storage transport virtual headerWilfred Mallawa1-0/+14
2025-10-30spdm-socket: add seperate send/recv functionsWilfred Mallawa1-0/+32
2025-10-28char: rename CharBackend->CharFrontendMarc-André Lureau2-3/+3
2025-10-14accel/kvm: Introduce KvmPutState enumPhilippe Mathieu-Daudé1-8/+10