summary refs log tree commit diff stats
path: root/hw/vfio/igd.c
diff options
context:
space:
mode:
authorEdmund Raile <edmund.raile@protonmail.com>2025-05-19 11:24:23 +0000
committerCédric Le Goater <clg@redhat.com>2025-06-05 10:40:38 +0200
commitaca0a504522ec2e5d077bf78a2acdb165f1e0ae2 (patch)
treea54ea7f50cd34c7ec06aab4f703cab3321a1cd75 /hw/vfio/igd.c
parent09be8a511a2e278b45729d7b065d30c68dd699d0 (diff)
downloadfocaccia-qemu-aca0a504522ec2e5d077bf78a2acdb165f1e0ae2.tar.gz
focaccia-qemu-aca0a504522ec2e5d077bf78a2acdb165f1e0ae2.zip
vfio/igd: OpRegion not found fix error typo
Signed-off-by: Edmund Raile <edmund.raile@protonmail.com>
Reviewed-by: Tomita Moeko <tomitamoeko@gmail.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/MFFbQoTpea_CK5ELq8oJ-a3Q57wo7ywQlrIqDvdIDKhUuCm59VUz2QzvdojO5r_wb_7SHifU0Kym3loj4eASPhdzYpjtiMCTePzyg1zrroo=@protonmail.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'hw/vfio/igd.c')
-rw-r--r--hw/vfio/igd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/igd.c b/hw/vfio/igd.c
index e7952d15a0..5b6341c5bf 100644
--- a/hw/vfio/igd.c
+++ b/hw/vfio/igd.c
@@ -203,7 +203,7 @@ static bool vfio_pci_igd_opregion_detect(VFIOPCIDevice *vdev,
                     VFIO_REGION_SUBTYPE_INTEL_IGD_OPREGION, opregion);
     if (ret) {
         error_setg_errno(errp, -ret,
-                         "Device does not supports IGD OpRegion feature");
+                         "Device does not support IGD OpRegion feature");
         return false;
     }