From: kaf24@firebug.cl.cam.ac.uk Date: Fri, 14 Apr 2006 13:31:27 +0000 (+0100) Subject: This patch enables tracing VMEXIT/ENTRY for 64-bit systems. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16158^2~2^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a7909ccaf6167c596af36a1672b5cdcc1a2611f9;p=xen.git This patch enables tracing VMEXIT/ENTRY for 64-bit systems. Signed-off-by: Himanshu Raj --- diff --git a/xen/arch/x86/hvm/vmx/x86_64/exits.S b/xen/arch/x86/hvm/vmx/x86_64/exits.S index b965686b2a..8bea8654b4 100644 --- a/xen/arch/x86/hvm/vmx/x86_64/exits.S +++ b/xen/arch/x86/hvm/vmx/x86_64/exits.S @@ -94,6 +94,7 @@ ENTRY(vmx_asm_vmexit_handler) /* selectors are restored/saved by VMX */ HVM_SAVE_ALL_NOSEGREGS + call vmx_trace_vmexit call vmx_vmexit_handler jmp vmx_asm_do_resume @@ -114,6 +115,7 @@ ENTRY(vmx_asm_vmexit_handler) /* vmx_restore_all_guest */ call vmx_intr_assist call vmx_load_cr2 + call vmx_trace_vmentry .endif /* * Check if we are going back to VMX-based VM