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.


Configuration of global performance parameters
[palacios.git] / palacios / src / palacios / Makefile
index 6d14934..4a4b04e 100644 (file)
@@ -38,7 +38,8 @@ obj-y := \
        vmm_barrier.o \
        vmm_timeout.o \
        vmm_exits.o \
-       vmm_events.o
+       vmm_events.o \
+       vmm_perftune.o \
 
 
 obj-$(V3_CONFIG_XED) +=        vmm_xed.o