All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabiano Rosas <farosas@suse.de>
To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org
Cc: "Gerd Hoffmann" <kraxel@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Peter Xu" <peterx@redhat.com>,
	"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
	"Yanan Wang" <wangyanan55@huawei.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Eduardo Habkost" <eduardo@habkost.net>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: Re: [PATCH v2 2/4] migration: fix a typo
Date: Mon, 13 May 2024 19:27:06 -0300	[thread overview]
Message-ID: <87wmnxe4at.fsf@suse.de> (raw)
In-Reply-To: <20240513071905.499143-3-marcandre.lureau@redhat.com>

marcandre.lureau@redhat.com writes:

> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  migration/vmstate.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/migration/vmstate.c b/migration/vmstate.c
> index b51212a75b..ff5d589a6d 100644
> --- a/migration/vmstate.c
> +++ b/migration/vmstate.c
> @@ -479,7 +479,7 @@ static int vmstate_subsection_load(QEMUFile *f, const VMStateDescription *vmsd,
>  
>          len = qemu_peek_byte(f, 1);
>          if (len < strlen(vmsd->name) + 1) {
> -            /* subsection name has be be "section_name/a" */
> +            /* subsection name has to be "section_name/a" */
>              trace_vmstate_subsection_load_bad(vmsd->name, "(short)", "");
>              return 0;
>          }

Reviewed-by: Fabiano Rosas <farosas@suse.de>


  reply	other threads:[~2024-05-13 22:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13  7:19 [PATCH v2 0/4] Fix "virtio-gpu: fix scanout migration post-load" marcandre.lureau
2024-05-13  7:19 ` [PATCH v2 1/4] migration: add "exists" info to load-state-field trace marcandre.lureau
2024-05-13  7:19 ` [PATCH v2 2/4] migration: fix a typo marcandre.lureau
2024-05-13 22:27   ` Fabiano Rosas [this message]
2024-05-14  4:29   ` Peter Xu
2024-05-13  7:19 ` [PATCH v2 3/4] virtio-gpu: add x-vmstate-version marcandre.lureau
2024-05-14  4:29   ` Peter Xu
2024-05-14  7:25     ` Marc-André Lureau
2024-05-14 13:06       ` Peter Xu
2024-05-13  7:19 ` [PATCH v2 4/4] virtio-gpu: fix v2 migration marcandre.lureau
2024-05-13 12:55 ` [PATCH v2 0/4] Fix "virtio-gpu: fix scanout migration post-load" Fiona Ebner
2024-05-13 13:21   ` Marc-André Lureau
2024-05-13 13:44     ` Fiona Ebner

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=87wmnxe4at.fsf@suse.de \
    --to=farosas@suse.de \
    --cc=eduardo@habkost.net \
    --cc=kraxel@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mst@redhat.com \
    --cc=peterx@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=wangyanan55@huawei.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 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.