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.


Cleaned up deinitialization of VMM and free of VMs
[palacios.git] / palacios / include / palacios / vmm_options.h
index 16dab9a..6034569 100644 (file)
@@ -27,8 +27,9 @@
 #include <palacios/vmm.h>
 
 
-void v3_parse_options(char *optstring);
+void v3_parse_options(char *optstring); // this is init
 char *v3_lookup_option(char *option);
+void v3_deinit_options();
 
 #endif // ! __V3VEE__