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...
Jack Lange [Tue, 2 Feb 2010 00:20:52 +0000 (18:20 -0600)]
1  2 
utils/guest_creator/default.xml

        <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>
                        <frontend tag="blk_virtio" />
                        <size>150</size>
                </device>
+ -->
  
  
 -<!--
 +
                <device id="RAMDISK" name="HD0">
                        <file>harddisk</file>
                        <frontend tag="blk_virtio" />