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.


changed deinitialization prototype to be compatible with Linux declarations
Jack Lange [Thu, 20 Jan 2011 21:58:11 +0000 (15:58 -0600)]
palacios/include/palacios/vmm.h

index cb1bf4c..9ee2bf8 100644 (file)
@@ -320,7 +320,7 @@ struct v3_interrupt {
 
 
 void Init_V3(struct v3_os_hooks * hooks,  int num_cpus);
-void Deinit_V3();
+void Shutdown_V3( void );
 
 
 struct v3_vm_info * v3_create_vm(void * cfg, void * priv_data, char * name);