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.


free configuration data during deinitialization
[palacios.git] / palacios / src / palacios / vm_guest.c
index 0e8e5f2..36ec7d2 100644 (file)
@@ -575,7 +575,7 @@ int v3_free_vm_internal(struct v3_vm_info * vm) {
     v3_deinit_hypercall_map(vm);
 
 #ifdef CONFIG_TELEMETRY
-    v3_deinit_telemetry(vm);
+    //v3_deinit_telemetry(vm);
 #endif
 
     return 0;