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.


profiler changes
[palacios.git] / palacios / include / palacios / vmm_profiler.h
index b083232..7861a7b 100644 (file)
@@ -33,6 +33,8 @@ struct v3_profiler {
   ullong_t start_time;
   ullong_t end_time;
 
+  uint_t guest_pf_cnt;
+
   struct rb_root root;
 };