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.


restructured the ctrl register handlers
[palacios.git] / palacios / include / palacios / vmm_msr.h
index 56a1b30..ed58d9b 100644 (file)
@@ -36,10 +36,9 @@ struct v3_msr {
     struct {
       uint_t lo;
       uint_t hi;
-    } ;
-
-  };
-};
+    } __attribute__((packed));
+  } __attribute__((packed));
+} __attribute__((packed));
 
 
 struct v3_msr_hook {