From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [hybrid]: unable to boot hvm due to eflags.ID Date: Fri, 4 May 2012 11:54:27 -0700 Message-ID: <20120504115427.6a79abb8@mantra.us.oracle.com> References: <20120503191025.7c2cec2e@mantra.us.oracle.com> <1336122502.2361.7.camel@zakaz.uk.xensource.com> <20120504111935.7553aaed@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120504111935.7553aaed@mantra.us.oracle.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: Mukesh Rathor Cc: "Xen-devel@lists.xensource.com" , Ian Campbell , Jan Beulich , "Tim.Deegan@citrix.com" List-Id: xen-devel@lists.xenproject.org On Fri, 4 May 2012 11:19:35 -0700 Mukesh Rathor wrote: > HVM mode is failing because very early during boot its failing the > eflags.ID test, which should be simple. It should be running > in real mode in the VMX. I just got outb working, so I can debug > further now. It's not doing vmexit's so should be running in the > 'unrestricted mode' in the container, which is why i'm baffled. > Anyways, i'll dig further. Now that I'm able to print stuff, because of the outb working, I see the problem is executing cpuid and not eflags.ID. I should be able to nail this soon. Thanks a lot, Mukesh