]> xenbits.xensource.com Git - xen.git/commitdiff
SVM patch to add add init intercept handler.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 13 Apr 2006 10:00:54 +0000 (11:00 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 13 Apr 2006 10:00:54 +0000 (11:00 +0100)
Signed-off-by: Tom Woller <thomas.woller@amd.com>
xen/arch/x86/hvm/svm/svm.c

index bc2e743df4fa9679e9ebb5457006550086129e06..0a54e05e30f16c1c6d6c30c48c692ebe9766d866 100644 (file)
@@ -2434,6 +2434,12 @@ asmlinkage void svm_vmexit_handler(struct cpu_user_regs regs)
          */
         break;
 
+    case VMEXIT_INIT:
+        /*
+         * Nothing to do, in fact we should never get to this point. 
+         */
+        break;
+
 #ifdef XEN_DEBUGGER
     case VMEXIT_EXCEPTION_BP:
         svm_debug_save_cpu_user_regs(&regs);