From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhGlR-0001Gs-WF for qemu-devel@nongnu.org; Mon, 05 May 2014 07:09:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhGlJ-0003aB-Qu for qemu-devel@nongnu.org; Mon, 05 May 2014 07:08:53 -0400 Message-ID: <5367713C.2010307@suse.de> Date: Mon, 05 May 2014 13:08:44 +0200 From: Alexander Graf MIME-Version: 1.0 References: <20140505074816.25523.71374.stgit@bahia.local> In-Reply-To: <20140505074816.25523.71374.stgit@bahia.local> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/4] little-endian dump for ppc64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, qemu-ppc@nongnu.org, bharata@linux.vnet.ibm.com, Paolo Bonzini , afaerber@suse.de On 05/05/2014 10:02 AM, Greg Kurz wrote: > Hi, > > Please find the latest patch set for dump-guest-memory to support > little-endian ppc64 guest kernels. The only change since the last > post is a better naming of the dump endian helpers. Since it > affects patches 1 & 2, I resend the full serie, with Alex's > Reviewed-by tags from the last review. I like the patch set. If I also get an ack from Tom on the data layout of AVR registers I'd be more than happy to apply it to my tree. I'd also welcome someone non-ppc to review the dump patches. Alex