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 final ipi_state transition
Jack Lange [Wed, 27 Oct 2010 17:45:47 +0000 (12:45 -0500)]
palacios/src/devices/apic.c

index fe1ecaa..31099b5 100644 (file)
@@ -629,6 +629,7 @@ static int deliver_ipi(struct guest_info * core,
            
            // We transition the target core to SIPI state
            dst_core->core_run_state = CORE_RUNNING;  // note: locking should not be needed here
+           dst_apic->ipi_state = STARTED;
 
            // As with INIT, we should not need to do anything else