From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTCZ1-0002Gz-4k for qemu-devel@nongnu.org; Fri, 19 Apr 2013 10:45:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTCYz-0003PK-JH for qemu-devel@nongnu.org; Fri, 19 Apr 2013 10:45:23 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:45735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTCYz-0003P7-92 for qemu-devel@nongnu.org; Fri, 19 Apr 2013 10:45:21 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 19 Apr 2013 15:42:01 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id F089317D8021 for ; Fri, 19 Apr 2013 15:46:11 +0100 (BST) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3JEj6Bb47186016 for ; Fri, 19 Apr 2013 14:45:06 GMT Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3JEjFTe004892 for ; Fri, 19 Apr 2013 08:45:15 -0600 From: Jens Freimann Date: Fri, 19 Apr 2013 16:45:05 +0200 Message-Id: <1366382707-64886-1-git-send-email-jfrei@linux.vnet.ibm.com> In-Reply-To: <5164147B.1020707@suse.de> References: <5164147B.1020707@suse.de> Subject: [Qemu-devel] [PATCH 0/2] qom: make cpu_write_elfXX_ functions part of CPUClass List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?q?Andreas=20F=C3=A4rber?= Cc: Rabin Vincent , Peter Maydell , Jens Freimann , qemu-devel Hi Andreas, I have two patches to make dump-guest-memory related cpu_write_elfxx_note functions members of CPUClass and pass CPUstate as an argument instead of CPUArchState. This is preparation for s390 patches which will follow on Monday. Jens Freimann (2): qom: Convert cpu_write_elfXX_note functions to CPUState i386: use CPUClass->write_elf* functions dump-stub.c | 28 ---------------------------- dump.c | 8 ++++---- include/qom/cpu.h | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ include/sysemu/dump.h | 9 --------- qom/cpu.c | 32 ++++++++++++++++++++++++++++++++ target-i386/arch_dump.c | 25 +++++++++++++------------ target-i386/cpu-qom.h | 9 +++++++++ target-i386/cpu.c | 7 +++++++ 8 files changed, 114 insertions(+), 53 deletions(-) -- 1.7.12.4