Displaying 1 result from an estimated 1 matches for "hvm_context_stack_byt".
Did you mean:
  hvm_context_stack_bytes
  
2007 Jun 19
0
[PATCH] hvm/x86: vendor specific code can call vendor specific routines directly
.../svm.c	2007-06-15 14:05:46.000000000 +0200
+++ 2007-06-18/xen/arch/x86/hvm/svm/svm.c	2007-06-18 10:23:05.000000000 +0200
@@ -1477,7 +1477,7 @@ static void svm_io_instruction(struct vc
 
     /* Copy current guest state into io instruction state structure. */
     memcpy(regs, guest_cpu_user_regs(), HVM_CONTEXT_STACK_BYTES);
-    hvm_store_cpu_guest_regs(v, regs, NULL);
+    svm_store_cpu_guest_regs(v, regs, NULL);
 
     info.bytes = vmcb->exitinfo1;
 
Index: 2007-06-18/xen/arch/x86/hvm/vmx/vmx.c
===================================================================
--- 2007-06-18.orig/xen/arch/x86/hvm/vmx/vmx.c	2...