qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Li Qiang <liq3ea@gmail.com>
To: Kenta Ishiguro <kentaishiguro@slowstart.org>
Cc: Qemu Developers <qemu-devel@nongnu.org>
Subject: Re: [PATCH] hw/i386/kvm/ioapic.c: fix typo in error message
Date: Tue, 21 Jul 2020 09:01:09 +0800	[thread overview]
Message-ID: <CAKXe6SLtUn+3ykbvsM_0MHbz0fPxRehsqK0SvOBRDb42EDxDgA@mail.gmail.com> (raw)
In-Reply-To: <20200717123514.15406-1-kentaishiguro@slowstart.org>

Kenta Ishiguro <kentaishiguro@slowstart.org> 于2020年7月20日周一 上午11:14写道:
>
> Fix a typo in an error message for KVM_SET_IRQCHIP ioctl:
> "KVM_GET_IRQCHIP" should be "KVM_SET_IRQCHIP".
>
> Signed-off-by: Kenta Ishiguro <kentaishiguro@slowstart.org>

Reviewed-by: Li Qiang <liq3ea@gmail.com>

> ---
>  hw/i386/kvm/ioapic.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/i386/kvm/ioapic.c b/hw/i386/kvm/ioapic.c
> index 4ba8e47251..c5528df942 100644
> --- a/hw/i386/kvm/ioapic.c
> +++ b/hw/i386/kvm/ioapic.c
> @@ -97,7 +97,7 @@ static void kvm_ioapic_put(IOAPICCommonState *s)
>
>      ret = kvm_vm_ioctl(kvm_state, KVM_SET_IRQCHIP, &chip);
>      if (ret < 0) {
> -        fprintf(stderr, "KVM_GET_IRQCHIP failed: %s\n", strerror(ret));
> +        fprintf(stderr, "KVM_SET_IRQCHIP failed: %s\n", strerror(ret));
>          abort();
>      }
>  }
> --
> 2.17.1
>
>


  parent reply	other threads:[~2020-07-21  1:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17 12:35 [PATCH] hw/i386/kvm/ioapic.c: fix typo in error message Kenta Ishiguro
2020-07-20  8:24 ` Stefano Garzarella
2020-07-20  9:31 ` Philippe Mathieu-Daudé
2020-07-20  9:55   ` Kenta Ishiguro
2020-07-21  1:01 ` Li Qiang [this message]
2020-09-01  7:00 ` Laurent Vivier

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=CAKXe6SLtUn+3ykbvsM_0MHbz0fPxRehsqK0SvOBRDb42EDxDgA@mail.gmail.com \
    --to=liq3ea@gmail.com \
    --cc=kentaishiguro@slowstart.org \
    --cc=qemu-devel@nongnu.org \
    /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).