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.


Added robust physical alignment check
[palacios.git] / utils / guest_creator / default.xml
index a11f33e..3e60cd6 100644 (file)
@@ -3,12 +3,19 @@
 <vm class="PC"> 
 
        <!-- Memory in MB -->
-       <memory>256</memory> 
+       <memory alignment="2MB">256</memory> 
 
        <!-- Basic VMM system flags -->
        <telemetry>enable</telemetry>
-       <paging type="shadow" mode="VTLB"/>
-       <!-- <paging type="nested" mode="4KB"/> -->
+       <paging mode="shadow">
+               <strategy>VTLB</strategy>
+               <large_pages/>
+       </paging>
+<!--
+       <paging mode="nested">
+               <large_pages/>
+       </paging>
+-->
        <schedule_hz>100</schedule_hz>
 
        <cores count="1"><core /></cores>