Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added GS.BASE save/restore
[palacios.git] / palacios / src / palacios / svm_lowlevel.S
index e01f069..1e36bc9 100644 (file)
@@ -139,6 +139,9 @@ v3_svm_launch:
        push    %gs;
        PUSHA
 
+       
+       
+
 
        pushq %rsi
 
@@ -146,18 +149,21 @@ v3_svm_launch:
        Restore_SVM_Registers(%rsi);
 
 
-
+       
 
        vmload;
        vmrun;
        vmsave;
 
 
-       
        Save_SVM_Registers(8(%rsp));
 
        addq $8, %rsp
 
+
+
+
+
        POPA
        pop     %gs;
        pop     %fs;