From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0CC3E1A0DA1 for ; Wed, 29 Jul 2015 03:17:21 +1000 (AEST) Message-ID: <55B7B91B.6010608@citrix.com> Date: Tue, 28 Jul 2015 18:17:15 +0100 From: David Vrabel MIME-Version: 1.0 To: Julien Grall , CC: , , "Greg Kroah-Hartman" , , David Vrabel , Jiri Slaby , Subject: Re: [Xen-devel] [PATCH 7/8] hvc/xen: Further s/MFN/GFN clean-up References: <1438095769-2560-1-git-send-email-julien.grall@citrix.com> <1438095769-2560-8-git-send-email-julien.grall@citrix.com> In-Reply-To: <1438095769-2560-8-git-send-email-julien.grall@citrix.com> Content-Type: text/plain; charset="windows-1252" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 28/07/15 16:02, Julien Grall wrote: > HVM_PARAM_CONSOLE_PFN is used to retrieved the console PFN for HVM > guest. It returns a PFN (aka GFN) and not a MFN. > > Furthermore, use directly virt_to_gfn for both PV and HVM domain rather > than doing a special case for each of the them. Reviewed-by: David Vrabel David