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.


reformatting include files
[palacios.git] / palacios / include / palacios / vmm_profiler.h
index 7861a7b..75722b8 100644 (file)
@@ -28,14 +28,14 @@ struct guest_info;
 
 
 struct v3_profiler {
-  uint_t total_exits;
+    uint_t total_exits;
 
-  ullong_t start_time;
-  ullong_t end_time;
+    ullong_t start_time;
+    ullong_t end_time;
 
-  uint_t guest_pf_cnt;
+    uint_t guest_pf_cnt;
 
-  struct rb_root root;
+    struct rb_root root;
 };