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.


update on vnet host interface
Lei Xia [Wed, 4 May 2011 14:39:34 +0000 (09:39 -0500)]
palacios/include/palacios/vnet_interface.h

index 84e1f98..768cdd1 100644 (file)
@@ -30,6 +30,7 @@ void v3_thread_kill(v3_thread *);
 void v3_thread_stop(v3_thread *);
 void v3_thread_continue(v3_thread *);
 
+void udelay(unsigned long usecs);
 
 // I know there is timer in palacios, but it has to be binded to specific VM, and the granularity is not
 // guaranteed