From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] Allow PV superpages to work with live migration Date: Tue, 18 May 2010 15:33:25 +0100 Message-ID: References: <20100518143205.GH4164@whitby.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100518143205.GH4164@whitby.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tim Deegan , Dave McCracken Cc: Jeremy Fitzhardinge , Xen Developers List List-Id: xen-devel@lists.xenproject.org On 18/05/2010 15:32, "Tim Deegan" wrote: > This makes the whole predicate true _even_for_hvm_guests_ whenever > opt_allow_hugepage is true. It should not be true for HVM guests that > have disabled PSE, regardless of the setting of opt_allow_hugepage. I already fixed this when I applied the patch this morning. K.