From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751555Ab1JWTHV (ORCPT ); Sun, 23 Oct 2011 15:07:21 -0400 Received: from e28smtp02.in.ibm.com ([122.248.162.2]:35944 "EHLO e28smtp02.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750869Ab1JWTHT (ORCPT ); Sun, 23 Oct 2011 15:07:19 -0400 From: Raghavendra K T To: Greg Kroah-Hartman , KVM , Sedat Dilek , Ingo Molnar , Virtualization , Jeremy Fitzhardinge , x86@kernel.org, "H. Peter Anvin" , Dave Jiang , Thomas Gleixner , Stefano Stabellini , Gleb Natapov , Yinghai Lu , Marcelo Tosatti , Xen , Avi Kivity , Rik van Riel , Konrad Rzeszutek Wilk , LKML Cc: Suzuki Poulose , Srivatsa Vaddagiri , Peter Zijlstra , Raghavendra K T Date: Mon, 24 Oct 2011 00:37:00 +0530 Message-Id: <20111023190700.16364.7548.sendpatchset@oc5400248562.ibm.com> In-Reply-To: <20111023190307.16364.35381.sendpatchset@oc5400248562.ibm.com> References: <20111023190307.16364.35381.sendpatchset@oc5400248562.ibm.com> Subject: [PATCH RFC V2 4/5] kvm guest : Added configuration support to enable debug information for KVM Guests Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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