From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKVSx-0004Fr-U7 for qemu-devel@nongnu.org; Mon, 03 Mar 2014 11:11:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKVSq-0003uT-5a for qemu-devel@nongnu.org; Mon, 03 Mar 2014 11:11:43 -0500 Message-ID: <5314BB4C.1000109@suse.de> Date: Mon, 03 Mar 2014 18:26:36 +0100 From: Alexander Graf MIME-Version: 1.0 References: <20140221092906.5990.1984.stgit@nimbus> <53147D53.3030405@linux.vnet.ibm.com> In-Reply-To: <53147D53.3030405@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Introduce hypervisor call H_GET_TCE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Dufour Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Greg Kurz Laurent Dufour wrote: > On 21/02/2014 10:29, Laurent Dufour wrote: > >> This patch introduces the hypervisor call H_GET_TCE which is basically the >> reverse of H_PUT_TCE, as defined in the Power Architecture Platform >> Requirements (PAPR). >> >> The hcall H_GET_TCE is required by the kdump kernel which is calling it to >> retrieve the TCE set up by the panicing kernel. >> > > Hi, > > Is there an issue with that patch ? > I couldn't find any :). Thanks, applied to ppc-next. Alex