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.


got the bios setup ok, now we have to handle the exits
[palacios.git] / palacios / include / palacios / vmm_paging.h
index 1217513..9a6d213 100644 (file)
@@ -95,6 +95,7 @@ the host state in the vmcs before entering the guest.
 #endif
 #define PAGE_OFFSET(x)  ((((uint_t)x) & 0xfff))
 
+
 #define PAGE_POWER 12
 
 #define CR3_TO_PDE32(cr3) (((ulong_t)cr3) & 0xfffff000)