qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: marcandre.lureau@redhat.com, qemu-devel@nongnu.org, quintela@redhat.com
Subject: Re: [PATCH] docs/devel/migration: Improve debugging section a bit
Date: Thu, 17 Dec 2020 11:58:48 +0000	[thread overview]
Message-ID: <20201217115848.GD4117@work-vm> (raw)
In-Reply-To: <20201217071450.701909-1-armbru@redhat.com>

* Markus Armbruster (armbru@redhat.com) wrote:
> Fix typos, and make the example work out of the box.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>

Thanks,

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

and queued.

> ---
>  docs/devel/migration.rst | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/docs/devel/migration.rst b/docs/devel/migration.rst
> index 49112bb27a..ad381b89b2 100644
> --- a/docs/devel/migration.rst
> +++ b/docs/devel/migration.rst
> @@ -53,22 +53,23 @@ savevm/loadvm functionality.
>  Debugging
>  =========
>  
> -The migration stream can be analyzed thanks to `scripts/analyze_migration.py`.
> +The migration stream can be analyzed thanks to `scripts/analyze-migration.py`.
>  
>  Example usage:
>  
>  .. code-block:: shell
>  
> -  $ qemu-system-x86_64
> -   (qemu) migrate "exec:cat > mig"
> -  $ ./scripts/analyze_migration.py -f mig
> +  $ qemu-system-x86_64 -display none -monitor stdio
> +  (qemu) migrate "exec:cat > mig"
> +  (qemu) q
> +  $ ./scripts/analyze-migration.py -f mig
>    {
>      "ram (3)": {
>          "section sizes": {
>              "pc.ram": "0x0000000008000000",
>    ...
>  
> -See also ``analyze_migration.py -h`` help for more options.
> +See also ``analyze-migration.py -h`` help for more options.
>  
>  Common infrastructure
>  =====================
> -- 
> 2.26.2
> 
-- 
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK



      reply	other threads:[~2020-12-17 12:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-17  7:14 [PATCH] docs/devel/migration: Improve debugging section a bit Markus Armbruster
2020-12-17 11:58 ` Dr. David Alan Gilbert [this message]

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=20201217115848.GD4117@work-vm \
    --to=dgilbert@redhat.com \
    --cc=armbru@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.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).