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.


removed instrumentation
Jack Lange [Mon, 2 May 2011 20:55:48 +0000 (15:55 -0500)]
palacios/src/palacios/Makefile

index 8d6b4d1..2be53ea 100644 (file)
@@ -66,7 +66,6 @@ obj-$(V3_CONFIG_VMX) +=       vmx.o \
 
 
 
-obj-$(V3_CONFIG_INSTRUMENT_VMM) += vmm_instrument.o
 obj-$(V3_CONFIG_TELEMETRY) += vmm_telemetry.o 
 
 obj-$(V3_CONFIG_VNET) += vmm_vnet_core.o