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.


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