« Previous | Next » 

Revision 9b4f38e1

ID9b4f38e182d18cac217f04b8b7fddf760a5b9d44

Added by Ekaterina Tumanova over 10 years ago

s390: Implement dump-guest-memory support for target s390x

With this patch dump-guest-memory on s390 produces an ELF formatted,
crash-readable dump.
In order to implement this, the arch-specific part of dump-guest-memory
was added:
target-s390x/arch_dump.c contains the whole set of function for writing
Elf note sections of all types for s390x.

Signed-off-by: Ekaterina Tumanova <>
Signed-off-by: Jens Freimann <>
[fixed indentation, use CamelCase, rename note_t to Note, use S390CPU]
Reviewed-by: Andreas Färber <>
Signed-off-by: Christian Borntraeger <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences