aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)Author
2024-06-24vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()Avihai Horon
2024-06-24vfio/common: Move dirty tracking ranges update to helperJoao Martins
2024-06-24vfio: Make vfio_devices_dma_logging_start() return boolCédric Le Goater
2024-06-24hw/vfio: Remove memory_region_iommu_set_iova_ranges() callEric Auger
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger
2024-06-24vfio/pci: Pass HostIOMMUDevice to vIOMMUZhenzhong Duan
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan
2024-06-24vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan
2024-06-24vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan
2024-06-24vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errorsCédric Le Goater
2024-06-24vfio/ccw: Fix the missed unrealize() call in error pathZhenzhong Duan
2024-06-24vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()Cédric Le Goater
2024-06-24s390x/css: Make S390CCWDeviceClass::realize return boolCédric Le Goater
2024-06-10hw/vfio: Remove newline character in trace eventsPhilippe Mathieu-Daudé
2024-05-22vfio/igd: Use g_autofree in vfio_probe_igd_bar4_quirk()Zhenzhong Duan
2024-05-22vfio: Use g_autofree in all call site of vfio_get_region_info()Zhenzhong Duan
2024-05-22vfio/pci-quirks: Make vfio_add_*_cap() return boolZhenzhong Duan
2024-05-22vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return boolZhenzhong Duan
2024-05-22vfio/pci: Use g_autofree for vfio_region_info pointerZhenzhong Duan
2024-05-22vfio/pci: Make capability related functions return boolZhenzhong Duan
2024-05-22vfio/pci: Make vfio_populate_vga() return boolZhenzhong Duan
2024-05-22vfio/pci: Make vfio_intx_enable() return boolZhenzhong Duan
2024-05-22vfio/pci: Make vfio_populate_device() return a boolZhenzhong Duan
2024-05-22vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() return a ...Zhenzhong Duan
2024-05-22vfio/pci: Make vfio_intx_enable_kvm() return a boolZhenzhong Duan
2024-05-22vfio/ccw: Make vfio_ccw_get_region() return a boolZhenzhong Duan
2024-05-22vfio/platform: Make vfio_populate_device() and vfio_base_device_init() return...Zhenzhong Duan
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan
2024-05-22vfio/helpers: Use g_autofree in vfio_set_irq_signaling()Zhenzhong Duan
2024-05-22vfio/display: Make vfio_display_*() return boolZhenzhong Duan
2024-05-22vfio/display: Fix error path in call site of ramfb_setup()Zhenzhong Duan
2024-05-16backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan
2024-05-16vfio/cpr: Make vfio_cpr_register_container() return boolZhenzhong Duan
2024-05-16vfio/iommufd: Make iommufd_cdev_*() return boolZhenzhong Duan
2024-05-16vfio/container: Make vfio_get_device() return boolZhenzhong Duan
2024-05-16vfio/container: Make vfio_set_iommu() return boolZhenzhong Duan
2024-05-16vfio/container: Make vfio_connect_container() return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::setup() return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan
2024-05-16vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()Zhenzhong Duan
2024-05-16vfio/pci: Use g_autofree in vfio_realizeZhenzhong Duan
2024-05-16vfio/migration: Enhance VFIO migration state tracingAvihai Horon
2024-05-16vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twiceAvihai Horon
2024-05-16vfio/migration: Emit VFIO migration QAPI eventAvihai Horon