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 (Kernel+Preload)
[palacios.git] / gears / services / devfile / scripts / close_guest
diff --git a/gears/services/devfile/scripts/close_guest b/gears/services/devfile/scripts/close_guest
new file mode 100755 (executable)
index 0000000..c6b6b62
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+v3_hypercall /dev/v3-vm0 remove 99993 devfile_hypercall 
+v3_stop /dev/v3-vm0
+v3_free 0
+rmmod devfile_host.ko