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.


build fix
Jack Lange [Tue, 11 Aug 2009 21:11:14 +0000 (16:11 -0500)]
palacios/src/palacios/svm_lowlevel.S

index 11cc3b0..6dcd39b 100644 (file)
@@ -23,6 +23,7 @@
 #ifdef __V3_32BIT__
 
 // Note that RAX is saved in the VMCB, so we don't touch it here
+
 #define Save_SVM_Registers(location)   \
        pushl   %eax;                   \
        movl    location, %eax;         \
@@ -32,7 +33,7 @@
        movl    $0, 24(%eax);           \
        movl    %ebx, 32(%eax);         \
        movl    %edx, 40(%eax);         \
-       movl    %ecx, 48(%eax);         \ 
+       movl    %ecx, 48(%eax);         \
        popl    %eax;                   
        
 
@@ -87,6 +88,7 @@ v3_svm_launch:
 #elif __V3_64BIT__
 
 // Note that RAX is saved in the VMCB, so we don't touch it here
+
 #define Save_SVM_Registers(location)   \
        pushq   %rax;                   \
        movq    location, %rax;         \