aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-24vfio/container: Discover IOMMU type before creating the containerCédric Le Goater1-24/+23
2024-06-24vfio/container: Introduce vfio_create_container()Cédric Le Goater1-4/+15
2024-06-24vfio/container: Introduce vfio_get_iommu_class_name()Cédric Le Goater1-12/+6
2024-06-24vfio/container: Modify vfio_get_iommu_type() to use a container fdCédric Le Goater1-3/+3
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater5-7/+6
2024-06-24vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater4-2/+10
2024-06-24vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()Avihai Horon1-25/+38
2024-06-24vfio/common: Move dirty tracking ranges update to helperJoao Martins1-16/+22
2024-06-24vfio: Remove unused declarations from vfio-common.hCédric Le Goater1-4/+0
2024-06-24vfio: Make vfio_devices_dma_logging_start() return boolCédric Le Goater1-7/+7
2024-06-24memory: Remove IOMMU MR iommu_set_iova_range APIEric Auger2-45/+0
2024-06-24hw/vfio: Remove memory_region_iommu_set_iova_ranges() callEric Auger1-10/+0
2024-06-24virtio-iommu: Remove the implementation of iommu_set_iova_rangeEric Auger1-67/+0
2024-06-24virtio-iommu: Compute host reserved regionsEric Auger1-34/+113
2024-06-24HostIOMMUDevice: Store the aliased bus and devfnEric Auger2-2/+8
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger3-0/+40
2024-06-24virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger2-0/+84
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger3-0/+4
2024-06-24intel_iommu: Check compatibility with host IOMMU capabilitiesZhenzhong Duan1-0/+29
2024-06-24intel_iommu: Implement [set|unset]_iommu_device() callbacksYi Liu2-0/+83
2024-06-24intel_iommu: Extract out vtd_cap_init() to initialize cap/ecapZhenzhong Duan1-42/+51
2024-06-24vfio/pci: Pass HostIOMMUDevice to vIOMMUZhenzhong Duan1-5/+14
2024-06-24hw/pci: Introduce pci_device_[set|unset]_iommu_device()Yi Liu2-1/+64
2024-06-24hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()Zhenzhong Duan1-3/+45
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan5-1/+23
2024-06-24backends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan1-0/+23
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan1-0/+15
2024-06-24vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan1-0/+30
2024-06-24backends/iommufd: Introduce helper function iommufd_backend_get_device_info()Zhenzhong Duan2-0/+25
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan3-0/+37
2024-06-24range: Introduce range_get_last_bit()Zhenzhong Duan1-0/+11
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan4-18/+41
2024-06-24vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan2-1/+7
2024-06-24backends/host_iommu_device: Introduce HostIOMMUDeviceCapsZhenzhong Duan1-0/+38
2024-06-24backends: Introduce HostIOMMUDevice abstractZhenzhong Duan4-0/+89
2024-06-24Merge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qem...Richard Henderson32-67/+379
2024-06-24Merge tag 'pull-request-2024-06-24' of https://gitlab.com/thuth/qemu into sta...Richard Henderson12-32/+49
2024-06-24hw/sd/sdcard: Add comments around registers and commandsPhilippe Mathieu-Daudé1-0/+20
2024-06-24hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macrosPhilippe Mathieu-Daudé1-8/+7
2024-06-24accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cbMax Chou1-2/+6
2024-06-24plugins: fix inject_mem_cb rw maskingPierrick Bouvier2-4/+4
2024-06-24contrib/plugins: add Instructions Per Second (IPS) example for cost modelingPierrick Bouvier2-0/+165
2024-06-24plugins: add migration blockerAlex Bennée1-0/+10
2024-06-24plugins: add time control APIAlex Bennée3-0/+64
2024-06-24qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier3-15/+12
2024-06-24sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_timeAlex Bennée3-22/+44
2024-06-24qtest: use cpu interface in qtest_clock_warpAlex Bennée3-3/+5
2024-06-24sysemu: add set_virtual_time to accel opsAlex Bennée5-3/+36
2024-06-24plugins: Ensure register handles are not NULLAkihiko Odaki1-2/+2
2024-06-24gdbstub: move enums into separate headerAlex Bennée14-19/+34