From: Paolo Bonzini <pbonzini@redhat.com>
To: Janosch Frank <frankja@linux.vnet.ibm.com>, qemu-devel@nongnu.org
Cc: drjones@redhat.com, lersek@redhat.com
Subject: Re: [Qemu-devel] [PATCH 0/6] scripts/dump-guest-memory.py: Add multi-arch support
Date: Fri, 22 Jan 2016 13:39:59 +0100 [thread overview]
Message-ID: <56A2231F.1030505@redhat.com> (raw)
In-Reply-To: <1453464520-3882-1-git-send-email-frankja@linux.vnet.ibm.com>
On 22/01/2016 13:08, Janosch Frank wrote:
> The dump guest memory script for extracting a Linux core from a qemu
> core is currently limited to amd64 and python 2.
>
> With this series we add support for python 3 (while maintaining python
> 2 support) and add the possibility to extract dumps from VMs with the
> most common architectures.
>
> Tested on X86_64, s390 and Aarch64-le (thanks to Andrew Jones).
>
> RFC to PATCH:
> Tested on X86_64 and Aarch64-le.
> Fix wrongly indented return in get_guest_phys_blocks().
> Fix wrong indent for predecessor_size that happened when copying.
> Fix inconsistent line wrapping.
> Fix python 3 compatibility comment being added in the wrong commit.
> Fix docstrings that get displayed by gdb.
> Replaced ceil(len_desc / 4.0) with ((len_desc + 3) // 4)
> Added patch that fixes module docstring to account for moved gdb
> help string.
>
> Janosch Frank (6):
> scripts/dump-guest-memory.py: Move constants to the top
> scripts/dump-guest-memory.py: Make methods functions
> scripts/dump-guest-memory.py: Improve python 3 compatibility
> scripts/dump-guest-memory.py: Cleanup functions
> scripts/dump-guest-memory.py: Introduce multi-arch support
> scripts/dump-guest-memory.py: Fix module docstring
>
> scripts/dump-guest-memory.py | 754 +++++++++++++++++++++++++++----------------
> 1 file changed, 472 insertions(+), 282 deletions(-)
>
Queued, thanks.
Paolo
prev parent reply other threads:[~2016-01-22 12:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-22 12:08 [Qemu-devel] [PATCH 0/6] scripts/dump-guest-memory.py: Add multi-arch support Janosch Frank
2016-01-22 12:08 ` [Qemu-devel] [PATCH 1/6] scripts/dump-guest-memory.py: Move constants to the top Janosch Frank
2016-01-22 12:08 ` [Qemu-devel] [PATCH 2/6] scripts/dump-guest-memory.py: Make methods functions Janosch Frank
2016-01-22 12:08 ` [Qemu-devel] [PATCH 3/6] scripts/dump-guest-memory.py: Improve python 3 compatibility Janosch Frank
2016-01-22 12:08 ` [Qemu-devel] [PATCH 4/6] scripts/dump-guest-memory.py: Cleanup functions Janosch Frank
2016-01-22 12:08 ` [Qemu-devel] [PATCH 5/6] scripts/dump-guest-memory.py: Introduce multi-arch support Janosch Frank
2016-01-22 12:08 ` [Qemu-devel] [PATCH 6/6] scripts/dump-guest-memory.py: Fix module docstring Janosch Frank
2016-01-22 12:39 ` Paolo Bonzini [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=56A2231F.1030505@redhat.com \
--to=pbonzini@redhat.com \
--cc=drjones@redhat.com \
--cc=frankja@linux.vnet.ibm.com \
--cc=lersek@redhat.com \
--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 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.