qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] s390: dump-guest-memory support
@ 2013-04-23 15:30 Jens Freimann
  2013-04-23 15:30 ` [Qemu-devel] [PATCH 1/2] Split out dump-guest-memory memory mapping code Jens Freimann
  2013-04-23 15:30 ` [Qemu-devel] [PATCH 2/2] s390: dump guest memory implementation Jens Freimann
  0 siblings, 2 replies; 19+ messages in thread
From: Jens Freimann @ 2013-04-23 15:30 UTC (permalink / raw)
  To: Alexander Graf, Andreas Färber
  Cc: Peter Maydell, qemu-devel, Rabin Vincent, Christian Borntraeger,
	Jens Freimann, Paolo Bonzini

The first patch splits memory mapping code to allow architectures
that don't support/use paging to implement dump-guest-memory support.

Based on this, the second patch implements support for s390x.


Ekaterina Tumanova (2):
  Split out dump-guest-memory memory mapping code
  s390: dump guest memory implementation

 Makefile.target                 |   2 +-
 configure                       |   2 +-
 dump.c                          |  11 +-
 include/elf.h                   |   6 ++
 include/qapi/qmp/qerror.h       |   3 +
 include/sysemu/dump.h           |   3 +
 include/sysemu/memory_mapping.h |  12 +++
 memory_mapping-stub.c           |  11 +-
 memory_mapping.c                |  84 +--------------
 memory_mapping_common.c         | 104 ++++++++++++++++++
 target-s390x/Makefile.objs      |   2 +-
 target-s390x/arch_dump.c        | 231 ++++++++++++++++++++++++++++++++++++++++
 target-s390x/cpu-qom.h          |  21 ++++
 target-s390x/cpu.c              |   7 ++
 14 files changed, 404 insertions(+), 95 deletions(-)
 create mode 100644 memory_mapping_common.c
 create mode 100644 target-s390x/arch_dump.c

-- 
1.7.12.4

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

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

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23 15:30 [Qemu-devel] [PATCH 0/2] s390: dump-guest-memory support Jens Freimann
2013-04-23 15:30 ` [Qemu-devel] [PATCH 1/2] Split out dump-guest-memory memory mapping code Jens Freimann
2013-04-23 15:41   ` Eric Blake
2013-04-23 15:54     ` Jens Freimann
2013-05-17 10:18       ` Andreas Färber
2013-04-24 15:50     ` Luiz Capitulino
2013-04-24 16:23       ` Eric Blake
2013-04-24 17:25         ` Luiz Capitulino
2013-04-24 17:07     ` Ekaterina Tumanova
2013-04-24 19:57       ` Eric Blake
2013-05-17 10:58   ` [Qemu-devel] [RFC qom-cpu] dump: Unconditionally compile Andreas Färber
2013-05-17 11:12     ` Paolo Bonzini
2013-05-20 20:44       ` Andreas Färber
2013-04-23 15:30 ` [Qemu-devel] [PATCH 2/2] s390: dump guest memory implementation Jens Freimann
2013-04-26 17:12   ` Alexander Graf
2013-04-29 11:39     ` Ekaterina Tumanova
2013-04-30 10:02       ` Alexander Graf
2013-04-30 10:20         ` Ekaterina Tumanova
2013-04-30 10:25           ` Alexander Graf

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