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.


revamped the INVLPG handler
[palacios.git] / palacios / src / palacios / vmm_shadow_paging_32pae.h
index 58a4300..42570de 100644 (file)
@@ -25,6 +25,11 @@ static int handle_shadow_pagefault_32pae(struct guest_info * info, addr_t fault_
 }
 
 
+static int handle_shadow_invlpg_32pae(struct guest_info * info, addr_t vaddr) {
+  PrintError("32 bit PAE shadow paging not implemented\n");
+  return -1;
+}
+