From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH 04/12] Disable the mfn_is_ram() check, it doesn't work correctly on all systems Date: Tue, 2 Oct 2012 17:29:44 +0200 Message-ID: <20121002152944.GE19216@type.bordeaux.inria.fr> References: <1349189004-17133-1-git-send-email-matthew.fioravante@jhuapl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1349189004-17133-1-git-send-email-matthew.fioravante@jhuapl.edu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Matthew Fioravante Cc: Ian.Campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Matthew Fioravante, le Tue 02 Oct 2012 10:43:24 -0400, a =E9crit : > This patch disables the mfn_is_ram check in mini-os. The current check > is insufficient and fails on some systems with larger than 4gb memory. > = > Signed-off-by: Matthew Fioravante Acked-by: Samuel Thibault