From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhbYJ-0003JV-IM for qemu-devel@nongnu.org; Tue, 06 May 2014 05:20:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhbYD-0001bX-7t for qemu-devel@nongnu.org; Tue, 06 May 2014 05:20:43 -0400 Received: from cantor2.suse.de ([195.135.220.15]:55618 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhbYC-0001ao-Ow for qemu-devel@nongnu.org; Tue, 06 May 2014 05:20:36 -0400 Message-ID: <5368A963.2060200@suse.de> Date: Tue, 06 May 2014 11:20:35 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1399302619-21944-1-git-send-email-cornelia.huck@de.ibm.com> <1399302619-21944-2-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: <1399302619-21944-2-git-send-email-cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] s390x/helper: Fixed real-to-absolute address translation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: borntraeger@de.ibm.com, Jens Freimann , qemu-devel@nongnu.org, Thomas Huth On 05/05/2014 05:10 PM, Cornelia Huck wrote: > From: Thomas Huth > > The real-to-absolute address translation in mmu_translate() was > missing the second part for translating the page at the prefix > address back to the 0 page. And while we're at it, also moved the > code into a separate helper function since this might come in > handy for other parts of the code, too. > > Signed-off-by: Thomas Huth > Reviewed-by: David Hildenbrand > Signed-off-by: Jens Freimann > Signed-off-by: Cornelia Huck Reviewed-by: Alexander Graf Alex