From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Liu, SongtaoX" Subject: Re: [PATCH] x86/EPT: flush cache when (potentially) limiting cachability Date: Fri, 30 May 2014 07:34:23 +0000 Message-ID: <582FB90AB890394081254B69739046FC0144A25D@SHSMSX101.ccr.corp.intel.com> References: <535A6D71020000780000C4B4@nat28.tlf.novell.com> <582FB90AB890394081254B69739046FC0144A18D@SHSMSX101.ccr.corp.intel.com> <538832B402000078000B5358@mail.emea.novell.com> <53883B0802000078000B538F@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WqHL6-0004st-2T for xen-devel@lists.xenproject.org; Fri, 30 May 2014 07:34:56 +0000 In-Reply-To: <53883B0802000078000B538F@mail.emea.novell.com> Content-Language: en-US List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , "xen-devel@lists.xenproject.org" Cc: "Tian, Kevin" , "keir@xen.org" , "tim@xen.org" , "Dong, Eddie" , "Nakajima, Jun" , "Zhang, Yang Z" , "Hu, Robert" , "Pang, LongtaoX" List-Id: xen-devel@lists.xenproject.org Sorry to update. The bug refers to http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1887. L2 guest vnc console hangs at black screen with cursor flashing at the top left corner. After several minutes, the Seabios screen shows up, but the screen still flush slowly, the guest could not boot up. For the good point(L0 git:06bbcaf48d09c18a41c482866941ddd5d2846b44), the L2 rhel_x64 could boot up less in than 90s. Regards Songtao > -----Original Message----- > From: Jan Beulich [mailto:jbeulich@suse.com] > Sent: Friday, May 30, 2014 3:02 PM > To: Liu, SongtaoX; xen-devel@lists.xenproject.org > Cc: Dong, Eddie; Nakajima, Jun; Tian, Kevin; Pang, LongtaoX; Hu, Robert; Zhang, > Yang Z; keir@xen.org; tim@xen.org > Subject: Re: [Xen-devel] [PATCH] x86/EPT: flush cache when (potentially) > limiting cachability > > >>>> "Jan Beulich" 05/30/14 8:28 AM >>> "Liu, > >>>> SongtaoX" 05/30/14 4:07 AM >>> > >>The following patch leads nested (Xen on Xen ,KVM on Xen) L2 guest > >>failed to boot up with default EPT option "hap=1". L2 guest with "hap=0" still > works. > > > >That's way to vague a problem description. In what way does it fail? > >Are there any relevant log messages anywhere? Without suitable detail, > >how am I (or is anyone else) supposed to help with this? > > I should have added that the patch here solely adding cache flushes, it can't > reasonable have affected correctness. Hence unless it introduces a live lock of > some sort, the only possibility I see is that it uncovered some other previously > latent/hidden problem. > > Jan