|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Could some help to explain code under /xen/arch/x86/hvm
On Tue, 2011-02-22 at 05:11 +0000, MaoXiaoyun wrote:
> What is EXIT_REASON_EPT_VIOLATION for in hvm_vmx_exit_reason_name?
> Is it refer to guest page fault?
You need to consult the hardware documentation for this sort of
information.
In the Intel case you need the "Intel® 64 and IA-32 Architectures
Software Developer's Manuals":
http://www.intel.com/products/processor/manuals/
For VMX you want volume 3 (AKA system programming guide), which comes in
two parts.
For AMD you want "AMD64 Architecture Programmer's Manual":
http://developer.amd.com/documentation/guides/pages/default.aspx
I think SVM is in volume 2.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|