From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44949 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pnfcc-0007Om-3M for qemu-devel@nongnu.org; Thu, 10 Feb 2011 18:08:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pnfcb-0002pd-9R for qemu-devel@nongnu.org; Thu, 10 Feb 2011 18:08:21 -0500 Received: from smtp6-g21.free.fr ([212.27.42.6]:57577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pnfca-0002p7-On for qemu-devel@nongnu.org; Thu, 10 Feb 2011 18:08:21 -0500 From: Laurent Vivier Date: Fri, 11 Feb 2011 00:07:56 +0100 Message-Id: <1297379278-23003-1-git-send-email-laurent@vivier.eu> In-Reply-To: <20110209102532.GA29059@afflict.kos.to> References: <20110209102532.GA29059@afflict.kos.to> Subject: [Qemu-devel] [PATCH 0/2] correct core dump format List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: qemu-devel@nongnu.org This is the v2 of my patch correcting the core dump format. It introduces a new parameter of the target: the alignment size. For the moment, it seems m68k is the only one that doesn't have 32bit address alignment but 16bit one. [PATCH 1/2] Define target alignment size [PATCH 2/2] linux-user: correct core dump format