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.


Fixed up configuration support for nested/shadow paging
[palacios-OLD.git] / utils / guest_creator / default.xml
index 11326fc..603eb83 100644 (file)
@@ -7,7 +7,7 @@
 
        <!-- Basic VMM system flags -->
        <telemetry>enable</telemetry>
-       <paging>nested</paging>
+       <paging mode="VTLB">shadow</paging>
        <schedule_hz>100</schedule_hz>
 
        <cores count="1"><core /></cores>
@@ -29,7 +29,7 @@
        <!-- This is where you add disk images -->
        <files>
                <!-- The file 'id' is used as a reference for other configuration components -->
-               <file id="boot-cd" filename="/home/ktpedre/google_code/smp_guest/kitten_guest/arch/x86_64/boot/image.iso" />
+               <file id="boot-cd" filename="image.iso" />
                <!--<file id="harddisk" filename="firefox.img" />-->
        </files>
 
@@ -72,6 +72,8 @@
                        <bus>pci0</bus>
                        <controller>southbridge</controller>
                </device>
+                 
+
 
 <!--
                <device id="LNX_VIRTIO_SYM" name="sym_pci">
                        </frontend>
                </device>
 
+
 <!---
                <device id="SYM_SWAP" name="sym swap">
                        <frontend tag="blk_virtio" />
                        <size>150</size>
                </device>
--->
-
-
 
                <device id="RAMDISK" name="HD0">
                        <file>harddisk</file>
                        <frontend tag="blk_virtio" />
                </device>
-
+-->
 
                <device id="NVRAM" name="nvram">
                        <storage>ide</storage>