aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2024-06-24Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson2-0/+121
2024-06-24HostIOMMUDevice: Store the aliased bus and devfnEric Auger1-0/+2
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger1-0/+8
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger1-0/+1
2024-06-24backends/iommufd: Introduce helper function iommufd_backend_get_device_info()Zhenzhong Duan1-0/+3
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan1-0/+16
2024-06-24backends/host_iommu_device: Introduce HostIOMMUDeviceCapsZhenzhong Duan1-0/+38
2024-06-24backends: Introduce HostIOMMUDevice abstractZhenzhong Duan1-0/+53
2024-06-24qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier1-3/+0
2024-06-24qtest: use cpu interface in qtest_clock_warpAlex Bennée1-0/+1
2024-06-24sysemu: add set_virtual_time to accel opsAlex Bennée2-2/+19
2024-06-09xen: mapcache: Add support for grant mappingsEdgar E. Iglesias1-0/+1
2024-06-09xen: mapcache: Pass the ram_addr offset to xen_map_cache()Edgar E. Iglesias1-0/+2
2024-06-08hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan1-1/+4
2024-06-08hvf: Consistent types for vCPU handlesPhil Dennis-Jordan1-1/+3
2024-06-08backends/hostmem: Report error when memory size is unalignedMichal Privoznik1-1/+1
2024-06-04xen: Add xen_mr_is_memory()Edgar E. Iglesias1-0/+1
2024-05-16backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan1-3/+3
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini1-1/+0
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson1-4/+7
2024-05-06system: Pass RAM MemoryRegion and is_write in xen_map_cache()Edgar E. Iglesias1-4/+7
2024-05-03kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini1-2/+3
2024-05-03numa: remove types from typedefs.hPaolo Bonzini1-4/+4
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé1-0/+1
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé5-13/+13
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+0
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé1-1/+0
2024-04-23kvm: handle KVM_EXIT_MEMORY_FAULTChao Peng1-0/+2
2024-04-23HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li1-0/+1
2024-04-23kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslotChao Peng1-0/+2
2024-04-23RAMBlock: Add support of KVM private guest memfdXiaoyao Li1-0/+2
2024-04-23kvm: Introduce support for memory_attributesXiaoyao Li1-0/+4
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini1-10/+0
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini2-0/+3
2024-04-18kvm: use configs/ definition to conditionalize debug supportPaolo Bonzini2-2/+2
2024-04-18stubs: remove obsolete stubsPaolo Bonzini1-2/+0
2024-03-12hw/acpi: Implement the SRAT GI affinity structureAnkit Agrawal1-0/+1
2024-03-09sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLEPhilippe Mathieu-Daudé1-1/+2
2024-03-09sysemu/xen: Forbid using Xen headers in user emulationPhilippe Mathieu-Daudé1-4/+4
2024-02-28ide, vl: turn -win2k-hack into a property on IDE devicesPaolo Bonzini1-1/+0
2024-02-27hw/core/reset: Implement qemu_register_reset via qemu_register_resettablePeter Maydell1-2/+5
2024-02-27hw/core/reset: Add qemu_{register, unregister}_resettable()Peter Maydell1-3/+34
2024-02-27hw/core: Add documentation and license comments to reset.hPeter Maydell1-0/+79
2024-02-12Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into ...Peter Maydell2-0/+6
2024-02-09qemu_init: increase NOFILE soft limit on POSIXFiona Ebner2-0/+6
2024-02-05migration: prevent migration when VM has poisoned memoryWilliam Roche1-0/+6
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell2-13/+30
2024-01-19system/replay: Restrict icount to system emulationPhilippe Mathieu-Daudé2-4/+9
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé1-7/+13
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé1-2/+8