From: Jens Freimann <jfrei@linux.vnet.ibm.com>
To: Alexander Graf <agraf@suse.de>
Cc: "Ekaterina Tumanova" <tumanova@linux.vnet.ibm.com>,
qemu-devel <qemu-devel@nongnu.org>,
"Rabin Vincent" <rabin@rab.in>,
"Christian Borntraeger" <borntraeger@de.ibm.com>,
"Jens Freimann" <jfrei@linux.vnet.ibm.com>,
"Cornelia Huck" <cornelia.huck@de.ibm.com>,
"Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PATCH/RFC 0/3 v2] s390 dump guest memory support
Date: Thu, 28 Mar 2013 17:35:57 +0100 [thread overview]
Message-ID: <1364488560-16265-1-git-send-email-jfrei@linux.vnet.ibm.com> (raw)
Hi Alex,
this is code for dump guest memory support.
About Patch 3/3:
In order to be able to have CONFIG_HAVE_GET_MEMORY_MAPPING=n
we moved the memory mapping code which is needed for both =y
and =n to a new file memory_mapping_common.c. We still have memory_mapping
support turned on in patch 1 but it is resolved in patch 3.
Ekaterina Tumanova (3):
s390: dump-guest-memory implementation
s390: Added check for unsupported parameters of dump-guest-memory
s390: Split dump-guest-memory memory mapping code, drop
CONFIG_HAVE_GET_MEMORY_MAPPING for s390
Makefile.target | 2 +-
configure | 4 +-
dump.c | 12 +-
include/elf.h | 6 +
include/qapi/qmp/qerror.h | 3 +
include/sysemu/dump.h | 6 +
include/sysemu/memory_mapping.h | 15 ++-
memory_mapping-stub.c | 14 +-
memory_mapping.c | 87 +------------
memory_mapping_common.c | 103 +++++++++++++++
target-i386/arch_dump.c | 6 +
target-s390x/Makefile.objs | 2 +-
target-s390x/arch_dump.c | 254 +++++++++++++++++++++++++++++++++++++
target-s390x/arch_memory_mapping.c | 26 ++++
14 files changed, 434 insertions(+), 106 deletions(-)
create mode 100644 memory_mapping_common.c
create mode 100644 target-s390x/arch_dump.c
create mode 100644 target-s390x/arch_memory_mapping.c
--
1.7.12.4
next reply other threads:[~2013-03-28 16:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-28 16:35 Jens Freimann [this message]
2013-03-28 16:35 ` [Qemu-devel] [PATCH 1/3] s390: dump-guest-memory implementation Jens Freimann
2013-03-28 16:35 ` [Qemu-devel] [PATCH 2/3] s390: Added check for unsupported parameters of dump-guest-memory Jens Freimann
2013-03-28 16:36 ` [Qemu-devel] [PATCH 3/3] s390: Split dump-guest-memory memory mapping code Jens Freimann
2013-04-04 7:43 ` Christian Borntraeger
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=1364488560-16265-1-git-send-email-jfrei@linux.vnet.ibm.com \
--to=jfrei@linux.vnet.ibm.com \
--cc=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=borntraeger@de.ibm.com \
--cc=cornelia.huck@de.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=rabin@rab.in \
--cc=tumanova@linux.vnet.ibm.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).