qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@redhat.com>
To: "edmund.raile" <edmund.raile@protonmail.com>,
	"tomitamoeko@gmail.com" <tomitamoeko@gmail.com>,
	"alex.williamson@redhat.com" <alex.williamson@redhat.com>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	"edmund.raile@proton.me" <edmund.raile@proton.me>
Subject: Re: [PATCH] vfio/igd: OpRegion not found fix error typo
Date: Mon, 19 May 2025 14:25:15 +0200	[thread overview]
Message-ID: <227ed6bf-8b5c-4492-b74e-46ac318782d1@redhat.com> (raw)
In-Reply-To: <MFFbQoTpea_CK5ELq8oJ-a3Q57wo7ywQlrIqDvdIDKhUuCm59VUz2QzvdojO5r_wb_7SHifU0Kym3loj4eASPhdzYpjtiMCTePzyg1zrroo=@protonmail.com>

On 5/19/25 13:24, edmund.raile wrote:
> Signed-off-by: Edmund Raile <edmund.raile@protonmail.com>


Reviewed-by: Cédric Le Goater <clg@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;
>       }
>   



  reply	other threads:[~2025-05-19 12:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-19 11:24 [PATCH] vfio/igd: OpRegion not found fix error typo edmund.raile via
2025-05-19 12:25 ` Cédric Le Goater [this message]
2025-05-19 15:09 ` Tomita Moeko
2025-05-21 10:30 ` Cédric Le Goater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=227ed6bf-8b5c-4492-b74e-46ac318782d1@redhat.com \
    --to=clg@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=edmund.raile@proton.me \
    --cc=edmund.raile@protonmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=tomitamoeko@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).