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.


fixed dest_apic determination
Jack Lange [Wed, 2 Mar 2011 22:55:32 +0000 (16:55 -0600)]
palacios/src/devices/apic.c

index dab92b6..e038bb2 100644 (file)
@@ -776,11 +776,6 @@ static int route_ipi(struct apic_dev_state * apic_dev,
                    return -1;
                }
 
-
-               dest_apic =  &(apic_dev->apics[icr->dst]);
-               
-
-
                if (deliver_ipi(src_apic, dest_apic, 
                                icr->vec, icr->del_mode) == -1) {
                    PrintError("apic: Could not deliver IPI\n");