qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH/RFC 0/3 v2] s390 dump guest memory support


From: Jens Freimann
Subject: [Qemu-devel] [PATCH/RFC 0/3 v2] s390 dump guest memory support
Date: Thu, 28 Mar 2013 17:35:57 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]