From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmTu9-0000UT-57 for qemu-devel@nongnu.org; Mon, 19 May 2014 16:11:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmTu1-0005US-L7 for qemu-devel@nongnu.org; Mon, 19 May 2014 16:11:25 -0400 Message-ID: <537A6562.8020408@suse.de> Date: Mon, 19 May 2014 22:11:14 +0200 From: Alexander Graf MIME-Version: 1.0 References: <20140519174410.27382.38486.stgit@bahia.local> In-Reply-To: <20140519174410.27382.38486.stgit@bahia.local> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/4] little-endian dump for ppc64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , bharata@linux.vnet.ibm.com On 19.05.14 19:57, Greg Kurz wrote: > Hi, > > Here are latest bits I have to support ppc64le guest dumps. > Changes since v3 are: > - fixed altivec registers support (patch 2) > - kicked "virtio" out of the descriton of patch 3 since > it won't rely on LPCR_ILE > > The other two patches are unchanged. I resend the whole patch set in case Alex > feels like applying it right away :P I've changed the subject line of patch 3/4 to target-ppc: Introduce callback for interrupt endianness to make it more clear what the patch is doing. I've also fixed up patch 1/4 to apply on current master. Thanks, applied to ppc-next. Alex