aditya shevalkar
2007-Jan-11 07:42 UTC
[Xen-devel] Information required on vm exit control flow.
Hi Everyone, Can anyone please tell me from where this function is called and how? Also how the function works in brief. Does processor has any roll to perform in its execution? xen-3.0.3_0-src\xen\arch\x86\hvm\vmx\x86_64\exits.S |ENTRY(vmx_asm_vmexit_handler) | HVM_SAVE_ALL_NOSEGREGS | call vmx_trace_vmexit | movq %rsp,%rdi | call vmx_vmexit_handler | jmp vmx_asm_do_vmentry With Regards, Aditya Shevalkar. __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Steven Hand
2007-Jan-11 08:12 UTC
Re: [Xen-devel] Information required on vm exit control flow.
vmx_asm_vmexit_handler is the entry point for vmexits - traps from an executing fully virtualized guest (using Intel VT) back to Xen. cheers, S. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel