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.


New keyed stream interface
[palacios.git] / palacios / include / palacios / vm_guest.h
index 468434f..5e18244 100644 (file)
@@ -42,6 +42,8 @@
 #include <palacios/vmm_exits.h>
 #include <palacios/vmm_events.h>
 
+#include <palacios/vmm_perftune.h>
+
 #ifdef V3_CONFIG_TELEMETRY
 #include <palacios/vmm_telemetry.h>
 #endif
@@ -185,6 +187,8 @@ struct v3_vm_info {
 
     struct v3_extensions extensions;
 
+    struct v3_perf_options perf_options;
+
 #ifdef V3_CONFIG_SYMBIOTIC
     /* Symbiotic state */
     struct v3_sym_vm_state sym_vm_state;