aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2024-11-04Merge tag 'migration-20241030-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell1-0/+14
2024-10-31migration: Support periodic RAMBlock dirty bitmap syncHyman Huang1-0/+14
2024-10-31core/machine: Make create_default_memdev machine a virtual methodDorjoy Chowdhury1-0/+2
2024-10-17KVM: Rename KVMState->nr_slots to nr_slots_maxPeter Xu1-2/+2
2024-10-17KVM: Rename KVMMemoryListener.nr_used_slots to nr_slots_usedPeter Xu1-1/+1
2024-10-17KVM: Dynamic sized kvm memslots arrayPeter Xu1-0/+1
2024-10-15dma: Fix function names in documentationAkihiko Odaki1-6/+5
2024-10-15vl.c: Remove pxa2xx-specific -portrait and -rotate optionsPeter Maydell1-1/+0
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-2/+2
2024-10-03kvm: Allow kvm_arch_get/put_registers to accept Error**Julia Suvorova1-2/+2
2024-10-03block-backend: Remove deadcodeDr. David Alan Gilbert1-8/+0
2024-10-03replay: Remove unused replay_disable_eventsDr. David Alan Gilbert1-2/+0
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin1-2/+3
2024-09-13system: Remove support for CRIS targetPhilippe Mathieu-Daudé1-1/+0
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter1-0/+1
2024-09-13kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()Johannes Stoelp2-8/+17
2024-09-10qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefixMarkus Armbruster1-1/+1
2024-08-16Revert "replay: stop us hanging in rr_wait_io_event"Nicholas Piggin1-5/+0
2024-08-16replay: allow runstate shutdown->running when replaying traceNicholas Piggin1-0/+1
2024-07-26accel/kvm: Introduce kvm_create_and_park_vcpu() helperHarsh Prateek Bora1-0/+8
2024-07-24Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into sta...Richard Henderson2-3/+15
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+32
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap supportJoao Martins1-0/+4
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking supportJoao Martins1-0/+2
2024-07-23vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCapsJoao Martins1-0/+4
2024-07-23vfio/{iommufd,container}: Remove caps::aw_bitsJoao Martins1-3/+0
2024-07-23vfio/iommufd: Introduce auto domain creationJoao Martins1-0/+5
2024-07-23backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi...Joao Martins1-1/+1
2024-07-22backends: Initial support for SPDM socket supportHuai-Cheng Kuo1-0/+74
2024-07-22accel/kvm: Extract common KVM vCPU {creation,parking} codeSalil Mehta1-0/+25
2024-07-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel1-0/+32
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger1-0/+8
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger1-2/+1
2024-07-01hw/misc/pvpanic: add support for normal shutdownsThomas Weißschuh1-0/+1
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