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.


working on x86 instruction decoding support
[palacios.git] / palacios / include / geekos / vmm_paging.h
index 7a0ef4e..ec08fd5 100644 (file)
@@ -225,8 +225,7 @@ int pte32_lookup(pte32_t * pte, addr_t addr, addr_t * entry);
 
 
 
-
-#include <geekos/vm_guest.h>
+struct guest_info;
 
 pde32_t * create_passthrough_pde32_pts(struct guest_info * guest_info);