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.


Merge branch 'Release-1.2' of ssh://palacios@newskysaw.cs.northwestern.edu//home...
[palacios.git] / palacios / src / palacios / svm_lowlevel.S
index 6dcd39b..45c5575 100644 (file)
@@ -74,12 +74,15 @@ v3_svm_launch:
 
        addl    $4, %esp;
 
+       popa;
+       popf;
 
        movl    16(%ebp), %eax;
        vmload;
 
-       popa;
-       popf;
+       // We don't detect failures here, so just return 0
+       xorl    %eax, %eax 
+
        pop     %ebp;
        ret