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.


moved host OS interfaces to a separate directory palacios/src/interfaces and palacios...
[palacios.git] / palacios / src / interfaces / vmm_file.c
similarity index 98%
rename from palacios/src/palacios/vmm_file.c
rename to palacios/src/interfaces/vmm_file.c
index f2e191a..c22267a 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 
-#include <palacios/vmm_file.h>
+#include <interfaces/vmm_file.h>
 #include <palacios/vmm.h>
 #include <palacios/vmm_debug.h>
 #include <palacios/vmm_types.h>