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.


added simplistic page table cache
[palacios.git] / palacios / include / palacios / vmm_shadow_paging.h
index cd0cb7a..d7629a1 100644 (file)
@@ -31,6 +31,9 @@
 
 
 struct shadow_page_state {
+    // ugly optimization hack
+    v3_reg_t prev_guest_cr3;
+
 
     // virtualized control registers
     v3_reg_t guest_cr3;