From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932636AbbDII0p (ORCPT ); Thu, 9 Apr 2015 04:26:45 -0400 Received: from smtp.citrix.com ([66.165.176.89]:32194 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932658AbbDII0D (ORCPT ); Thu, 9 Apr 2015 04:26:03 -0400 X-IronPort-AV: E=Sophos;i="5.11,548,1422921600"; d="scan'208";a="251573749" Message-ID: <55263798.5080501@citrix.com> Date: Thu, 9 Apr 2015 09:26:00 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-Version: 1.0 To: Juergen Gross , , , , , , Subject: Re: [Xen-devel] [Patch V2 03/15] xen: don't build mfn tree if tools don't need it References: <1428562542-28488-1-git-send-email-jgross@suse.com> <1428562542-28488-4-git-send-email-jgross@suse.com> In-Reply-To: <1428562542-28488-4-git-send-email-jgross@suse.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/04/15 07:55, Juergen Gross wrote: > In case the Xen tools indicate they don't need the p2m 3 level tree > as they support the virtual mapped linear p2m list, just omit building > the tree. Reviewed-by: David Vrabel David