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.


removed segment regs from guest_info struct
Jack Lange [Wed, 18 Mar 2009 00:16:36 +0000 (19:16 -0500)]
palacios/src/palacios/svm.c

index 377fc44..d578a17 100644 (file)
@@ -298,8 +298,8 @@ static void Init_VMCB_BIOS(vmcb_t * vmcb, struct guest_info *vm_info) {
     
 
     /* Safety locations for fs/gs */
-    vm_info->fs = 0;
-    vm_info->gs = 0;
+    //    vm_info->fs = 0;
+    //    vm_info->gs = 0;
 }