From: Laszlo Ersek <lersek@redhat.com>
To: Phi Debian <phi.debian@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] guest-dump-memory
Date: Tue, 15 Oct 2013 14:52:38 +0200 [thread overview]
Message-ID: <525D3A96.1070303@redhat.com> (raw)
In-Reply-To: <CAJOr74jPqDTR+urtfmsqOreLUq-Th5pZODaSMK6VzcQj6vEc0A@mail.gmail.com>
On 10/14/13 10:18, Phi Debian wrote:
> Hi All,
>
> I tried to subscribe to this list, but never got teh confirm mail.
>
> So I write here non subscribed, so add my email addr in replies.
>
> I am trying to use guest-dump-memory on arm (arm32, armv7* name it)
> with qemu 1.6.1. The command is 'implemented' i.e listed in the help,
> but it create an empty file and a replis saying dump-gues-memory is
> not implemented.
>
> The logs says that ARM implement dump-guest-memory since 1.2
> http://wiki.qemu.org/ChangeLog/1.2
>
> Is it working ? or did I missed a configuration option?
There are some target-specific functions that qmp_dump_guest_memory()
(and its callees) depend on. For example, see "stubs/dump.c":
- cpu_get_dump_info()
- cpu_get_note_size()
and "qom/cpu.c":
- cpu_write_elf64_note()
- etc.
These have a real implementation for the i386 and s390x targets only.
I don't know why the 1.2 changelog stated otherwise. Probably a typo /
unwanted paste from the x86 section.
Laszlo
prev parent reply other threads:[~2013-10-15 12:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-14 8:18 [Qemu-devel] guest-dump-memory Phi Debian
2013-10-15 12:52 ` Laszlo Ersek [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=525D3A96.1070303@redhat.com \
--to=lersek@redhat.com \
--cc=phi.debian@gmail.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.