From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v7 02/21] libxc: duplicate snippet to allocate p2m_host array Date: Wed, 11 Mar 2015 15:02:12 +0000 Message-ID: <1426086132.21353.260.camel@citrix.com> References: <1425905497-30835-1-git-send-email-wei.liu2@citrix.com> <1425905497-30835-3-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1425905497-30835-3-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-03-09 at 12:51 +0000, Wei Liu wrote: > Currently all in tree code doesn't set the superpage flag, I would just > remove superpage support if I can, but Konrad wants it retained for the > moment. > > As I'm going to change the p2m_host array allocation, duplicate the code > snippet to allocate p2m_host array in this patch, so that we retain the > behaviour in superpage case. > > This patch introduces no functional change and it will make future patch > easier to review. Also removed one stray tab while I was there. > > Signed-off-by: Wei Liu Acked-by: Ian Campbell