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.


save/restore MSRs before VM entry/exit
[palacios.git] / palacios / src / palacios / svm_lowlevel.S
index 5616b7f..151e54b 100644 (file)
@@ -165,18 +165,12 @@ v3_svm_launch:
        push    %gs;
        PUSHA
 
-       
-       
-
-
        pushq %rsi
 
        movq    %rdi, %rax
        Restore_SVM_Registers(%rsi);
 
 
-       
-
        vmload;
        vmrun;
        vmsave;
@@ -186,10 +180,6 @@ v3_svm_launch:
 
        addq $8, %rsp
 
-
-
-
-
        POPA
        pop     %gs;
        pop     %fs;