]> xenbits.xensource.com Git - xen.git/commitdiff
This patch enables tracing VMEXIT/ENTRY for 64-bit systems.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Apr 2006 13:31:27 +0000 (14:31 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Apr 2006 13:31:27 +0000 (14:31 +0100)
Signed-off-by: Himanshu Raj <rhim.list@nosuchaddr.com>
xen/arch/x86/hvm/vmx/x86_64/exits.S

index b965686b2a37ead0da7730819f6e0ad4fde78246..8bea8654b4de55f9931e1c4934ba3f82bf46c658 100644 (file)
@@ -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