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.


Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
[palacios.git] / palacios / include / palacios / vm_guest.h
index f918da6..9ed1e20 100644 (file)
@@ -41,8 +41,9 @@
 #endif
 
 
-
-
+#ifdef CONFIG_VNET
+#include <palacios/vmm_vnet.h>
+#endif
 
 
 #ifdef CONFIG_SYMBIOTIC
@@ -113,6 +114,10 @@ struct guest_info {
     struct v3_vm_info * vm_info;
     // the logical cpu this guest context is executing on
     int cpu_id;
+
+#ifdef CONFIG_VNET_PROFILE
+    struct v3_vnet_profile vnet_times;
+#endif
 };