WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Re: [Xen-ia64-devel] VT-i: general exception

To: "Xu, Anthony" <anthony.xu@xxxxxxxxx>, <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-ia64-devel] VT-i: general exception
From: Tristan Gingold <Tristan.Gingold@xxxxxxxx>
Date: Tue, 11 Apr 2006 09:47:21 +0100
Delivery-date: Tue, 11 Apr 2006 01:43:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <2BF508F394C196468CCBEC031320DCDF3809CD@pdsmsx405>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
References: <2BF508F394C196468CCBEC031320DCDF3809CD@pdsmsx405>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.5
Le Mardi 11 Avril 2006 03:17, Xu, Anthony a écrit :
> From: Tristan Gingold
>
> >Sent: 2006?4?11? 0:03
> >To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> >Subject: [Xen-ia64-devel] VT-i: general exception
> >
> >Hi,
> >
> >inside vmx_ivt.S:
> >
> >// 0x5400 Entry 24 (size 16 bundles) General Exception (5,32,34,36,38,39)
> >ENTRY(vmx_general_exception)
> >    VMX_DBG_FAULT(24)
> >    VMX_FAULT(24)
> >//    VMX_REFLECT(24)
> >END(vmx_general_exception)
> >
> >IIRC, VMX_FAULT is an infinite loop.  Therefore, in case of general
> > exception raised at the hots IVT, xen locks.
> >
> >Is it a bug or something not finished ?
>
> It's not a bug, normally general exception will not happen in guest,
> If it does happen, that means something wrong, it was used for
> debugging.
???

Try this program:

int main(void)
{
  int a = *(volatile int *)0xf000000000000000;
}

This locks up Xen!

Tristan.



_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel