From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJdd0-0006zE-Ih for qemu-devel@nongnu.org; Thu, 14 Jan 2016 03:51:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJdcx-0006MU-Bt for qemu-devel@nongnu.org; Thu, 14 Jan 2016 03:51:34 -0500 Received: from e06smtp09.uk.ibm.com ([195.75.94.105]:60284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJdcx-0006MB-1q for qemu-devel@nongnu.org; Thu, 14 Jan 2016 03:51:31 -0500 Received: from localhost by e06smtp09.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 14 Jan 2016 08:51:27 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 233792190046 for ; Thu, 14 Jan 2016 08:51:14 +0000 (GMT) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u0E8pPaL10682630 for ; Thu, 14 Jan 2016 08:51:25 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u0E8pPMA018630 for ; Thu, 14 Jan 2016 03:51:25 -0500 From: Janosch Frank Date: Thu, 14 Jan 2016 09:48:22 +0100 Message-Id: <1452761307-57200-1-git-send-email-frankja@linux.vnet.ibm.com> Subject: [Qemu-devel] [RFC 0/5] scripts/dump-guest-memory.py: Add multi-arch support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: frankja@linux.vnet.ibm.com, lersek@redhat.com, pbonzini@redhat.com The dump guest memory script for extracting a Linux core from a qemu core is currently limited to amd64 and python 2. With this series we add support for python 3 (while maintaining python 2 support) and add the possibility to extract dumps from VMs with the most common architectures. This was tested on a s390 s12 guest only, I'd appreciate tests for the other architectures. Janosch Frank (5): scripts/dump-guest-memory.py: Move constants to the top scripts/dump-guest-memory.py: Make methods functions scripts/dump-guest-memory.py: Improve python 3 compatibility scripts/dump-guest-memory.py: Cleanup functions scripts/dump-guest-memory.py: Introduce multi-arch support scripts/dump-guest-memory.py | 717 +++++++++++++++++++++++++++---------------- 1 file changed, 453 insertions(+), 264 deletions(-) -- 2.3.0