Re: [Xen-devel] no definition of virtualization exception in exception table

2016-04-28 Thread Big Strong
Got it. Thanks for the replying. 2016-04-28 17:03 GMT+08:00 Andrew Cooper : > On 28/04/16 09:53, George Dunlap wrote: > > On Thu, Apr 28, 2016 at 3:37 AM, Big Strong wrote: > >> There is a #VE exception defined in p2086 of Intel Software Development > >> Manual, however, no definition of excepti

Re: [Xen-devel] no definition of virtualization exception in exception table

2016-04-28 Thread Andrew Cooper
On 28/04/16 09:53, George Dunlap wrote: > On Thu, Apr 28, 2016 at 3:37 AM, Big Strong wrote: >> There is a #VE exception defined in p2086 of Intel Software Development >> Manual, however, no definition of exception handler is availble in Xen 4.6. >> Should I define the handler by myself by modifyi

Re: [Xen-devel] no definition of virtualization exception in exception table

2016-04-28 Thread George Dunlap
On Thu, Apr 28, 2016 at 3:37 AM, Big Strong wrote: > There is a #VE exception defined in p2086 of Intel Software Development > Manual, however, no definition of exception handler is availble in Xen 4.6. > Should I define the handler by myself by modifying the source code of xen, > or is there a wa

[Xen-devel] no definition of virtualization exception in exception table

2016-04-27 Thread Big Strong
There is a #VE exception defined in p2086 of Intel Software Development Manual, however, no definition of exception handler is availble in Xen 4.6.