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.


changed shadow paging configuration options
Jack Lange [Thu, 4 Feb 2010 21:26:09 +0000 (15:26 -0600)]
utils/guest_creator/default.xml

index 11326fc..1751b2a 100644 (file)
@@ -7,7 +7,7 @@
 
        <!-- Basic VMM system flags -->
        <telemetry>enable</telemetry>
-       <paging>nested</paging>
+       <paging mode="VTLB" />
        <schedule_hz>100</schedule_hz>
 
        <cores count="1"><core /></cores>