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.


Device File Virtualization Proof of Concept (Host Shadow + Patches)
[palacios.git] / linux_usr / Makefile
index db476d8..d8aae7c 100644 (file)
@@ -54,7 +54,8 @@ EXPERIMENTAL_EXECS =  v3_simulate  \
                         v3_top_inject \
                         v3_env_inject \
                        v3_syscall \
-                       v3_register_gm
+                       v3_register_gm \
+                       v3_devfile_shadow
 
 
 
@@ -188,6 +189,11 @@ v3_guest_mem_access : v3_guest_mem_access.c libv3_guest_mem.a libv3_ctrl.a
 v3_guest_mem_track : v3_guest_mem_track.c libv3_guest_mem.a libv3_ctrl.a
        $(CC) $(CFLAGS) $< -L. -lv3_guest_mem -lv3_ctrl -o $@
 
+
+# Use this for shadow process
+v3_devfile_shadow : v3_devfile_shadow.c libv3_guest_mem.a libv3_ctrl.a
+       $(CC) $(CFLAGS) $< -L. -lv3_guest_mem -lv3_ctrl -o $@
+
 #
 # User DVFS control includse a library and a caller
 #