aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSrivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>2013-08-09 10:22:01 -0400
committerH. Peter Anvin <hpa@linux.intel.com>2013-08-09 10:54:18 -0400
commit1e20eb8557cdabf76473b09572be8aa8a2bb9bc0 (patch)
tree99125b56609626cacb83ea1900ffbb59b7f6dbca /arch/x86
parent3a3bb00d5c73f3ae7833f6534982b5b2f56ac9b4 (diff)
kvm guest: Add configuration support to enable debug information for KVM Guests
Signed-off-by: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com> Link: http://lkml.kernel.org/r/1376058122-8248-14-git-send-email-raghavendra.kt@linux.vnet.ibm.com Signed-off-by: Suzuki Poulose <suzuki@in.ibm.com> Signed-off-by: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com> Acked-by: Gleb Natapov <gleb@redhat.com> Acked-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 112e71264542..b1fb846e6dac 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -657,6 +657,15 @@ config KVM_GUEST
657 underlying device model, the host provides the guest with 657 underlying device model, the host provides the guest with
658 timing infrastructure such as time of day, and system time 658 timing infrastructure such as time of day, and system time
659 659
660config KVM_DEBUG_FS
661 bool "Enable debug information for KVM Guests in debugfs"
662 depends on KVM_GUEST && DEBUG_FS
663 default n
664 ---help---
665 This option enables collection of various statistics for KVM guest.
666 Statistics are displayed in debugfs filesystem. Enabling this option
667 may incur significant overhead.
668
660source "arch/x86/lguest/Kconfig" 669source "arch/x86/lguest/Kconfig"
661 670
662config PARAVIRT_TIME_ACCOUNTING 671config PARAVIRT_TIME_ACCOUNTING