aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
3 hoursMerge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingstagingRichard Henderson24-378/+1066
6 hoursMerge tag 'sdmmc-20240624' of https://github.com/philmd/qemu into stagingHEADmasterRichard Henderson4-105/+150
11 hoursvfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater4-7/+3
11 hoursvfio/container: Introduce vfio_iommu_legacy_instance_init()Cédric Le Goater1-1/+8
11 hoursvfio/container: Remove vfio_container_init()Cédric Le Goater4-11/+0
11 hoursvfio/container: Remove VFIOContainerBase::opsCédric Le Goater6-25/+38
11 hoursvfio/container: Introduce an instance_init() handlerCédric Le Goater1-6/+13
11 hoursvfio/container: Switch to QOMCédric Le Goater2-5/+5
11 hoursvfio/container: Change VFIOContainerBase to use QOMCédric Le Goater6-10/+15
11 hoursvfio/container: Discover IOMMU type before creating the containerCédric Le Goater1-24/+23
11 hoursvfio/container: Introduce vfio_create_container()Cédric Le Goater1-4/+15
11 hoursvfio/container: Introduce vfio_get_iommu_class_name()Cédric Le Goater1-12/+6
11 hoursvfio/container: Modify vfio_get_iommu_type() to use a container fdCédric Le Goater1-3/+3
11 hoursvfio/container: Simplify vfio_container_init()Cédric Le Goater5-7/+6
11 hoursvfio/container: Introduce vfio_address_space_insert()Cédric Le Goater4-2/+10
11 hoursvfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()Avihai Horon1-25/+38
11 hoursvfio/common: Move dirty tracking ranges update to helperJoao Martins1-16/+22
11 hoursvfio: Remove unused declarations from vfio-common.hCédric Le Goater1-4/+0
11 hoursvfio: Make vfio_devices_dma_logging_start() return boolCédric Le Goater1-7/+7
11 hoursmemory: Remove IOMMU MR iommu_set_iova_range APIEric Auger2-45/+0
11 hourshw/vfio: Remove memory_region_iommu_set_iova_ranges() callEric Auger1-10/+0
11 hoursvirtio-iommu: Remove the implementation of iommu_set_iova_rangeEric Auger1-67/+0
11 hoursvirtio-iommu: Compute host reserved regionsEric Auger1-34/+113
11 hoursHostIOMMUDevice: Store the aliased bus and devfnEric Auger2-2/+8
11 hoursHostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger3-0/+40
11 hoursvirtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger2-0/+84
11 hoursHostIOMMUDevice: Store the VFIO/VDPA agentEric Auger3-0/+4
11 hoursintel_iommu: Check compatibility with host IOMMU capabilitiesZhenzhong Duan1-0/+29
11 hoursintel_iommu: Implement [set|unset]_iommu_device() callbacksYi Liu2-0/+83
11 hoursintel_iommu: Extract out vtd_cap_init() to initialize cap/ecapZhenzhong Duan1-42/+51
11 hoursvfio/pci: Pass HostIOMMUDevice to vIOMMUZhenzhong Duan1-5/+14
11 hourshw/pci: Introduce pci_device_[set|unset]_iommu_device()Yi Liu2-1/+64
11 hourshw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()Zhenzhong Duan1-3/+45
11 hoursvfio: Create host IOMMU device instanceZhenzhong Duan5-1/+23
11 hoursbackends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan1-0/+23
11 hoursvfio/container: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan1-0/+15
11 hoursvfio/iommufd: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan1-0/+30
11 hoursbackends/iommufd: Introduce helper function iommufd_backend_get_device_info()Zhenzhong Duan2-0/+25
11 hoursvfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan3-0/+37
11 hoursrange: Introduce range_get_last_bit()Zhenzhong Duan1-0/+11
11 hoursbackends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan4-18/+41
11 hoursvfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan2-1/+7
11 hoursbackends/host_iommu_device: Introduce HostIOMMUDeviceCapsZhenzhong Duan1-0/+38
11 hoursbackends: Introduce HostIOMMUDevice abstractZhenzhong Duan4-0/+89
11 hoursMerge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qem...Richard Henderson32-67/+379
13 hoursMerge tag 'pull-request-2024-06-24' of https://gitlab.com/thuth/qemu into sta...Richard Henderson12-32/+49
19 hourshw/sd/sdcard: Add comments around registers and commandsPhilippe Mathieu-Daudé1-0/+20
19 hourshw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macrosPhilippe Mathieu-Daudé1-8/+7
23 hoursaccel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cbMax Chou1-2/+6
23 hoursplugins: fix inject_mem_cb rw maskingPierrick Bouvier2-4/+4