From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e6.ny.us.ibm.com (e6.ny.us.ibm.com [32.97.182.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e6.ny.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id D7E7EDDF6F for ; Fri, 29 Feb 2008 11:36:24 +1100 (EST) Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e6.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m1T0bAdG023688 for ; Thu, 28 Feb 2008 19:37:10 -0500 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m1T0ZCpu213166 for ; Thu, 28 Feb 2008 19:35:12 -0500 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m1T0ZBWm026557 for ; Thu, 28 Feb 2008 19:35:11 -0500 Message-ID: <47C7533D.9040002@austin.ibm.com> Date: Thu, 28 Feb 2008 18:35:09 -0600 From: Manish Ahuja MIME-Version: 1.0 To: linuxppc-dev@ozlabs.org, paulus@samba.org, michael@ellerman.id.au Subject: [PATCH 8/8] pseries: phyp dump: config file References: <47B90F55.2080606@austin.ibm.com> <1203641584.15378.2.camel@concordia.ozlabs.ibm.com> <47C74A66.1060105@austin.ibm.com> In-Reply-To: <47C74A66.1060105@austin.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Cc: mahuja@us.ibm.com, linasvepstas@gmail.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Add hypervisor-assisted dump to kernel config Signed-off-by: Linas Vepstas ----- arch/powerpc/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) Index: 2.6.25-rc1/arch/powerpc/Kconfig =================================================================== --- 2.6.25-rc1.orig/arch/powerpc/Kconfig 2008-02-18 03:22:06.000000000 -0600 +++ 2.6.25-rc1/arch/powerpc/Kconfig 2008-02-18 03:22:45.000000000 -0600 @@ -306,6 +306,17 @@ config CRASH_DUMP Don't change this unless you know what you are doing. +config PHYP_DUMP + bool "Hypervisor-assisted dump (EXPERIMENTAL)" + depends on PPC_PSERIES && EXPERIMENTAL + default y + help + Hypervisor-assisted dump is meant to be a kdump replacement + offering robustness and speed not possible without system + hypervisor assistence. + + If unsure, say "Y" + config PPCBUG_NVRAM bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC default y if PPC_PREP