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.


Debugged changes to make shadow and nested paging configurable again.
[palacios.git] / utils / guest_creator / default.xml
index 5741088..a11f33e 100644 (file)
@@ -7,7 +7,8 @@
 
        <!-- Basic VMM system flags -->
        <telemetry>enable</telemetry>
-       <paging mode="VTLB">shadow</paging>
+       <paging type="shadow" mode="VTLB"/>
+       <!-- <paging type="nested" mode="4KB"/> -->
        <schedule_hz>100</schedule_hz>
 
        <cores count="1"><core /></cores>