From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Umg85-0003m2-L4 for qemu-devel@nongnu.org; Wed, 12 Jun 2013 04:10:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Umg84-0007eR-8w for qemu-devel@nongnu.org; Wed, 12 Jun 2013 04:10:05 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:36145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Umg83-0007YK-NT for qemu-devel@nongnu.org; Wed, 12 Jun 2013 04:10:03 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 12 Jun 2013 09:05:05 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id F14F82190023 for ; Wed, 12 Jun 2013 09:13:20 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5C89nuh51576862 for ; Wed, 12 Jun 2013 08:09:49 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r5C89x56008660 for ; Wed, 12 Jun 2013 02:10:00 -0600 From: Jens Freimann Date: Wed, 12 Jun 2013 10:09:56 +0200 Message-Id: <1371024597-59882-1-git-send-email-jfrei@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2] s390: support dump-guest-memory on s390 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?q?Andreas=20F=C3=A4rber?= Cc: Christian Borntraeger , Jens Freimann , qemu-devel This patch is based on Andreas Färber's qom-cpu branch. Due to new cpu_paging_enabled and get_memory_mapping cpu hooks this patch is now smaller. v2->v3: - fix endian issues - tested on little-endian host Ekaterina Tumanova (1): s390: Implement dump-guest-memory support for target s390x include/elf.h | 6 ++ target-s390x/Makefile.objs | 2 +- target-s390x/arch_dump.c | 224 +++++++++++++++++++++++++++++++++++++++++++++ target-s390x/cpu-qom.h | 9 ++ target-s390x/cpu.c | 4 + 5 files changed, 244 insertions(+), 1 deletion(-) create mode 100644 target-s390x/arch_dump.c -- 1.8.1.6