On 5/19/25 13:24, edmund.raile wrote:
Signed-off-by: Edmund Raile <edmund.ra...@protonmail.com>
Reviewed-by: Cédric Le Goater <c...@redhat.com> Thanks, C.
--- hw/vfio/igd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/vfio/igd.c b/hw/vfio/igd.c index e54a2a2f00..36ceb85212 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; }