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.


Noted guest-linux dependency in fsceu
Kyle Hale [Sat, 14 Apr 2012 00:39:15 +0000 (19:39 -0500)]
gears/services/fsceu/README

index 618a4fd..a38a606 100644 (file)
@@ -2,3 +2,7 @@ This is a module that should be injected into the guest to
 allow selective system call exiting. FSCEU stands for Fast System-Call Exiting 
 Utility. Once enabled, only the system call vectors enabled in an in-memory byte array
 will cause VM exits.
+
+Note that the Makefile needs to be modified to point to the kernel source 
+tree of the *GUEST* kernel.   
+