qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH/RFC 0/3 v2] s390 dump guest memory support
@ 2013-03-28 16:35 Jens Freimann
  2013-03-28 16:35 ` [Qemu-devel] [PATCH 1/3] s390: dump-guest-memory implementation Jens Freimann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jens Freimann @ 2013-03-28 16:35 UTC (permalink / raw)
  To: Alexander Graf
  Cc: Ekaterina Tumanova, qemu-devel, Rabin Vincent,
	Christian Borntraeger, Jens Freimann, Cornelia Huck,
	Andreas Färber

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-04  7:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 16:35 [Qemu-devel] [PATCH/RFC 0/3 v2] s390 dump guest memory support Jens Freimann
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

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).