projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96b339c
)
vfio/pci: Replace "iommu_device" by "vIOMMU"
author
Cédric Le Goater
<clg@redhat.com>
Thu, 6 Feb 2025 13:14:30 +0000
(14:14 +0100)
committer
Cédric Le Goater
<clg@redhat.com>
Tue, 11 Feb 2025 13:15:19 +0000
(14:15 +0100)
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>
hw/vfio/pci.c
patch
|
blob
|
history
diff --git
a/hw/vfio/pci.c
b/hw/vfio/pci.c
index 9a55e7b77324babf7295132b08e3ba23b482a291..89d900e9cf0ce364f7c813d81b0317bb3b3e80ca 100644
(file)
--- a/
hw/vfio/pci.c
+++ b/
hw/vfio/pci.c
@@
-3116,7
+3116,7
@@
static void vfio_realize(PCIDevice *pdev, Error **errp)
if (!vbasedev->mdev &&
!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;
}