vfio/pci: Replace "iommu_device" by "vIOMMU"
This is to be consistent with other reported errors related to vIOMMU devices. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alex Williamson <alex.williamson@redhat.com> Link: https://lore.kernel.org/qemu-devel/20250206131438.1505542-3-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
96b339cc4c
commit
cbfbedd617
@ -3116,7 +3116,7 @@ static void vfio_realize(PCIDevice *pdev, Error **errp)
|
|||||||
|
|
||||||
if (!vbasedev->mdev &&
|
if (!vbasedev->mdev &&
|
||||||
!pci_device_set_iommu_device(pdev, vbasedev->hiod, errp)) {
|
!pci_device_set_iommu_device(pdev, vbasedev->hiod, errp)) {
|
||||||
error_prepend(errp, "Failed to set iommu_device: ");
|
error_prepend(errp, "Failed to set vIOMMU: ");
|
||||||
goto out_teardown;
|
goto out_teardown;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user