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.


Guest control cleanup
[palacios.git] / linux_module / inspector.c
index 56b6fa5..867bba1 100644 (file)
@@ -101,7 +101,8 @@ static int guest_init(struct v3_guest * guest, void ** vm_data) {
 }
 
 static int guest_deinit(struct v3_guest * guest, void * vm_data) {
-    
+    remove_guest_ctrl(guest, V3_VM_INSPECT);
+   
     return 0;
 }