From: Jack Lange Date: Tue, 8 Sep 2009 23:02:13 +0000 (-0500) Subject: turn telemetry off by default X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=6d48586c3d205ca13abc3f4b68063bdba61a9b48 turn telemetry off by default --- diff --git a/Kconfig b/Kconfig index 024170b..9597a1a 100644 --- 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 -----