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.


*** empty log message ***
[palacios.git] / palacios / src / geekos / vm.c
index e23e64e..6da9844 100644 (file)
@@ -192,7 +192,7 @@ int RunVMM(struct Boot_Info * bootInfo) {
 
   struct vmm_os_hooks os_hooks;
   struct vmm_ctrl_ops vmm_ops;
-  v3_guest_t* vm_info = 0;
+  struct guest_info * vm_info = 0;