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.


some fixes
[palacios.git] / palacios / include / palacios / vmcb.h
index ed85de5..968873a 100644 (file)
@@ -324,7 +324,7 @@ struct VMCB_State_Save_Area {
 
   //offset 0x0cb
   uchar_t cpl; // if the guest is real-mode then the CPL is forced to 0
-                                             // if the guest is virtual-mode then the CPL is forced to 3
+               // if the guest is virtual-mode then the CPL is forced to 3
 
   uint_t rsvd2;