|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] exception handler caused by context switching and settin
HVM guest's VMexit is handled by Xen itself (see xen/arch/x86/hvm/vmx/entry.S: vmx_asm_vmexit_handler if you're using an Intel VT-capable host) , not Dom0 (a PV guest) at all.
vcpu context switch itself doesn't cause VMexit.
-- Paul S.
On Wed, Oct 29, 2008 at 9:32 AM, lijiandm <lijiandm@xxxxxxx> wrote:
hello:
I have two trivial question.
In dom0,which exception handler is used to handle VMexit caused by context switching in domU?
If I want to replace the handler ,what should I do?
Thanks.
JianLi
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|