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.


Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
[palacios-OLD.git] / utils / guest_creator / default.xml
index 5635dbd..11326fc 100644 (file)
@@ -10,6 +10,8 @@
        <paging>nested</paging>
        <schedule_hz>100</schedule_hz>
 
+       <cores count="1"><core /></cores>
+
 
        <!-- Memory redirections -->
        <!-- Redirects a guest's memory region to a host physical address -->
        <devices>
                <device id="8259A" name="PIC"/>
                <device id="KEYBOARD" name="keyboard"/>
-               <device id="8254_PIT" name="PIC" />
+               <device id="8254_PIT" name="PIT" />
                <device id="BOCHS_DEBUG" name="bochs debug"/>
                <device id="OS_DEBUG" name="os debug" />
+<!--
                <device id="LAPIC" name="apic"/>
                <device id="IOAPIC" name="ioapic">
                        <irq_bus>apic</irq_bus>
                </device>
+-->
 
 <!--
                <device id="CGA_VIDEO" name="cga" passthrough="enable" />
 -->
 
 
-<!--
+
                <device id="RAMDISK" name="HD0">
                        <file>harddisk</file>
                        <frontend tag="blk_virtio" />
                </device>
--->
+
 
                <device id="NVRAM" name="nvram">
                        <storage>ide</storage>