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.


Vnet updated. Working both single guest or multiple guests now
[palacios.git] / palacios / include / palacios / vmm_vnet.h
index 452f325..a22894a 100644 (file)
@@ -79,7 +79,10 @@ struct v3_vnet_profile{
     uint64_t  time_mallocfree;
     uint64_t  time_copy_to_guest;
     uint64_t  total_handle_time;
-    uint64_t  vnet_handle_time;
+    uint64_t  memcpy_time;
+
+    uint64_t  total_exit_time;
+    bool print;
 
     uint64_t virtio_handle_start;
 };