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 default.xml to have a setup for modern Linux/Kitten guests that
Patrick Bridges [Thu, 29 Jul 2010 16:26:53 +0000 (10:26 -0600)]
uses the icc_bus/ioapic correctly

utils/guest_creator/default.xml

index 603eb83..5741088 100644 (file)
                <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="ICC_BUS" name="icc"/>
+               <device id="LAPIC" name="apic">
+                       <bus>icc</bus>
+               </device>
                <device id="IOAPIC" name="ioapic">
-                       <irq_bus>apic</irq_bus>
+                       <bus>icc</bus>
                </device>
--->
 
 <!--
                <device id="CGA_VIDEO" name="cga" passthrough="enable" />