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.


Revert mistakenly overwritten lazy FP change (no functional change)
Peter Dinda [Sun, 21 Sep 2014 20:13:01 +0000 (15:13 -0500)]
linux_module/palacios-stubs.c

index ba9da58..1e1d17e 100644 (file)
@@ -835,7 +835,7 @@ void palacios_used_fpu(void)
    struct thread_info *cur = current_thread_info();
 
    // We assume we are not preemptible here...
-   cur->status |= 1;
+   cur->status |= TS_USEDFPU; 
    clts(); 
    // After this, FP Save should be handled by Linux if it
    // switches to a different task and that task uses FPU