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.


Removed spurious PrintError for red storm from apic.c, fixed large page
Patrick Bridges [Mon, 16 Aug 2010 19:46:57 +0000 (13:46 -0600)]
syntax in default.xml

palacios/src/devices/apic.c
utils/guest_creator/default.xml

index 902bebe..0f0b117 100644 (file)
@@ -396,7 +396,7 @@ static int apic_do_eoi(struct apic_state * apic) {
        
        if ((isr_irq == 238) || 
            (isr_irq == 239)) {
-           PrintError("apic %u: core ?: Acking IRQ %d\n", apic->lapic_id.val,isr_irq);
+           PrintDebug("apic %u: core ?: Acking IRQ %d\n", apic->lapic_id.val,isr_irq);
        }
        
        if (isr_irq == 238) {
index ff3dd71..a2ccc6c 100644 (file)
@@ -9,11 +9,11 @@
        <telemetry>enable</telemetry>
        <paging mode="shadow">
                <strategy>VTLB</strategy>
-               <large_pages/>
+               <large_pages>true<large_pages/>
        </paging>
 <!--
        <paging mode="nested">
-               <large_pages/>
+               <large_pages>true<large_pages/>
        </paging>
 -->
        <schedule_hz>100</schedule_hz>