5 messages in com.xensource.lists.xen-ia64-devel[Xen-ia64-devel] [PATCH] Fix HVM boot...
FromSent OnAttachments
Kouya SHIMURA05 Jun 2007 17:49.patch
tgin...@free.fr06 Jun 2007 02:46 
Kouya SHIMURA06 Jun 2007 03:24 
tgin...@free.fr06 Jun 2007 04:53 
Alex Williamson06 Jun 2007 10:04 
Subject:[Xen-ia64-devel] [PATCH] Fix HVM boot failure
From:Kouya SHIMURA (kou@jp.fujitsu.com)
Date:06/05/2007 05:49:47 PM
List:com.xensource.lists.xen-ia64-devel
Attachments:

HVM sometimes fails to boot with the message "Guest nested fault vector=0x5400!".

The cause of this issue is that cr.ifs never be initialized in very first context switching. To optimize hypercall on HVM, cr.ifs is only set with the predicate pNonSys(pr5)=1.

-- Kouya