From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGKLT-000765-5z for qemu-devel@nongnu.org; Sun, 01 Sep 2013 22:58:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGKLN-0004q4-GH for qemu-devel@nongnu.org; Sun, 01 Sep 2013 22:58:27 -0400 Received: from smtp.nue.novell.com ([195.135.221.5]:45809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGKLN-0004lv-6h for qemu-devel@nongnu.org; Sun, 01 Sep 2013 22:58:21 -0400 Date: Mon, 2 Sep 2013 10:58:07 +0800 From: Gary Ching-Pang Lin Message-ID: <20130902025807.GA2874@GaryOffice.site> References: <20130828103552.GC2038@GaryOffice.site> <521DE2EB.9050404@redhat.com> <521DE3C0.4030603@suse.de> <521DE8C7.1010903@redhat.com> <521DF33E.4090205@suse.de> <20130829082317.GA1852@GaryOffice.site> <521F1CB802000048000E30E0@suse.com> <20130830032828.GA1713@GaryOffice.site> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [edk2] OVMF hung on qemu 1.6.0 with KVM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jordan Justen Cc: Jordan Justen , "edk2-devel@lists.sourceforge.net" , "qemu-devel@nongnu.org" , Alexander Graf , Ludwig Nussel , Bruce Rogers , Laszlo Ersek , afaerber On Sat, Aug 31, 2013 at 12:16:21AM -0700, Jordan Justen wrote: > On Thu, Aug 29, 2013 at 8:28 PM, Gary Ching-Pang Lin wrote: > > On Fri, Aug 30, 2013 at 02:04:40AM +1000, Bruce Rogers wrote: > >> I tried this out, and I get the black screen as well when ept=n, but it boots > >> successfully to the efi shell when ept=y. > >> > >> Gary, what does 'cat /sys/module/kvm_intel/parameters/ept' report on your > >> failing machine? > >> > > I think this is the root cause. My machine doesn't support ept. > > Gary, Bruce, > > Can one of you try this OVMF branch to see if it boots when EPT is not enabled? > > https://github.com/jljusten/edk2.git ovmf-vm-vtf0 > Hi Jordan, The black screen issue was gone after applying the patches. Thanks, Gary Lin