All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: Cameron Esfahani <dirty@apple.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, pbonzini@redhat.com, liran.alon@oracle.com
Subject: Re: [PATCH] Fix some comment spelling errors.
Date: Sat, 7 Dec 2019 08:44:34 +0100	[thread overview]
Message-ID: <543d4015-f043-96c5-39b8-2a37bd78d689@weilnetz.de> (raw)
In-Reply-To: <086c197db928384b8697edfa64755e2cb46c8100.1575685843.git.dirty@apple.com>

Am 07.12.19 um 03:33 schrieb Cameron Esfahani via:

> Signed-off-by: Cameron Esfahani <dirty@apple.com>
> ---
>  target/i386/machine.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/target/i386/machine.c b/target/i386/machine.c
> index 2699eed94e..f21823f179 100644
> --- a/target/i386/machine.c
> +++ b/target/i386/machine.c
> @@ -261,7 +261,7 @@ static int cpu_pre_save(void *opaque)
>       * intercepted anymore.
>       *
>       * Furthermore, when a L2 exception is intercepted by L1
> -     * hypervisor, it's exception payload (CR2/DR6 on #PF/#DB)
> +     * hypervisor, its exception payload (CR2/DR6 on #PF/#DB)
>       * should not be set yet in the respective vCPU register.
>       * Thus, in case an exception is pending, it is
>       * important to save the exception payload seperately.
> @@ -273,7 +273,7 @@ static int cpu_pre_save(void *opaque)
>       *
>       * In order to preserve better backwards-compatabile migration,


s/compatabile/compatible/

can perhaps be fixed, too, when merging this commit.


>       * convert a pending exception to an injected exception in
> -     * case it is not important to distingiush between them
> +     * case it is not important to distinguish between them
>       * as described above.
>       */
>      if (env->exception_pending && !(env->hflags & HF_GUEST_MASK)) {
> @@ -415,7 +415,7 @@ static bool exception_info_needed(void *opaque)
>  
>      /*
>       * It is important to save exception-info only in case
> -     * we need to distingiush between a pending and injected
> +     * we need to distinguish between a pending and injected
>       * exception. Which is only required in case there is a
>       * pending exception and vCPU is running L2.
>       * For more info, refer to comment in cpu_pre_save().


Reviewed-by: Stefan Weil <sw@weilnetz.de>



  reply	other threads:[~2019-12-07  7:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-07  2:33 [PATCH] Fix some comment spelling errors Cameron Esfahani via
2019-12-07  7:44 ` Stefan Weil [this message]
2019-12-09  9:03   ` Paolo Bonzini

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=543d4015-f043-96c5-39b8-2a37bd78d689@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=dirty@apple.com \
    --cc=liran.alon@oracle.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.