From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghavendra K T Subject: [PATCH RFC V2 4/5] kvm guest : Added configuration support to enable debug information for KVM Guests Date: Mon, 24 Oct 2011 00:37:00 +0530 Message-ID: <20111023190700.16364.7548.sendpatchset@oc5400248562.ibm.com> References: <20111023190307.16364.35381.sendpatchset@oc5400248562.ibm.com> Cc: Suzuki Poulose , Srivatsa Vaddagiri , Peter Zijlstra , Raghavendra K T To: Greg Kroah-Hartman , KVM , Sedat Dilek , Ingo Molnar , Virtualization In-Reply-To: <20111023190307.16364.35381.sendpatchset@oc5400248562.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Added configuration support to enable debug information for KVM Guests in debugfs Signed-off-by: Srivatsa Vaddagiri Signed-off-by: Suzuki Poulose Signed-off-by: Raghavendra K T --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1f03f82..ed34269 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -562,6 +562,15 @@ config KVM_GUEST This option enables various optimizations for running under the KVM hypervisor. +config KVM_DEBUG_FS + bool "Enable debug information for KVM Guests in debugfs" + depends on KVM_GUEST + default n + ---help--- + This option enables collection of various statistics for KVM guest. + Statistics are displayed in debugfs filesystem. Enabling this option + may incur significant overhead. + source "arch/x86/lguest/Kconfig" config PARAVIRT