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.


added comment...
Jack Lange [Thu, 12 Mar 2009 02:41:57 +0000 (21:41 -0500)]
palacios/src/devices/apic.c

index d3fee16..0bb591a 100644 (file)
@@ -808,6 +808,8 @@ static int apic_get_intr_number(void * private_data) {
 
 static int apic_raise_intr(void * private_data, int irq) {
 #ifdef CRAY_XT
+    // The Seastar is connected directly to the LAPIC via LINT0 on the ICC bus
+
     if (irq == 238) {
        struct vm_device * dev = (struct vm_device *)private_data;
        struct apic_state * apic = (struct apic_state *)dev->private_data;