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.


turn telemetry off by default
Jack Lange [Tue, 8 Sep 2009 23:02:13 +0000 (18:02 -0500)]
Kconfig

diff --git a/Kconfig b/Kconfig
index 024170b..9597a1a 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -49,7 +49,7 @@ config SOCKET
 
 config TELEMETRY
        bool "Enable VMM telemetry support"
-       default y
+       default n
        help 
          Enable the telemetry framework in Palacios
          -----